diff options
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index ca39cb0f..05aee657 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 19 18:48:15 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-parse.c (parser_init): Set PARSER->state.flags. + Don't pass FLAGS argument to parser_convert. + Make check whether PARSER has the prog name in argv[0] at the + proper place. + (parser_convert): Remove FLAGS argument & use PARSER->state.flags. + Mon Feb 17 13:33:11 1997 Miles Bader <miles@gnu.ai.mit.edu> * argp-parse.c (parser_parse_next, parser_init): Remove __ |