Mercurial > hg > octave-kai > gnulib-hg
annotate modules/argp @ 5251:42b53a22aee5
Add a license tag to every module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 22 Sep 2004 15:11:04 +0000 |
parents | e1836405ab22 |
children | 5d7573d9e8e7 |
rev | line source |
---|---|
4386 | 1 Description: |
2 Hierarchical processing of command line arguments. | |
3 | |
4 Files: | |
5 lib/argp.h | |
6 lib/argp-ba.c | |
7 lib/argp-eexst.c | |
8 lib/argp-fmtstream.c | |
9 lib/argp-fmtstream.h | |
10 lib/argp-fs-xinl.c | |
11 lib/argp-help.c | |
12 lib/argp-namefrob.h | |
13 lib/argp-parse.c | |
14 lib/argp-pv.c | |
15 lib/argp-pvh.c | |
16 lib/argp-xinl.c | |
17 m4/argp.m4 | |
5194
e1836405ab22
(Files): Add m4/unlocked-io.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
18 m4/unlocked-io.m4 |
4386 | 19 |
20 Depends-on: | |
5067
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5055
diff
changeset
|
21 alloca |
4386 | 22 getopt |
4595 | 23 strchrnul |
24 sysexits | |
25 mempcpy | |
26 strndup | |
4781
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4595
diff
changeset
|
27 restrict |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4595
diff
changeset
|
28 strcase |
5194
e1836405ab22
(Files): Add m4/unlocked-io.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
29 extensions |
4386 | 30 |
31 configure.ac: | |
4595 | 32 gl_ARGP |
4386 | 33 |
34 Makefile.am: | |
35 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \ | |
36 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \ | |
37 argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c | |
38 | |
39 Include: | |
40 "argp.h" | |
41 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5194
diff
changeset
|
42 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5194
diff
changeset
|
43 LGPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5194
diff
changeset
|
44 |
4386 | 45 Maintainer: |
46 Simon Josefsson, glibc | |
47 |