summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-05 15:15:14 +0100
committerBruno Haible <bruno@clisp.org>2011-02-07 23:36:03 +0100
commit83527ac1b14a16ad2254b81ced7457fbaa791550 (patch)
treed009281c9edf9652361cd0baa67f5421cccafcbb /doc
parentcca5dbfe86a210115de38c08749f6c4c2f07d85e (diff)
downloadgnulib-83527ac1b14a16ad2254b81ced7457fbaa791550.tar.gz
New module 'wcpcpy'.
* modules/wcpcpy: New file. * lib/wchar.in.h (wcpcpy): New declaration. * lib/wcpcpy.c: New file. * lib/wcpcpy-impl.h: New file, from libutf8 with modifications. * m4/wcpcpy.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcpcpy is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCPCPY, HAVE_WCPCPY. * modules/wchar (Makefile.am): Substitute GNULIB_WCPCPY, HAVE_WCPCPY. * tests/test-wchar-c++.cc: Test the declaration of wcpcpy. * doc/posix-functions/wcpcpy.texi: Mention the new module.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/wcpcpy.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix-functions/wcpcpy.texi b/doc/posix-functions/wcpcpy.texi
index 97a21b3b95..30b59befcb 100644
--- a/doc/posix-functions/wcpcpy.texi
+++ b/doc/posix-functions/wcpcpy.texi
@@ -4,19 +4,19 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcpcpy.html}
-Gnulib module: ---
+Gnulib module: wcpcpy
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11,
+IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on some platforms:
-MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 4.3.2, HP-UX
-11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
-@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize