New module 'wcscasecmp'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 11:16:54 +0000 (12:16 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:05 +0000 (23:36 +0100)
commit98b6cac347783a047671e9a9235933dddd9e5aa8
tree1bf011c360b2dd9c7f4ee674dfaec26347cb16e8
parentd0e37c5d24c0885de0a6787bdd947e00746b6ef3
New module 'wcscasecmp'.

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