diff options
author | Miles Bader <miles@gnu.org> | 1997-02-12 02:47:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-12 02:47:07 +0000 |
commit | 386c0a12858f23109c41d3aa8b99614cc18b192e (patch) | |
tree | 07695cff41d499f6267dd099fb395ee5d20e8b5a | |
parent | 07580c01e7a3f6b5b9c4d3a08ef568ed647c7c60 (diff) |
.
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 68ff4fe0..950713cd 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,5 +1,12 @@ Tue Feb 11 19:16:39 1997 Miles Bader <miles@gnu.ai.mit.edu> + * argp-help.c (argp_args_levels): New function. + (argp_args_usage): Add LEVELS & ADVANCE arguments, and implement + multi-pattern output. + (__argp_help): Print multiple argument patterns if there are any. + * argp-test.c (args_doc): Add an alternative args pattern. + (parse_opt): Enforce it. + * argp-parse.c: Largely rewritten to clean up the code, avoid using nested functions, and adapt namespace and locking in preparation for moving into libc. |