doc: mention glibc SSIZE_MAX buglet
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jul 2016 09:42:40 +0000 (11:42 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Jul 2016 09:43:05 +0000 (11:43 +0200)
* doc/posix-headers/limits.texi (limits.h): Document the bug.

ChangeLog
doc/posix-headers/limits.texi

index 38c613ca85d5aad202d51a29268ba13f2fc3bcdf..abf9a354f1af2a9998d614be7b62a80c4c06a194 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       doc: mention glibc SSIZE_MAX buglet
+       * doc/posix-headers/limits.texi (limits.h): Document the bug.
+
 2016-07-04  Martin Kletzander  <mkletzan@redhat.com>
 
        printf-posix: Fix mingw build
index 2595210a391566d80525d9318b5bec1bee03c2be..43ecbfd4a641d9b42bb1415ef5eff27c88e202a0 100644 (file)
@@ -23,6 +23,10 @@ AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1 with gcc.
 The macros @code{WORD_BIT}, @code{LONG_BIT} are not defined on some platforms:
 glibc 2.11 without @code{-D_GNU_SOURCE}, Cygwin, mingw, MSVC 9.
 @item
+The macro @code{SSIZE_MAX} has the wrong type,
+albeit with the correct value:
+glibc 2.24.
+@item
 The macro @code{SSIZE_MAX} is not defined on some platforms:
 MSVC 9.
 @end itemize