summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-19 02:56:54 +0000
committerJim Meyering <jim@meyering.net>1999-04-19 02:56:54 +0000
commita0119464b808c353488924d61ef187491cb2adc9 (patch)
tree32e61e375d25638def8a9235b69a93f6fba20b5d /old
parent00811477e88d0b22ffce243766ed0f0075da1c55 (diff)
downloadcoreutils-a0119464b808c353488924d61ef187491cb2adc9.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
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 <meyering@ascend.com>
+
+ * configure.in (AC_CHECK_FUNCS): Remove strtoull, strtoumax, and
+ strtouq, now that they're checked in m4/xstrtoumax.m4.
+
+1999-04-18 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <meyering@ascend.com>
+
+ * 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 <eggert@twinsun.com>
Fix shred to do the right thing with off_t longer than long.