Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (argp_program_version_hook): Add argument types. | Miles Bader | 1996-07-06 | 1 | -5/+7 |
| | |||||
* | (struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields. | Miles Bader | 1996-06-17 | 1 | -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 Bader | 1996-05-11 | 1 | -11/+15 |
| | |||||
* | (ARGP_ERR_UNKNOWN_KEY): New define. | Miles Bader | 1996-05-11 | 1 | -24/+26 |
| | |||||
* | (argp_program_version, argp_program_version_hook): New decls. | Miles Bader | 1996-05-02 | 1 | -0/+12 |
| | |||||
* | (argp_parse): Change HOOK argument to INPUT. | Miles Bader | 1996-04-03 | 1 | -16/+13 |
| | | | | | (struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again. | ||||
* | (struct argp_state): | Miles Bader | 1996-03-19 | 1 | -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 Bader | 1996-02-14 | 1 | -0/+5 |
| | |||||
* | (struct argp_state): Add ARG_NUM field. | Miles Bader | 1996-02-05 | 1 | -0/+6 |
| | |||||
* | (struct argp, struct argp_state, argp_parse, argp_help, argp_usage, | Miles Bader | 1996-02-05 | 1 | -16/+17 |
| | | | | argp_error, _option_is_short, _option_is_end): Add `const' where appropriate. | ||||
* | (struct argp_option): Add the GROUP field. Twiddle doc. | Miles Bader | 1995-12-21 | 1 | -3/+14 |
| | | | | (_option_is_end): Be more pessimistic about what constitutes `the end'. | ||||
* | (struct argp_state): Rename the INDEX field to be NEXT. | Miles Bader | 1995-12-06 | 1 | -3/+3 |
| | |||||
* | (argp_usage, argp_error): New declarations. | Miles Bader | 1995-10-20 | 1 | -0/+13 |
| | | | | (argp_usage): New inline function. | ||||
* | (ARGP_HELP_STD_ERR): Doesn't print a usage message. | Miles Bader | 1995-10-13 | 1 | -2/+7 |
| | | | | (ARGP_HELP_STD_USAGE): ... whereas this does. | ||||
* | (ARGP_HELP_*, argp_help): Renamed from ARGP_USAGE_* &c. | Miles Bader | 1995-10-11 | 1 | -12/+18 |
| | | | | (ARGP_HELP_STD_HELP): Use ARGP_HELP_SHORT_USAGE instead of ARGP_HELP_USAGE. | ||||
* | Doc fixes. | Miles Bader | 1995-10-11 | 1 | -9/+13 |
| | |||||
* | (struct argp_state): Get rid of the PROCESSED_ARG field. | Miles Bader | 1995-10-11 | 1 | -8/+5 |
| | |||||
* | (struct argp_state): Add PROCESSED_ARG field. | Miles Bader | 1995-10-10 | 1 | -2/+23 |
| | | | | (ARGP_KEY_NO_ARGS): New macro. | ||||
* | Initial revision | Miles Bader | 1995-10-10 | 1 | -0/+216 |