diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-05-27 00:45:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-05-27 00:45:24 +0000 |
commit | 06bdbaa0a614c256b34214fde7c395f9e0a6206c (patch) | |
tree | b4862529a1d4a25da02b720064452c622aa79c54 /ChangeLog | |
parent | c12f5d3d345f4a87ee8b0be4d0c295426c2aa3d9 (diff) | |
download | glibc-06bdbaa0a614c256b34214fde7c395f9e0a6206c.tar.gz glibc-06bdbaa0a614c256b34214fde7c395f9e0a6206c.tar.xz glibc-06bdbaa0a614c256b34214fde7c395f9e0a6206c.zip |
Update. cvs/libc-ud-970526
* argp/argp-parse.c (parser_init): For the special case where no * argp/argp.h (struct argp_state): `argp' field renamed to `root_argp'. * argp/argp-help.c (__argp_state_help, argp_args_usage, hol_help): * argp/argp-parse.c (parser_init): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 4e4fdc92ad..7f5e1f952e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -250,14 +250,14 @@ 1997-05-25 21:57 Miles Bader <miles@gnu.ai.mit.edu> - * argp-parse.c (parser_init): For the special case where no + * argp/argp-parse.c (parser_init): For the special case where no parsing function is supplied for an argp, propagate its input to its first child, if any. - * argp.h (struct argp_state): `argp' field renamed to `root_argp'. - * argp-help.c (__argp_state_help, argp_args_usage, hol_help): + * argp/argp.h (struct argp_state): `argp' field renamed to `root_argp'. + * argp/argp-help.c (__argp_state_help, argp_args_usage, hol_help): Replace references to STATE->argp with STATE->root_argp. - * argp-parse.c (parser_init): Likewise. + * argp/argp-parse.c (parser_init): Likewise. 1997-05-26 14:17 Ulrich Drepper <drepper@cygnus.com> |