annotate modules/argp @ 4781:d762cb7714db

A little more dependencies of the 'argp' module.
author Bruno Haible <bruno@clisp.org>
date Fri, 10 Oct 2003 19:41:12 +0000
parents 4cc6ae8a82f6
children 669060078ea4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4386
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Hierarchical processing of command line arguments.
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/argp.h
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/argp-ba.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/argp-eexst.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/argp-fmtstream.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 lib/argp-fmtstream.h
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 lib/argp-fs-xinl.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/argp-help.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/argp-namefrob.h
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 lib/argp-parse.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 lib/argp-pv.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 lib/argp-pvh.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 lib/argp-xinl.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 m4/argp.m4
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Depends-on:
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 alloca
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 getopt
4595
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
22 strchrnul
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
23 sysexits
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
24 mempcpy
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
25 strndup
4781
d762cb7714db A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents: 4595
diff changeset
26 restrict
d762cb7714db A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents: 4595
diff changeset
27 strcase
4386
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 configure.ac:
4595
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
30 gl_ARGP
4386
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Makefile.am:
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 Include:
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 "argp.h"
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 Maintainer:
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 Simon Josefsson, glibc
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42