summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-12 02:47:07 +0000
committerMiles Bader <miles@gnu.org>1997-02-12 02:47:07 +0000
commit386c0a12858f23109c41d3aa8b99614cc18b192e (patch)
tree07695cff41d499f6267dd099fb395ee5d20e8b5a /libshouldbeinlibc/ChangeLog
parent07580c01e7a3f6b5b9c4d3a08ef568ed647c7c60 (diff)
.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-rw-r--r--libshouldbeinlibc/ChangeLog7
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.