stdint: Update documentation.
authorBruno Haible <bruno@clisp.org>
Sat, 19 Feb 2011 11:52:42 +0000 (12:52 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 19 Feb 2011 11:52:42 +0000 (12:52 +0100)
* doc/posix-headers/stdint.texi: Mention WCHAR_MIN, WCHAR_MAX problem.

ChangeLog
doc/posix-headers/stdint.texi

index 3cc41e6cc2e2d4e4346dd2712a91c74d3a5e1ac6..e3804dc8da68d66d0320d716c911d7368cb1a320 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-19  Bruno Haible  <bruno@clisp.org>
+
+       stdint: Update documentation.
+       * doc/posix-headers/stdint.texi: Mention WCHAR_MIN, WCHAR_MAX problem.
+
 2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        stdint: omit redundant check for wchar.h
index 55e4ebfcaedf3c708d560e540dcb7f7784e10c99..a9c36dff89520ed897533f6bb0e2e2cafdcdf97d 100644 (file)
@@ -23,6 +23,10 @@ mingw.
 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{<stdint.h>} (only in @code{<wchar.h>}) on some platforms:
+Dragonfly, BSDI.
 @end itemize
 
 Portability problems not fixed by Gnulib: