diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-26 04:11:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-26 04:11:11 +0000 |
commit | 733c16465d9059d6b9e38d362af1729daeeb6e35 (patch) | |
tree | 4c3be2e2d38859897669abbb335050bb8a7ae5e7 | |
parent | 981f5ba012f1b950de249a812f91068341e9092e (diff) | |
download | coreutils-733c16465d9059d6b9e38d362af1729daeeb6e35.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 81cf7684d..0a95c7bb1 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +Thu Jul 25 23:06:35 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/md5sum.c (md5_check): Remove parameter, BINARY. + Rename local TYPE_FLAG to BINARY, so md5_file uses the binary mode + from the input stream rather than the one from the command line. + (main): Fail with a diagnostic if --binary or --text is specified + when verifying checksums. + Reported by Eli Zaretskii <eliz@is.elta.co.il>. + Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov> * configure.in: Add check for error_at_line so systems with |