diff options
author | Jim Meyering <jim@meyering.net> | 1995-08-09 04:17:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-08-09 04:17:27 +0000 |
commit | 59e80c1a0af767bb6b16bb7ea21d57fae96736bc (patch) | |
tree | c377e5c66681fd3a3309f58c7d8e18a841d51a8e | |
parent | e4dc3d6d3659dad554d68a99155c29794be53ad3 (diff) | |
download | coreutils-59e80c1a0af767bb6b16bb7ea21d57fae96736bc.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 37df81847..6cb84b846 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +Tue Aug 8 21:49:27 1995 Jim Meyering (meyering@comco.com) + + * md5sum.c (md5_check): Fail if no valid line is found. + Don't use the word `fail' unless there were failures -- + say `all N tests passed.' + + * md5sum.c (main) [handling --string option]: Don't output + nonstandard `b' binary flag. From Greg Troxel (gdt@bbn.com). + * md5-test.rfc: Remove now-inconsistant `b' marker. + Mon Aug 7 23:27:54 1995 Jim Meyering (meyering@comco.com) * sort.c (mergefps) [lint]: Initialize SAVEALLOC to avoid spurious |