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