From: Bruno Haible Date: Mon, 28 Apr 2008 09:24:51 +0000 (+0200) Subject: Mention a problem on mingw. X-Git-Tag: v0.1~7479 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c08b54301dff7bfc0c091f7888227ecf1f02223e;p=gnulib.git Mention a problem on mingw. --- diff --git a/ChangeLog b/ChangeLog index 5be5a2646..c0163e815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-28 Bruno Haible + + * doc/posix-functions/strdup.texi: Mention mingw problem. + 2008-04-27 Bruno Haible * modules/stat-time-tests (Depends-on): Add sleep. diff --git a/doc/posix-functions/strdup.texi b/doc/posix-functions/strdup.texi index dc65531c3..4f30f4523 100644 --- a/doc/posix-functions/strdup.texi +++ b/doc/posix-functions/strdup.texi @@ -16,4 +16,8 @@ This function has no prototype in @code{} on some old platforms. Portability problems not fixed by Gnulib: @itemize +@item +Upon failure, the function does not set @code{errno} to @code{ENOMEM} on +some platforms: +mingw. @end itemize