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