summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-26 21:36:24 +0000
committerJim Meyering <jim@meyering.net>2000-11-26 21:36:24 +0000
commit10403892204582c4904015ca24836a0a295d8895 (patch)
treec028a220a76b64f149c2270cea8f28491f7ea4d6 /old
parent459b44b03db5155b66cbc683bcaa87821029ba17 (diff)
downloadcoreutils-10403892204582c4904015ca24836a0a295d8895.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index bab8fb3e8..4f881c0b8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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>