annotate modules/getnline @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000
parents 781dec53e193
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4460
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Read a line from a stream, with bounded memory allocation.
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/getnline.h
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/getnline.c
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/getnline.m4
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
4463
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
10 getndelim2
6030
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 5251
diff changeset
11 ssize_t
4460
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_GETNLINE
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
4463
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
17 lib_SOURCES += getnline.h getnline.c
4460
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Include:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 "getnline.h"
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4463
diff changeset
22 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4463
diff changeset
23 GPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4463
diff changeset
24
4460
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 all