NEWS.stable: update and finalise
[gnulib.git] / modules / mbsnrtowcs
1 Description:
2 mbsnrtowcs() function: convert string to wide string.
3
4 Files:
5 lib/mbsnrtowcs.c
6 lib/mbsnrtowcs-impl.h
7 lib/mbsrtowcs-state.c
8 m4/mbsnrtowcs.m4
9 m4/mbstate_t.m4
10
11 Depends-on:
12 wchar
13 extensions
14 mbrtowc         [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
15 minmax          [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
16 strnlen1        [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
17
18 configure.ac:
19 gl_FUNC_MBSNRTOWCS
20 gl_WCHAR_MODULE_INDICATOR([mbsnrtowcs])
21
22 Makefile.am:
23
24 Include:
25 <wchar.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32