# HG changeset patch # User Simon Josefsson # Date 1208498271 -7200 # Node ID a1060fe095960480235004fae471801e9ca03bfe # Parent 6839e54ebad2b5451eb20db6f4db610e0e4c29b1 doc/posix-functions/strftime.texi (strftime): Clarify platform. Suggested by Bruno Haible . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-18 Simon Josefsson + + * doc/posix-functions/strftime.texi (strftime): Clarify platform. + Suggested by Bruno Haible . + 2008-04-17 Bruno Haible * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy, 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 @@ -13,8 +13,9 @@ Portability problems not fixed by Gnulib: @itemize @item -Windows does not support the non-SUS %e specifier (and possibly the -other non-SUS specifiers too). +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). @end itemize Extension: Gnulib offers a module @samp{strftime} that provides an