diff options
author | Miles Bader <miles@gnu.org> | 1997-02-12 17:25:42 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-12 17:25:42 +0000 |
commit | 5b2f390d60c7cf11da6ee794ceb0f37b0194d32a (patch) | |
tree | 3cce42aba5181eb3a7fb8ed43b51b906708091a0 /libshouldbeinlibc | |
parent | c2a517821fd2b91b0bc54284bdccf1b124ce31c0 (diff) |
.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index ebddb2eb..81bd9a6d 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,5 +1,14 @@ Wed Feb 12 00:35:21 1997 Miles Bader <miles@gnu.ai.mit.edu> + * 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. + (__argp_error): Use STATE->name if it's available. + * argp-namefrob.h (__progname_full): Macro removed. + * argp.h (ARGP_KEY_END, ARGP_KEY_NO_ARGS, ARGP_KEY_INIT, ARGP_KEY_SUCCESS, ARGP_KEY_ERROR): Change values. |