diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-01 23:47:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-01 23:47:28 +0000 |
commit | 20c2cd43a91b4015fc3dfe4ac41934b2f9580ca9 (patch) | |
tree | c944477aaf4037aa1311cd914b0d8fa756b22b41 /old/fileutils | |
parent | 546f26cbb3e6bfc78a4f2e09c86bc4408e0b4604 (diff) | |
download | coreutils-20c2cd43a91b4015fc3dfe4ac41934b2f9580ca9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4f0d2082..408febf13 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,36 @@ -2002-01-28 Jim Meyering <meyering@lucent.com> +2002-02-02 Jim Meyering <meyering@lucent.com> * Version 4.1.6. + * src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds, not every 10. + (wipename): Quote file names only when necessary. + (main): Copy quoted string into malloc'd storage so it doesn't + get clobbered when using -u and --verbose. + + Minor clean-up. + * src/shred.c: + Use `NULL' rather than `(time_t *) 0'. + (dopass): Use STREQ in place of strcmp. + Add parentheses around use of nested ternary operator. + +2002-01-15 Paul Eggert <eggert@twinsun.com> + + * src/shred.c (VERBOSE_UPDATE): Now counts seconds, not bytes. + + (dopass): If verbose, output a line every VERBOSE_UPDATE seconds, + and suppress duplicate output lines. Output a percentage as well + as a count of bytes. + + Also, fix comment/code typo regarding how many bytes have been + written; this typo was harmless before, but is no longer harmless with + the above change in effect. + +2002-02-02 Jim Meyering <meyering@lucent.com> + + * src/remove.c (rm): Add a comment. + +2002-01-28 Jim Meyering <meyering@lucent.com> + * Makefile.am (AUTOMAKE_OPTIONS): Require automake-1.5d. * configure.ac (AM_INIT_AUTOMAKE): Use zero-arg form of this macro. @@ -54,18 +83,6 @@ The latest version of autoconf objected to it, and besides, I don't care too much about K&R support these days. -2002-01-15 Paul Eggert <eggert@twinsun.com> - - * src/shred.c (VERBOSE_UPDATE): Now counts seconds, not bytes. - - (dopass): If verbose, output a line every VERBOSE_UPDATE seconds, - and suppress duplicate output lines. Output a percentage as well - as a count of bytes. - - Also, fix comment/code typo regarding how many bytes have been - written; this typo was harmless before, but is no longer harmless with - the above change in effect. - 2002-01-14 Paul Eggert <eggert@twinsun.com> * src/touch.c (main): Issue a warning for obsolete usage, unless |