summaryrefslogtreecommitdiff
path: root/modules/wcpcpy
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 /modules/wcpcpy
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 'modules/wcpcpy')
-rw-r--r--modules/wcpcpy31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/wcpcpy b/modules/wcpcpy
new file mode 100644
index 0000000000..50ec8c3166
--- /dev/null
+++ b/modules/wcpcpy
@@ -0,0 +1,31 @@
+Description:
+wcpcpy() function: copy a wide string.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
+Files:
+lib/wcpcpy.c
+lib/wcpcpy-impl.h
+m4/wcpcpy.m4
+
+Depends-on:
+wchar
+
+configure.ac:
+gl_FUNC_WCPCPY
+gl_WCHAR_MODULE_INDICATOR([wcpcpy])
+
+Makefile.am:
+
+Include:
+<wchar.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible