Mercurial > hg > octave-shane > gnulib-hg
changeset 9949:dcdff7f9ae0f
(strftime): Explain better Windows incompatibility.
Suggested by Micah Cowan <micah@cowan.name>.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Mon, 21 Apr 2008 11:03:51 +0200 |
parents | 758086c210f0 |
children | c2d7cd5bb587 |
files | ChangeLog doc/posix-functions/strftime.texi |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,
--- 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