New module 'wmemset'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 12:28:21 +0000 (13:28 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:02 +0000 (23:36 +0100)
commite4d07a05390c21a9df213e014efeaf6704593879
treea281b13ef6a073bce7dd2b1d5e6f29ae15d89d4a
parent994d0a366350f2a8f2f54d5dcd2c0a7d3de9a904
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.
ChangeLog
doc/posix-functions/wmemset.texi
lib/wchar.in.h
lib/wmemset-impl.h [new file with mode: 0644]
lib/wmemset.c [new file with mode: 0644]
m4/wchar_h.m4
m4/wmemset.m4 [new file with mode: 0644]
modules/wchar
modules/wmemset [new file with mode: 0644]
tests/test-wchar-c++.cc