Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |