summaryrefslogtreecommitdiff
path: root/modules/wmemset
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-05 13:28:21 +0100
committerBruno Haible <bruno@clisp.org>2011-02-07 23:36:02 +0100
commite4d07a05390c21a9df213e014efeaf6704593879 (patch)
treea281b13ef6a073bce7dd2b1d5e6f29ae15d89d4a /modules/wmemset
parent994d0a366350f2a8f2f54d5dcd2c0a7d3de9a904 (diff)
downloadgnulib-e4d07a05390c21a9df213e014efeaf6704593879.tar.gz
New module 'wmemset'.
* modules/wmemset: New file. * lib/wchar.in.h (wmemset): New declaration. * lib/wmemset.c: New file. * lib/wmemset-impl.h: New file, from libutf8 with modifications. * m4/wmemset.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemset is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMSET, HAVE_WMEMSET. * modules/wchar (Makefile.am): Substitute GNULIB_WMEMSET, HAVE_WMEMSET. * tests/test-wchar-c++.cc: Test the declaration of wmemset. * doc/posix-functions/wmemset.texi: Mention the new module.
Diffstat (limited to 'modules/wmemset')
-rw-r--r--modules/wmemset25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/wmemset b/modules/wmemset
new file mode 100644
index 0000000000..4a551da287
--- /dev/null
+++ b/modules/wmemset
@@ -0,0 +1,25 @@
+Description:
+wmemset() function: fill wide character array.
+
+Files:
+lib/wmemset.c
+lib/wmemset-impl.h
+m4/wmemset.m4
+
+Depends-on:
+wchar
+
+configure.ac:
+gl_FUNC_WMEMSET
+gl_WCHAR_MODULE_INDICATOR([wmemset])
+
+Makefile.am:
+
+Include:
+<wchar.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible