X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fwctype.texi;h=6d2e31926f4a423010eb71e29261c1980b85d7b9;hb=75ca5935f84fedf0eb6611245cc28555036d2090;hp=d3438e48b63ae021b9d89adbbf245c504d9c77e1;hpb=3cb753d3f0109c172d5c5e9c595b287b034bd577;p=gnulib.git diff --git a/doc/posix-headers/wctype.texi b/doc/posix-headers/wctype.texi index d3438e48b..6d2e31926 100644 --- a/doc/posix-headers/wctype.texi +++ b/doc/posix-headers/wctype.texi @@ -1,9 +1,9 @@ @node wctype.h @section @file{wctype.h} -POSIX specification: @url{http://www.opengroup.org/susv3xbd/wctype.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html} -Gnulib module: wctype +Gnulib module: wctype-h Portability problems fixed by Gnulib: @itemize @@ -17,11 +17,21 @@ Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1. The type @code{wint_t} and macro @code{WEOF} are missing on some platforms: IRIX 5.3. @item +The type @code{wint_t} is incorrect on some platforms: +MSVC 9. +@item The functions @code{isw*} are missing on some platforms: FreeBSD 4.11. @item +The function @code{iswblank} is declared but not defined on some platforms: +IRIX 6.5.30. +@item The functions @code{isw*} are actually defined as macros that don't work, on IRIX 5.3. +@item +This header file defines some identifiers, such as @code{multibyte}, as macros +on some platforms: +Solaris 2.6. @end itemize Portability problems not fixed by Gnulib: