annotate modules/wmemchr @ 14267:9ccff8d6fbbe
New module 'wmemchr'.
* modules/wmemchr: New file.
* lib/wchar.in.h (wmemchr): New declaration.
* lib/wmemchr.c: New file.
* lib/wmemchr-impl.h: New file, from libutf8 with modifications.
* m4/wmemchr.m4: New file.
* m4/wchar_h.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCHR,
HAVE_WMEMCHR.
* modules/wchar (Makefile.am): Substitute GNULIB_WMEMCHR, HAVE_WMEMCHR.
* tests/test-wchar-c++.cc: Test the declaration of wmemchr.
* doc/posix-functions/wmemchr.texi: Mention the new module.
author |
Bruno Haible <bruno@clisp.org> |
date |
Sat, 05 Feb 2011 12:25:13 +0100 |
parents |
|
children |
66e9b74a4b8e |
rev |
line source |
14267
|
1 Description: |
|
2 wmemchr() function: search wide character array for a wide character. |
|
3 |
|
4 Files: |
|
5 lib/wmemchr.c |
|
6 lib/wmemchr-impl.h |
|
7 m4/wmemchr.m4 |
|
8 |
|
9 Depends-on: |
|
10 wchar |
|
11 |
|
12 configure.ac: |
|
13 gl_FUNC_WMEMCHR |
|
14 gl_WCHAR_MODULE_INDICATOR([wmemchr]) |
|
15 |
|
16 Makefile.am: |
|
17 |
|
18 Include: |
|
19 <wchar.h> |
|
20 |
|
21 License: |
|
22 LGPL |
|
23 |
|
24 Maintainer: |
|
25 Bruno Haible |