New module 'wcslen'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Feb 2011 12:36:58 +0000 (13:36 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2011 22:36:03 +0000 (23:36 +0100)
commit023cc5f089abb144d32c9b28f92366d04f06423d
treedcf3e47f92e5675afaac392db91d9251cef55657
parente4d07a05390c21a9df213e014efeaf6704593879
New module 'wcslen'.

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