summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/wctype.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-headers/wctype.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-headers/wctype.texi29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/doc/posix-headers/wctype.texi b/gnulib/doc/posix-headers/wctype.texi
new file mode 100644
index 00000000..d3438e48
--- /dev/null
+++ b/gnulib/doc/posix-headers/wctype.texi
@@ -0,0 +1,29 @@
+@node wctype.h
+@section @file{wctype.h}
+
+POSIX specification: @url{http://www.opengroup.org/susv3xbd/wctype.h.html}
+
+Gnulib module: wctype
+
+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 functions @code{isw*} are missing on some platforms:
+FreeBSD 4.11.
+@item
+The functions @code{isw*} are actually defined as macros that don't work,
+on IRIX 5.3.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize