diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-26 21:36:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-26 21:36:24 +0000 |
commit | 10403892204582c4904015ca24836a0a295d8895 (patch) | |
tree | c028a220a76b64f149c2270cea8f28491f7ea4d6 | |
parent | 459b44b03db5155b66cbc683bcaa87821029ba17 (diff) | |
download | coreutils-10403892204582c4904015ca24836a0a295d8895.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
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> |