perror: document fixed bugs
authorEric Blake <eblake@redhat.com>
Wed, 8 Jun 2011 03:09:01 +0000 (21:09 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 8 Jun 2011 03:11:18 +0000 (21:11 -0600)
* doc/posix-functions/perror.texi (perror): Document recent
patches.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-functions/perror.texi

index 149049044c552d5a7b34730148c8e451b35f16a9..e899a6b1a20e525ef5a0e46f78b18c7ea4361f57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-07  Eric Blake  <eblake@redhat.com>
+
+       perror: document fixed bugs
+       * doc/posix-functions/perror.texi (perror): Document recent
+       patches.
+
 2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        stat-time: get_stat_birthtime failure is better-defined
index 13231e95ea74eba09ef5f46ea0b22a8ca3d5f3fc..ddc7c9b968734d3c8b2ed3e33c5cf90f102f5704 100644 (file)
@@ -16,6 +16,13 @@ OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw.
 This function treats @code{errno} of 0 like failure, although POSIX
 requires that the message declare it as a success, on some platforms:
 FreeBSD 8.2
+@item
+This function clobbers the @code{strerror} buffer on some platforms:
+Cygwin 1.7.9.
+@item
+This function fails to print a useful a string for out-of-range integers on
+some platforms:
+HP-UX 11, IRIX 6.5, Solaris 8.
 @end itemize
 
 Portability problems not fixed by Gnulib: