diff options
author | Jim Meyering <jim@meyering.net> | 1995-09-23 20:21:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-09-23 20:21:22 +0000 |
commit | eca98f76ac328bc93e785a4698f120bec3935688 (patch) | |
tree | 86e4aba214bb3e02ac2ea82fc2c16de9d637f18f /old/textutils | |
parent | f30618bac73feb39dce0549e20ab30dd64acdc8b (diff) | |
download | coreutils-eca98f76ac328bc93e785a4698f120bec3935688.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 3 | ||||
-rw-r--r-- | old/textutils/NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8027c86e1..f7c759f15 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -4,6 +4,9 @@ Sat Sep 23 14:52:24 1995 Jim Meyering (meyering@comco.com) (OBJECTS): Use them instead of hardcoding object file names. Suggested by Ulrich Drepper. + * md5sum.c (md5_check): Distinguish between open/read failure + and checksum mismatch. + Mon Sep 18 23:15:05 1995 Jim Meyering (meyering@comco.com) * md5sum.c: Protoize. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 1de9f330f..bc8f31cae 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ User-visible changes in release 1.13 +* md5sum: with --check, distinguish between open/read failure and bad checksum * md5sum: remove -h, -s, -v short options * md5sum: rename --verbose to --warn, --quiet to --status * md5sum --check fails if it finds no properly formatted checksum lines |