Mercurial > hg > octave-shane > gnulib-hg
annotate modules/readtokens0 @ 11658:8b1dcb465dff
tests: add test for bogus NULL definition
* tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
* tests/test-stdlib.c: Likewise.
* tests/test-string.c: Likewise.
* tests/test-locale.c: Likewise.
* tests/test-unistd.c: Likewise.
* modules/stdio-tests (Depends-on): Add verify.
* modules/stdlib-tests (Depends-on): Likewise.
* modules/string-tests (Depends-on): Likewise.
* modules/locale-tests (Depends-on): Likewise.
* modules/unistd-tests (Depends-on): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Fri, 26 Jun 2009 08:00:28 -0600 |
parents | aec0a1f23054 |
children |
rev | line source |
---|---|
5142 | 1 Description: |
2 Read NUL-separated tokens from a stream. | |
3 | |
4 Files: | |
5 lib/readtokens0.h | |
6 lib/readtokens0.c | |
7 | |
8 Depends-on: | |
9 obstack | |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
10 stdbool |
5142 | 11 |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 lib_SOURCES += readtokens0.h readtokens0.c | |
16 | |
17 Include: | |
18 "readtokens0.h" | |
19 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5142
diff
changeset
|
20 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5142
diff
changeset
|
21 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5142
diff
changeset
|
22 |
5142 | 23 Maintainer: |
24 Jim Meyering |