Hash :
9df4babe
Author :
Date :
2017-04-30T17:14:35
strftime-fixes: New module. * lib/time.in.h (strftime): New declaration. * lib/strftime-fixes.c: New file. * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Inline gl_FUNC_STRFTIME macro. (gl_FUNC_STRFTIME): Remove macro. * m4/strftime-fixes.m4: New file. * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_STRFTIME, REPLACE_STRFTIME. * modules/time (Makefile.am): Substitute GNULIB_STRFTIME, REPLACE_STRFTIME. * modules/strftime-fixes: New file. * doc/posix-functions/strftime.texi: Mention the new module.
Description:
strftime() function: convert broken-down time to string.
Files:
lib/strftime-fixes.c
m4/strftime-fixes.m4
Depends-on:
time
configure.ac:
gl_FUNC_STRFTIME
if test $REPLACE_STRFTIME = 1; then
AC_LIBOBJ([strftime-fixes])
fi
gl_TIME_MODULE_INDICATOR([strftime])
Makefile.am:
Include:
<time.h>
License:
LGPLv2+
Maintainer:
all