New module 'wmemcmp'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 11:47:22 +0000 (12:47 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:01 +0000 (23:36 +0100)
commitc5c66975f77962d53fee68bc2766cc59cabf95e1
tree89182ac1cbce9921549dc7b29a1adb875b5e2f9b
parent6f0680eb29a1737d704a1df26aafc00490cd34d8
New module 'wmemcmp'.

* modules/wmemcmp: New file.
* lib/wchar.in.h (wmemcmp): New declaration.
* lib/wmemcmp.c: New file.
* lib/wmemcmp-impl.h: New file, from libutf8 with modifications.
* m4/wmemcmp.m4: New file.
* m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemcmp is declared.
(gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCMP, HAVE_WMEMCMP.
* modules/wchar (Makefile.am): Substitute GNULIB_WMEMCMP, HAVE_WMEMCMP.
* tests/test-wchar-c++.cc: Test the declaration of wmemcmp.
* doc/posix-functions/wmemcmp.texi: Mention the new module.
ChangeLog
doc/posix-functions/wmemcmp.texi
lib/wchar.in.h
lib/wmemcmp-impl.h [new file with mode: 0644]
lib/wmemcmp.c [new file with mode: 0644]
m4/wchar_h.m4
m4/wmemcmp.m4 [new file with mode: 0644]
modules/wchar
modules/wmemcmp [new file with mode: 0644]
tests/test-wchar-c++.cc