Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
4460 | 1 Description: |
2 Read a line from a stream, with bounded memory allocation. | |
3 | |
4 Files: | |
5 lib/getnline.h | |
6 lib/getnline.c | |
7 m4/getnline.m4 | |
8 | |
9 Depends-on: | |
4463 | 10 getndelim2 |
6030
781dec53e193
Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents:
5251
diff
changeset
|
11 ssize_t |
4460 | 12 |
13 configure.ac: | |
14 gl_GETNLINE | |
15 | |
16 Makefile.am: | |
4463 | 17 lib_SOURCES += getnline.h getnline.c |
4460 | 18 |
19 Include: | |
20 "getnline.h" | |
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 | 25 Maintainer: |
26 all |