(strftime): Explain better Windows incompatibility.
authorSimon Josefsson <simon@josefsson.org>
Mon, 21 Apr 2008 09:03:51 +0000 (11:03 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 21 Apr 2008 09:03:51 +0000 (11:03 +0200)
Suggested by Micah Cowan <micah@cowan.name>.

ChangeLog
doc/posix-functions/strftime.texi

index e78cbdb..60534c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-21  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/posix-functions/strftime.texi (strftime): Explain better
+       Windows incompatibility.  Suggested by Micah Cowan
+       <micah@cowan.name>.
+
 2008-04-20  Bruno Haible  <bruno@clisp.org>
 
        * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
index 1b8039e..3d37150 100644 (file)
@@ -14,8 +14,8 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 The Windows C runtime library (which is used by MinGW) does not
-support the non-SUS %e specifier (and possibly the other non-SUS
-specifiers too).
+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