Hash :
50ad4233
Author :
Date :
2009-01-02T09:58:09
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>.
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