From: Jim Meyering Date: Fri, 26 Jul 1996 04:32:30 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49c9a04e1d14c478238aa38c2653d1e84641c65;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0a95c7bb17..3f59b05f53 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,9 @@ Thu Jul 25 23:06:35 1996 Jim Meyering + * 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.