changeset 9991:7aa7cfaff758

Mention a problem on mingw.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 Apr 2008 11:24:51 +0200
parents 420a1855060f
children 57789763312c
files ChangeLog doc/posix-functions/strdup.texi
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-28  Bruno Haible  <bruno@clisp.org>
+
+	* doc/posix-functions/strdup.texi: Mention mingw problem.
+
 2008-04-27  Bruno Haible  <bruno@clisp.org>
 
 	* modules/stat-time-tests (Depends-on): Add sleep.
--- a/doc/posix-functions/strdup.texi
+++ b/doc/posix-functions/strdup.texi
@@ -16,4 +16,8 @@
 
 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