diff options
author | Miles Bader <miles@gnu.org> | 1997-02-16 20:50:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-16 20:50:45 +0000 |
commit | 333bc1511260fff854219bf05e888611218a2f46 (patch) | |
tree | 753f1e56f80e30d7b9e3c60144afadf911f5fcb5 | |
parent | a352c7067d2307a4412cf1931d0a653ee5bc1e1b (diff) |
.
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 78501a2d..4fcac84e 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,36 @@ +Sun Feb 16 00:04:07 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-help.c (space): New function. + (usage_argful_short_opt): Use space. + (argp_doc): Deal with help filters. Add STATE param. + (argp_hol): Passin ARGP to make_hol, not ARGP->options. + (struct hol_entry): Add argp field. + (make_hol): Make this first parameter ARGP instead of OPT. Set + each entry's argp field. + (filter_doc): New function. + (print_header): Filter STR if necesary. + (hol_add_cluster): Add ARGP argument. + (argp_hol): Pass ARGP to hol_add_cluster. + (struct hol_cluster): Add argp field. + (hol_entry_help): Add STATE param. Do user filtering if necessary. + (struct pentry_state): Add state field. + (hol_help): Add STATE param. + (_help): Renamed from __argp_help. Add STATE argument, which pass + on appropiately. + (__argp_help): Now a wrapper that calls _help. + (__argp_state_help): Call _help instead of __argp_help. + + * argp-parse.c (parser_init): Set PARSER->state.pstate. + (struct group): Add argp field. + (convert_options): Set it. + (__argp_input): New function. + * argp-namefrob.h (__argp_input): New macro. + +Sat Feb 15 22:00:42 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * argp.h (struct argp): Add help_filter field. + (struct argp_state): Add pstate field. + Fri Feb 14 18:00:52 1997 Miles Bader <miles@gnu.ai.mit.edu> * argp-help.c, argp-parse.c [!_] (_): New macro. |