summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/argp.h
AgeCommit message (Collapse)Author
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-11Doc 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-10Initial revisionMiles Bader