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