summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-06 13:52:11 +0100
committerBruno Haible <bruno@clisp.org>2011-02-07 23:36:06 +0100
commit214aca197fc1b600e119e0fbae8cf196b48c5276 (patch)
treeb89f394980b45a25084475117936a52f17949c7d /doc
parent5768aa52f6dd4fe3266bfa42f6a58f26b89c6c89 (diff)
downloadgnulib-214aca197fc1b600e119e0fbae8cf196b48c5276.tar.gz
New module 'wcschr'.
* modules/wcschr: New file. * lib/wchar.in.h (wcschr): New declaration. * lib/wcschr.c: New file. * lib/wcschr-impl.h: New file, from libutf8 with modifications. * m4/wcschr.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcschr is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCHR, HAVE_WCSCHR. * modules/wchar (Makefile.am): Substitute GNULIB_WCSCHR, HAVE_WCSCHR. * tests/test-wchar-c++.cc: Test the declaration of wcschr. * doc/posix-functions/wcschr.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/wcschr.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/wcschr.texi b/doc/posix-functions/wcschr.texi
index 3744e2484d..3480cc4889 100644
--- a/doc/posix-functions/wcschr.texi
+++ b/doc/posix-functions/wcschr.texi
@@ -4,18 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcschr.html}
-Gnulib module: ---
+Gnulib module: wcschr
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