Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/readtokens @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | 0722ede3f033 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Read tokens from a stream. |
4110 | 3 |
4 Files: | |
5 lib/readtokens.h | |
6 lib/readtokens.c | |
7 m4/readtokens.m4 | |
8 | |
9 Depends-on: | |
12582
21afac8020be
readtokens: this module *does* require xalloc.h
Jim Meyering <meyering@redhat.com>
parents:
12577
diff
changeset
|
10 xalloc |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
11 stdbool |
4110 | 12 |
13 configure.ac: | |
14 gl_READTOKENS | |
15 | |
16 Makefile.am: | |
15231
0722ede3f033
readtokens: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12582
diff
changeset
|
17 lib_SOURCES += readtokens.c |
4110 | 18 |
19 Include: | |
20 "readtokens.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 |
4197 | 25 Maintainer: |
26 Jim Meyering |