Hash :
8fb59b8f
Author :
Date :
2017-07-06T01:10:39
doc: Update for MSVC 14. * doc/posix-headers/*.texi: Add info about MSVC 14. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
@node wctype.h
@section @file{wctype.h}
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html}
Gnulib module: wctype-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
HP-UX 11.00, BeOS.
@item
This header file is not self-contained on some platforms:
Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
@item
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 14.
@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:
@itemize
@end itemize