From: Jim Meyering Date: Fri, 1 Feb 2002 23:47:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_21~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20c2cd43a91b4015fc3dfe4ac41934b2f9580ca9;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4f0d20..408febf 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,36 @@ -2002-01-28 Jim Meyering +2002-02-02 Jim Meyering * 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 + + * 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 + + * src/remove.c (rm): Add a comment. + +2002-01-28 Jim Meyering + * 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 - - * 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 * src/touch.c (main): Issue a warning for obsolete usage, unless