diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-28 11:50:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-28 11:50:00 +0000 |
commit | d7bb6bd985db485c8e41447beb3bf1102109e5b8 (patch) | |
tree | 70c34b4d41b242a9019d9b82b2fd862dfe2e57d3 /old | |
parent | 37c05b6267140d4afd11ad96cc244e8cd851083c (diff) | |
download | coreutils-d7bb6bd985db485c8e41447beb3bf1102109e5b8.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6fdc7ee88..e4a7aba5d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +2000-10-28 Jim Meyering <meyering@lucent.com> + + * src/shred.c: Include assert.h. + (fillrand): Add a parameter, size_max. + Add an assertion. + Adjust caller. + (dopass): Break out of the `for (;;)' loop if size < offset. + That can happen now that dopass is called with SIZE == -1. + (do_wipefd): Accept a length of zero only for a regular file. + If lseek fails or returns 0 for a non-regular file, let dopass + determine the length. + Inspired by a patch from Alan Iwi. + 2000-10-26 Jim Meyering <meyering@lucent.com> * doc/getdate.texi (Authors of getdate): Add Paul Eggert. |