]> Savannah Git Hosting - gnulib.git/commit
strftime-fixes: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 15:14:35 +0000 (17:14 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 17:26:38 +0000 (19:26 +0200)
commit9df4babee613569704bd8947de9a3cd46086b43e
treeee994ea3f1c88175c9be133bdbc134a7ee01464f
parentdb1ee11e2168af7137db53289a92e306d2277b0b
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.
ChangeLog
doc/posix-functions/strftime.texi
lib/strftime-fixes.c [new file with mode: 0644]
lib/time.in.h
m4/strftime-fixes.m4 [new file with mode: 0644]
m4/strftime.m4
m4/time_h.m4
modules/strftime-fixes [new file with mode: 0644]
modules/time