diff options
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 31 | ||||
-rw-r--r-- | storeio/ChangeLog | 4 | ||||
-rw-r--r-- | utils/ChangeLog | 10 |
3 files changed, 45 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 5b12e7f3..d67c536f 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,34 @@ +Thu Oct 24 15:15:27 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-help.c (hol_entry_help: comma): Only print cluster headers for + real clusters. + Emit a newline after cluster headers. + +Wed Oct 23 13:58:22 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-help.c (argp_args_usage, argp_doc): Use the new type of + argp child vector. + +Tue Oct 22 15:35:56 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-help.c (make_hol): Accept new CLUSTER argument, + and fill in the corresponding entry fields with it. + (hol_sort): Use hol_entry_cmp. + (hol_entry_cmp, group_cmp, hol_cluster_cmp, hol_cluster_base, + hol_add_cluster): New functions. + (hol_free): Free clusters. + (hol_append): Deal with clusters. + Always use hol_free to free MORE, and just mark it's entries as + invalid if we steal them. + (argp_hol): Add, and use the new CLUSTER argument. + Use the new type of argp child vector, and make clusters. + (argp_help): Pass new CLUSTER argument to argp_hol. + (hol_entry_help): Add gunk to print cluster headers. + * argp.h (struct argp_child): New type. + (struct argp): Change type of CHILDREN field to `struct argp_child *'. + * argp-parse.c (argp_parse): Convert to use the new type of argp + children vectors. + Mon Oct 21 22:00:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * argp.h: Add extern inline protection. diff --git a/storeio/ChangeLog b/storeio/ChangeLog index bd1cb36e..29c05af5 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 24 16:24:53 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * storeio.c (main): Use elements of type `struct argp_child' for KIDS. + Mon Oct 7 16:38:06 1996 Miles Bader <miles@gnu.ai.mit.edu> * io.c (trivfs_S_file_get_storage_info): If necessary to enforce diff --git a/utils/ChangeLog b/utils/ChangeLog index 7491b2c1..bd8b1393 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,13 @@ +Thu Oct 24 15:00:49 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * vmstat.c (options): Remove header for run-time supplied fields. + (main): And add it back here as a child header. + +Wed Oct 23 14:04:47 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * vmstat.c (main): Replace PARENTS with CHILDREN, which uses the + new argp_child structure. + Thu Oct 10 13:53:23 1996 Miles Bader <miles@gnu.ai.mit.edu> * ps.c (options, main): Add --top/-h option. |