New module 'wcsxfrm'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 12:30:53 +0000 (13:30 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:06 +0000 (23:36 +0100)
commit1c65c44a130b11ba5f128ad1db2f23aa82984c1a
treef54bb3f01e44c5ef92b942eff5a5532902cf82ba
parent7aae6551319dd8c750eefc0ea82503af3dc3145f
New module 'wcsxfrm'.

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