summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-05 13:36:58 +0100
committerBruno Haible <bruno@clisp.org>2011-02-07 23:36:03 +0100
commit023cc5f089abb144d32c9b28f92366d04f06423d (patch)
treedcf3e47f92e5675afaac392db91d9251cef55657 /doc
parente4d07a05390c21a9df213e014efeaf6704593879 (diff)
downloadgnulib-023cc5f089abb144d32c9b28f92366d04f06423d.tar.gz
New module 'wcslen'.
* modules/wcslen: New file. * lib/wchar.in.h (wcslen): New declaration. * lib/wcslen.c: New file. * lib/wcslen-impl.h: New file, from libutf8 with modifications. * m4/wcslen.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcslen is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSLEN, HAVE_WCSLEN. * modules/wchar (Makefile.am): Substitute GNULIB_WCSLEN, HAVE_WCSLEN. * tests/test-wchar-c++.cc: Test the declaration of wcslen. * doc/posix-functions/wcslen.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/wcslen.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/wcslen.texi b/doc/posix-functions/wcslen.texi
index ece572251c..00999118c4 100644
--- a/doc/posix-functions/wcslen.texi
+++ b/doc/posix-functions/wcslen.texi
@@ -4,18 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcslen.html}
-Gnulib module: ---
+Gnulib module: wcslen
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