From: Jim Meyering Date: Mon, 19 Apr 1999 02:56:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22j~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0119464b808c353488924d61ef187491cb2adc9;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3f6f77cce..211726f11 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +1999-04-18 Jim Meyering + + * configure.in (AC_CHECK_FUNCS): Remove strtoull, strtoumax, and + strtouq, now that they're checked in m4/xstrtoumax.m4. + +1999-04-18 Paul Eggert + + * doc/fileutils.texi, src/shred.c (main, longopts): + Use -u instead of -R for --remove, so that we can preserve + future compatibility with rm. + +1999-04-18 Jim Meyering + + * src/shred.c [!HAVE_CONFIG_H] (ST_BLKSIZE): Define to 65536. + (do_wipefd): Use ST_BLKSIZE instead of referring to the st_blksize + member directly. + 1999-04-18 Paul Eggert Fix shred to do the right thing with off_t longer than long.