From a0119464b808c353488924d61ef187491cb2adc9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Apr 1999 02:56:54 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3f6f77cced..211726f114 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. -- 2.47.3