Mention a problem on mingw.
authorBruno Haible <bruno@clisp.org>
Mon, 28 Apr 2008 09:24:51 +0000 (11:24 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 28 Apr 2008 09:24:51 +0000 (11:24 +0200)
ChangeLog
doc/posix-functions/strdup.texi

index 5be5a26462d1021658d712a8d92eeb1f84dc619f..c0163e815fe32a10cad0d750bcdc763279fb8a54 100644 (file)
--- 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.
index dc65531c31fa2e29b8f01328a968c37b1ccdce56..4f30f452318a024664c4a5ebe14d2ba15ab2b008 100644 (file)
@@ -16,4 +16,8 @@ This function has no prototype in @code{<string.h>} 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