summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-12 23:42:11 +0000
committerMiles Bader <miles@gnu.org>1997-02-12 23:42:11 +0000
commita52976a0b6c0773c8bbfff818d9cad11696cfac8 (patch)
treebe48586c971a2bf4c3ca351cfbd78178d39fe278
parentf2545a507745a9daa8c1d8c78ac99155dc2a2ff0 (diff)
.
-rw-r--r--libshouldbeinlibc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 81bd9a6d..d9208f55 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,8 +1,14 @@
Wed Feb 12 00:35:21 1997 Miles Bader <miles@gnu.ai.mit.edu>
+ * argp-parse.c (parser_parse_next): Decrement PARSER->state.next
+ if we consumed an arg we didn't end up parsing.
+ Set ARG_EBADKEY ourselves in all cases.
+ (parser_parse_arg, parser_parse_opt): Get rid of ARG_EBADKEY param.
+
* argp-parse.c (__progname, __progname_full): Decls removed.
(argp_default_parser): Use PROGRAM_INVOCATION_NAME &
PROGRAM_INVOCATION_SHORT_NAME, not __PROGNAME_FULL & __PROGNAME.
+
* argp-help.c (__progname, __progname_full): Decls removed.
(__argp_failure, __argp_error, __argp_state_help): Use
PROGRAM_INVOCATION_NAME instead of __PROGNAME_FULL.