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