summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-26 04:32:30 +0000
committerJim Meyering <jim@meyering.net>1996-07-26 04:32:30 +0000
commitc49c9a04e1d14c478238aa38c2653d1e84641c65 (patch)
treeb8cca7cf4384461c8a805d81cb1c8067428ae4ed /old/textutils
parentb294dd43a13d45f3c11b4aa74264c357fda58b84 (diff)
downloadcoreutils-c49c9a04e1d14c478238aa38c2653d1e84641c65.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 0a95c7bb1..3f59b05f5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,9 @@
Thu Jul 25 23:06:35 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/unexpand.c (unexpand): Move EOF check to follow code that
+ processes and generates output for pending spaces. Before
+ `printf ' ' |unexpand -t 1,2' generated no output.
+
* 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.