New module 'wcscoll'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 11:56:31 +0000 (12:56 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:05 +0000 (23:36 +0100)
commit7aae6551319dd8c750eefc0ea82503af3dc3145f
treecf7ea7aa6d358578b8d4e55d0ac8c9e5a9a258f7
parente1cc6ea006da8ff4527e055e7aa2db0d69351a05
New module 'wcscoll'.

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