summaryrefslogtreecommitdiff
path: root/doc/posix-functions/wcstok.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-06 15:25:58 +0100
committerBruno Haible <bruno@clisp.org>2011-02-07 23:36:08 +0100
commitcdddb1e1f27b899a9580d3ad289539c3c124d045 (patch)
treea96916c036086cdc4d66a3240105b3edf87e1de5 /doc/posix-functions/wcstok.texi
parent8e5e25f79c3ff689fc3a3aab0fe439064ef76d02 (diff)
downloadgnulib-cdddb1e1f27b899a9580d3ad289539c3c124d045.tar.gz
New module 'wcstok'.
* modules/wcstok: New file. * lib/wchar.in.h (wcstok): New declaration. * lib/wcstok.c: New file. * lib/wcstok-impl.h: New file, from libutf8 with modifications. * m4/wcstok.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcstok is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSTOK, HAVE_WCSTOK. * modules/wchar (Makefile.am): Substitute GNULIB_WCSTOK, HAVE_WCSTOK. * tests/test-wchar-c++.cc: Test the declaration of wcstok. * doc/posix-functions/wcstok.texi: Mention the new module.
Diffstat (limited to 'doc/posix-functions/wcstok.texi')
-rw-r--r--doc/posix-functions/wcstok.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/wcstok.texi b/doc/posix-functions/wcstok.texi
index 2d9c69ff44..d19fb432a1 100644
--- a/doc/posix-functions/wcstok.texi
+++ b/doc/posix-functions/wcstok.texi
@@ -4,18 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstok.html}
-Gnulib module: ---
+Gnulib module: wcstok
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+IRIX 5.3, Solaris 2.5.1, Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on some platforms:
-IRIX 5.3, Solaris 2.5.1, Cygwin 1.5.x.
-@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize