# HG changeset patch # User Simon Josefsson # Date 1208768631 -7200 # Node ID dcdff7f9ae0f081df301c2cda80b14a6f705f554 # Parent 758086c210f06c667103ac3d53cf3bb3ab64b152 (strftime): Explain better Windows incompatibility. Suggested by Micah Cowan . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-21 Simon Josefsson + + * doc/posix-functions/strftime.texi (strftime): Explain better + Windows incompatibility. Suggested by Micah Cowan + . + 2008-04-20 Bruno Haible * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen, diff --git a/doc/posix-functions/strftime.texi b/doc/posix-functions/strftime.texi --- a/doc/posix-functions/strftime.texi +++ b/doc/posix-functions/strftime.texi @@ -14,8 +14,8 @@ @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