X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fstrftime.texi;h=54c4352fbc698148923958bc5c6ec1b0c33cff88;hb=de9f4b1;hp=faf69f5584fcf4be59e4d60b3abc9cb0747232a0;hpb=7fad45e36425668f204e3343470fd18c32b31b6f;p=gnulib.git diff --git a/doc/posix-functions/strftime.texi b/doc/posix-functions/strftime.texi index faf69f558..54c4352fb 100644 --- a/doc/posix-functions/strftime.texi +++ b/doc/posix-functions/strftime.texi @@ -2,7 +2,7 @@ @section @code{strftime} @findex strftime -POSIX specification: @url{http://www.opengroup.org/susv3xsh/strftime.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime.html} Gnulib module: --- @@ -13,9 +13,10 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item -Windows does support the non-SUS %e specifier (and possibly the other -non-SUS specifiers too). +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). @end itemize Extension: Gnulib offers a module @samp{strftime} that provides an -@code{strftime} function with various GNU extensions. +@code{nstrftime} function with various GNU extensions.