summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-07 00:29:31 +0100
committerBruno Haible <bruno@clisp.org>2011-02-09 20:54:32 +0100
commitd3042e83ace41dcd72fdf8d5173ddf55ac645459 (patch)
tree2b52188d942800670330013bac38eb88d04e7011 /doc
parent52c4f309aad0bce5307f2cca26b59b76ed7574ab (diff)
downloadgnulib-d3042e83ace41dcd72fdf8d5173ddf55ac645459.tar.gz
New module 'towctrans'.
* modules/towctrans: New file. * lib/wctype.in.h (towctrans): New declaration. * lib/towctrans.c: New file. * lib/towctrans-impl.h: New file. * m4/towctrans.m4: New file. * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether towctrans is declared. (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_TOWCTRANS. * modules/wctype-h (Makefile.am): Substitute GNULIB_TOWCTRANS. * tests/test-wctype-h-c++.cc: Test the declaration of towctrans. * doc/posix-functions/towctrans.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/towctrans.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/towctrans.texi b/doc/posix-functions/towctrans.texi
index 5449f7fcac..d99c6adbed 100644
--- a/doc/posix-functions/towctrans.texi
+++ b/doc/posix-functions/towctrans.texi
@@ -4,18 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towctrans.html}
-Gnulib module: ---
+Gnulib module: towctrans
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on some platforms:
-HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5.
-@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize