New module 'wcscmp'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 03:39:48 +0000 (04:39 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:04 +0000 (23:36 +0100)
commitbe86abb4e6d5be278524ebb6b84392b67b017ed3
tree435c78a00bf7cbd95bd9903b90a0e88d541e2c09
parent9c304a2f70142730023fe38a3517d1dfee6deeff
New module 'wcscmp'.

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