X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fstdint.texi;h=a9c36dff89520ed897533f6bb0e2e2cafdcdf97d;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=6466edc2f3fddf13e3af7617e231e977973cd732;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi index 6466edc2f..a9c36dff8 100644 --- a/doc/posix-headers/stdint.texi +++ b/doc/posix-headers/stdint.texi @@ -1,7 +1,7 @@ @node stdint.h @section @file{stdint.h} -POSIX specification: @url{http://www.opengroup.org/susv3xbd/stdint.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html} Gnulib module: stdint @@ -9,7 +9,7 @@ Portability problems fixed by Gnulib: @itemize @item This header file is missing on some platforms: -OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Interix 3.5, BeOS. +OpenBSD 3.8, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Interix 3.5, BeOS. @item This header file is very incomplete on some platforms. @item @@ -19,6 +19,14 @@ FreeBSD 6.2 / ia64. @item The value of @code{WINT_MAX} is incorrect on some platforms: mingw. +@item +The values of @code{INT8_MAX}, @code{UINT8_MAX} etc. are not usable in +preprocessor expressions on some platforms: +HP-UX 11.23. +@item +The macros @code{WCHAR_MIN} and @code{WCHAR_MAX} are not defined in +@code{} (only in @code{}) on some platforms: +Dragonfly, BSDI. @end itemize Portability problems not fixed by Gnulib: