summaryrefslogtreecommitdiff
path: root/modules/wcsncat
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-06 04:09:52 +0100
committerBruno Haible <bruno@clisp.org>2011-02-07 23:36:04 +0100
commit9c304a2f70142730023fe38a3517d1dfee6deeff (patch)
tree59b9a5f58a28fa55b08427268dbca89634d23a23 /modules/wcsncat
parent74df68b30a93d4e4d2f11615ab371b0c30d260c7 (diff)
downloadgnulib-9c304a2f70142730023fe38a3517d1dfee6deeff.tar.gz
New module 'wcsncat'.
* modules/wcsncat: New file. * lib/wchar.in.h (wcsncat): New declaration. * lib/wcsncat.c: New file. * lib/wcsncat-impl.h: New file, from libutf8 with modifications. * m4/wcsncat.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcsncat is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNCAT, HAVE_WCSNCAT. * modules/wchar (Makefile.am): Substitute GNULIB_WCSNCAT, HAVE_WCSNCAT. * tests/test-wchar-c++.cc: Test the declaration of wcsncat. * doc/posix-functions/wcsncat.texi: Mention the new module.
Diffstat (limited to 'modules/wcsncat')
-rw-r--r--modules/wcsncat31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/wcsncat b/modules/wcsncat
new file mode 100644
index 0000000000..0bdc5103fb
--- /dev/null
+++ b/modules/wcsncat
@@ -0,0 +1,31 @@
+Description:
+wcsncat() function: append part of a wide string to a wide string.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
+Files:
+lib/wcsncat.c
+lib/wcsncat-impl.h
+m4/wcsncat.m4
+
+Depends-on:
+wchar
+
+configure.ac:
+gl_FUNC_WCSNCAT
+gl_WCHAR_MODULE_INDICATOR([wcsncat])
+
+Makefile.am:
+
+Include:
+<wchar.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible