diff options
author | Miles Bader <miles@gnu.org> | 1997-02-19 23:55:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-19 23:55:52 +0000 |
commit | 4837142699b837558b134ff0623036983baec857 (patch) | |
tree | 3956d76c5fb120b1b0e93d598de9225a380fe5be /libshouldbeinlibc/ChangeLog | |
parent | b1f639637563c4c5f3bac70e77fbd223e2d37792 (diff) |
.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-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 __ |