vasnprintf: Add more tests.
[gnulib.git] / doc / posix-functions / strftime.texi
index 8b579be..54c4352 100644 (file)
@@ -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: ---
 
@@ -12,7 +12,11 @@ Portability problems fixed by Gnulib:
 
 Portability problems not fixed by Gnulib:
 @itemize
+@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).
 @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.