NEWS.stable: update and finalise
[gnulib.git] / modules / getdelim
1 Description:
2 Read character delimited data from a stream.
3
4 Files:
5 lib/getdelim.c
6 m4/getdelim.m4
7
8 Depends-on:
9 stdio
10 extensions
11 stdint          [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
12 realloc-posix   [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
13 errno           [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
14
15 configure.ac:
16 gl_FUNC_GETDELIM
17 gl_STDIO_MODULE_INDICATOR([getdelim])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Simon Josefsson