From: Jim Meyering Date: Sun, 26 Nov 2000 21:36:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10403892204582c4904015ca24836a0a295d8895;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bab8fb3e82..4f881c0b8d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,13 @@ 2000-11-26 Jim Meyering + * src/dd.c (skip): Perform the `records < blocksize' test + at the top of the loop, not at the bottom. + +2000-11-26 Paul Eggert + + * src/dd.c (skip): New arg COUNT_BYTES. Read with BLOCKSIZE + bytes, but consider RECORDS to be a byte count if COUNT_BYTES + is nonzero. 2000-11-25 Paul Eggert