* doc/posix-headers/stdint.texi: Mention WCHAR_MIN, WCHAR_MAX problem.
+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
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: