mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
28 lines
344 B
Plaintext
28 lines
344 B
Plaintext
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
|