diff options
author | Miles Bader <miles@gnu.org> | 1996-08-27 18:24:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-27 18:24:17 +0000 |
commit | 59e9414587232fbe17bcd6336024ebb890fc5a96 (patch) | |
tree | 1588fd7b76918a18d5bef5f47e900c4cb96dfd93 | |
parent | 19f0d066a2756cd4000b51c3f993dfdf89088bee (diff) |
.
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 12 | ||||
-rw-r--r-- | ufs-utils/ChangeLog | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index ab2b938f..7589420b 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,15 @@ +Tue Aug 20 17:12:42 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-help.c (argp_doc): Add FIRST_ONLY argument. + Don't output a blank line for empty post-docs. + (argp_help): Use it. Move first call to argp_doc after newline. + +Mon Aug 19 14:45:30 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * argp-help.c (argp_help): Add note about --usage to `Try...' msg. + Supply new args to argp_doc, and additional call before arg help. + (argp_doc): Add the POST and PRE_BLANK arguments, & return val. + Wed Jul 31 15:24:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * wire.c (_start): No longer declared as weak, now that everything diff --git a/ufs-utils/ChangeLog b/ufs-utils/ChangeLog index 9883880d..201a2958 100644 --- a/ufs-utils/ChangeLog +++ b/ufs-utils/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 19 15:18:30 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * mkfs.c (doc): Supply a useful value. + Tue Jul 23 19:34:58 1996 Miles Bader <miles@gnu.ai.mit.edu> * mkfs.c (fsinit): `struct timespec' now uses a field prefix of `tv_'. |