summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-15 04:08:29 +0000
committerJim Meyering <jim@meyering.net>1999-05-15 04:08:29 +0000
commitd8c03457697d643fecbfe4764ac914a5d91357d5 (patch)
tree30c4a933c652eae1ab1d60c2bb66a2a9896ad5ac
parent0a25564c1c17186951986c996b5ffb2ff3d3f0e3 (diff)
downloadcoreutils-d8c03457697d643fecbfe4764ac914a5d91357d5.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index bd4064679..2e29725d9 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,26 @@
+1999-05-14 Jim Meyering <meyering@ascend.com>
+
+ * src/df.c (main): When asking for info on an explicit file name,
+ just warn rather than failing if the table of mounted filesystems
+ cannot be read. Based on a patch from Mark Kettenis.
+
+ * lib/version-etc.c (version_etc): Put version info and author names
+ on the first two lines respectively rather than putting the three
+ lines of copyright info between them.
+
+ * src/touch.c (open_maybe_create): Handle Solaris' failure mode when
+ FILE is a directory. Reported by Vin Shelton.
+
+ * lib/human.c: Include <string.h> or <strings.h> for strlen prototype.
+ * lib/getline.h [__GLIBC__ >= 2]: #if-out prototypes.
+ * src/remove.c (pop_dir): Cast length to `int' to avoid a warning on
+ 64-bit systems. From Ulrich Drepper.
+
+1999-05-12 Jim Meyering <meyering@ascend.com>
+
+ * src/shred.c (main): Put `u' for -u in getopt_long's string argument.
+ Remove the `R'.
+
1999-05-07 Jim Meyering <meyering@ascend.com>
* Version 4.0h.