freopen: Documentation.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Aug 2011 08:48:02 +0000 (10:48 +0200)
committerIan Beckwith <ianb@erislabs.net>
Wed, 7 Sep 2011 23:49:03 +0000 (00:49 +0100)
* doc/posix-functions/freopen.texi: Document the bug with the NULL file
name.
Reported by Claudio Bley <claudio.bley@gmail.com>.
(cherry picked from commit a5a35f0cfc24fc0b206be30aba2bf7b98d522082)

ChangeLog
doc/posix-functions/freopen.texi

index d06bced..6821057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-31  Bruno Haible  <bruno@clisp.org>
+
+       freopen: Documentation.
+       * doc/posix-functions/freopen.texi: Document the bug with the NULL file
+       name.
+       Reported by Claudio Bley <claudio.bley@gmail.com>.
+
 2011-08-31  Claudio Bley  <claudio.bley@gmail.com>  (tiny change)
 
        freopen: Don't crash if the filename argument is NULL.
index e1a077a..49b0afe 100644 (file)
@@ -22,6 +22,10 @@ Portability problems not fixed by Gnulib:
 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
 upon failure.
 @item
+This function does not support a @code{NULL} file name argument on some
+platforms:
+OpenBSD 4.9, AIX 7.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw.
+@item
 This function does not fail when the file name argument ends in a slash
 and (without the slash) names a nonexistent file or a file that is not a
 directory, on some platforms: