NEWS.stable: update and finalise
[gnulib.git] / modules / wcsdup
1 Description:
2 wcsdup() function: duplicate a wide string.
3
4 Files:
5 lib/wcsdup.c
6 lib/wcsdup-impl.h
7 m4/wcsdup.m4
8
9 Depends-on:
10 wchar
11 wcslen          [test $HAVE_WCSDUP = 0]
12 wmemcpy         [test $HAVE_WCSDUP = 0]
13
14 configure.ac:
15 gl_FUNC_WCSDUP
16 gl_WCHAR_MODULE_INDICATOR([wcsdup])
17
18 Makefile.am:
19
20 Include:
21 <wchar.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible