New module 'wcsncmp'.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Feb 2011 03:47:49 +0000 (04:47 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:05 +0000 (23:36 +0100)
commitd0e37c5d24c0885de0a6787bdd947e00746b6ef3
treee4e68931d9b2e382f88316f126cbfa1e496ca3ee
parentbe86abb4e6d5be278524ebb6b84392b67b017ed3
New module 'wcsncmp'.

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