1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/strftime
Jim Meyering 50ad42330b strftime: avoid compilation failure on Solaris 2.6
* modules/strftime (Depends-on): Add mbrlen and mbsinit.
* lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
Don't #define mbrlen or mbsinit, since now they're guaranteed to
be available.  Reported by Tom G. Christensen.  Details in
<http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
2009-01-02 09:59:17 +01:00

32 lines
355 B
Plaintext

Description:
nstrftime() function: convert date and time to string, with GNU extensions.
Files:
lib/strftime.h
lib/strftime.c
m4/mbstate_t.m4
m4/tm_gmtoff.m4
m4/strftime.m4
Depends-on:
extensions
mbrlen
mbsinit
stdbool
time_r
wchar
configure.ac:
gl_FUNC_GNU_STRFTIME
Makefile.am:
Include:
"strftime.h"
License:
LGPL
Maintainer:
Jim Meyering, glibc