summaryrefslogtreecommitdiff
path: root/doc/posix-functions/strftime.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-04-30 17:14:35 +0200
committerBruno Haible <bruno@clisp.org>2017-04-30 19:26:38 +0200
commit9df4babee613569704bd8947de9a3cd46086b43e (patch)
treeee994ea3f1c88175c9be133bdbc134a7ee01464f /doc/posix-functions/strftime.texi
parentdb1ee11e2168af7137db53289a92e306d2277b0b (diff)
downloadgnulib-9df4babee613569704bd8947de9a3cd46086b43e.tar.gz
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.
Diffstat (limited to 'doc/posix-functions/strftime.texi')
-rw-r--r--doc/posix-functions/strftime.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/strftime.texi b/doc/posix-functions/strftime.texi
index d371818e2e..0c2d992f93 100644
--- a/doc/posix-functions/strftime.texi
+++ b/doc/posix-functions/strftime.texi
@@ -4,18 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime.html}
-Gnulib module: ---
+Gnulib module: strftime-fixes
Portability problems fixed by Gnulib:
@itemize
+@item
+On native Windows platforms (mingw, MSVC), this function works incorrectly
+when the environment variable @code{TZ} has been set by Cygwin.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
-On native Windows platforms (mingw, MSVC), this function works incorrectly
-when the environment variable @code{TZ} has been set by Cygwin.
-@item
The Windows C runtime library (which is used by MinGW) does not
support the %e specifier (and possibly the other more recent SUS
specifiers too, i.e., %C, %D, %h, %n, %r, %R, %t, and %T).