aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/argp.h
Commit message (Collapse)AuthorAgeFilesLines
* (argp_program_version_hook): Add argument types.Miles Bader1996-07-061-5/+7
|
* (struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields.Miles Bader1996-06-171-4/+25
| | | | | | (argp_failure): New declaration. (ARGP_NO_HELP, ARGP_NO_EXIT): Fix values (were hex, but with decimal value!). (argp_help): Add NAME argument.
* ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN.Miles Bader1996-05-111-11/+15
|
* (ARGP_ERR_UNKNOWN_KEY): New define.Miles Bader1996-05-111-24/+26
|
* (argp_program_version, argp_program_version_hook): New decls.Miles Bader1996-05-021-0/+12
|
* (argp_parse): Change HOOK argument to INPUT.Miles Bader1996-04-031-16/+13
| | | | | (struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again.
* (struct argp_state):Miles Bader1996-03-191-31/+64
| | | | | | | | | Add HOOK and CHILD_HOOKS fields. Rename the PARENTS field to be CHILDREN (the most common use is initialization, so this change shouldn't have much effect). (ARGP_KEY_BEGIN, ARGP_KEY_ERROR): New macros. (argp_state_help): New function. (argp_usage, argp_error): Change arguments.
* (struct argp_state): Add `quoted' field.Miles Bader1996-02-141-0/+5
|
* (struct argp_state): Add ARG_NUM field.Miles Bader1996-02-051-0/+6
|
* (struct argp, struct argp_state, argp_parse, argp_help, argp_usage,Miles Bader1996-02-051-16/+17
| | | | argp_error, _option_is_short, _option_is_end): Add `const' where appropriate.
* (struct argp_option): Add the GROUP field. Twiddle doc.Miles Bader1995-12-211-3/+14
| | | | (_option_is_end): Be more pessimistic about what constitutes `the end'.
* (struct argp_state): Rename the INDEX field to be NEXT.Miles Bader1995-12-061-3/+3
|
* (argp_usage, argp_error): New declarations.Miles Bader1995-10-201-0/+13
| | | | (argp_usage): New inline function.
* (ARGP_HELP_STD_ERR): Doesn't print a usage message.Miles Bader1995-10-131-2/+7
| | | | (ARGP_HELP_STD_USAGE): ... whereas this does.
* (ARGP_HELP_*, argp_help): Renamed from ARGP_USAGE_* &c.Miles Bader1995-10-111-12/+18
| | | | (ARGP_HELP_STD_HELP): Use ARGP_HELP_SHORT_USAGE instead of ARGP_HELP_USAGE.
* Doc fixes.Miles Bader1995-10-111-9/+13
|
* (struct argp_state): Get rid of the PROCESSED_ARG field.Miles Bader1995-10-111-8/+5
|
* (struct argp_state): Add PROCESSED_ARG field.Miles Bader1995-10-101-2/+23
| | | | (ARGP_KEY_NO_ARGS): New macro.
* Initial revisionMiles Bader1995-10-101-0/+216