summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-20 00:48:37 +0000
committerMiles Bader <miles@gnu.org>1997-02-20 00:48:37 +0000
commit341930aebbb68480b3511931ef33eb5a88795f6f (patch)
tree4e85078233d0f1a3138cd51354e463986ac29155
parent31ee7770cee7342248a744ce910eeca89927b4b5 (diff)
.
-rw-r--r--libshouldbeinlibc/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 05aee657..96154e52 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,10 +1,13 @@
Wed Feb 19 18:48:15 1997 Miles Bader <miles@gnu.ai.mit.edu>
+ * argp-parse.c (argp_default_parser): Set STATE->name for OPT_PROGNAME.
+ (parser_init): Use the basename for PARSER->state.name.
+ * argp-help.c (__argp_error, __argp_failure, __argp_state_help):
+ Use PROGRAM_INVOCATION_SHORT_NAME instead of PROGRAM_INVOCATION_NAME.
+
* 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>