From: Simon Josefsson Date: Mon, 21 Apr 2008 09:03:51 +0000 (+0200) Subject: (strftime): Explain better Windows incompatibility. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee303d1ff29a6bc3faa9a485d53176bf90f17023;p=pspp (strftime): Explain better Windows incompatibility. Suggested by Micah Cowan . --- diff --git a/ChangeLog b/ChangeLog index e78cbdbb02..60534c9348 100644 --- 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 index 1b8039e304..3d37150aab 100644 --- a/doc/posix-functions/strftime.texi +++ b/doc/posix-functions/strftime.texi @@ -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