Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-24 | (struct argp): | Miles Bader | |
Change type of CHILDREN field to `struct argp_child *'. (struct argp_child): New type. | |||
1996-10-24 | Mon Oct 21 22:00:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* argp.h: Add extern inline protection. * idvec.h: Likewise. * maptime.h: Likewise. * argp.c, idvec-funcs.c, maptime-funcs.c: New files. * Makefile (SRCS): Add argp.c, idvec-funcs.c, and maptime-funcs.c. | |||
1996-09-02 | (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR): | Miles Bader | |
New macros. (ARGP_HELP_STD_HELP): Include ARGP_HELP_DOC & ARGP_HELP_BUG_ADDR. (argp_program_bug_address): New declaration. (ARGP_HELP_EXIT_ERR, ARGP_HELP_EXIT_OK): Values changed. | |||
1996-07-06 | (argp_program_version_hook): Add argument types. | Miles Bader | |
1996-06-17 | (struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields. | Miles Bader | |
(argp_failure): New declaration. (ARGP_NO_HELP, ARGP_NO_EXIT): Fix values (were hex, but with decimal value!). (argp_help): Add NAME argument. | |||
1996-05-11 | ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN. | Miles Bader | |
1996-05-11 | (ARGP_ERR_UNKNOWN_KEY): New define. | Miles Bader | |
1996-05-02 | (argp_program_version, argp_program_version_hook): New decls. | Miles Bader | |
1996-04-03 | (argp_parse): Change HOOK argument to INPUT. | Miles Bader | |
(struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again. | |||
1996-03-19 | (struct argp_state): | Miles Bader | |
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. | |||
1996-02-14 | (struct argp_state): Add `quoted' field. | Miles Bader | |
1996-02-05 | (struct argp_state): Add ARG_NUM field. | Miles Bader | |
1996-02-05 | (struct argp, struct argp_state, argp_parse, argp_help, argp_usage, | Miles Bader | |
argp_error, _option_is_short, _option_is_end): Add `const' where appropriate. | |||
1995-12-21 | (struct argp_option): Add the GROUP field. Twiddle doc. | Miles Bader | |
(_option_is_end): Be more pessimistic about what constitutes `the end'. | |||
1995-12-06 | (struct argp_state): Rename the INDEX field to be NEXT. | Miles Bader | |
1995-10-20 | (argp_usage, argp_error): New declarations. | Miles Bader | |
(argp_usage): New inline function. | |||
1995-10-13 | (ARGP_HELP_STD_ERR): Doesn't print a usage message. | Miles Bader | |
(ARGP_HELP_STD_USAGE): ... whereas this does. | |||
1995-10-11 | (ARGP_HELP_*, argp_help): Renamed from ARGP_USAGE_* &c. | Miles Bader | |
(ARGP_HELP_STD_HELP): Use ARGP_HELP_SHORT_USAGE instead of ARGP_HELP_USAGE. | |||
1995-10-11 | Doc fixes. | Miles Bader | |
1995-10-11 | (struct argp_state): Get rid of the PROCESSED_ARG field. | Miles Bader | |
1995-10-10 | (struct argp_state): Add PROCESSED_ARG field. | Miles Bader | |
(ARGP_KEY_NO_ARGS): New macro. | |||
1995-10-10 | Initial revision | Miles Bader | |