]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 21:36:24 +0000 (21:36 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 21:36:24 +0000 (21:36 +0000)
old/fileutils/ChangeLog

index bab8fb3e82cc16a3675354b61fe95546eef48c83..4f881c0b8d455452113ec27d59d032b9e633681e 100644 (file)
@@ -1,5 +1,13 @@
 2000-11-26  Jim Meyering  <meyering@lucent.com>
 
+       * src/dd.c (skip): Perform the `records < blocksize' test
+       at the top of the loop, not at the bottom.
+
+2000-11-26  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <eggert@twinsun.com>