summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-09-27 04:06:28 +0000
committerJim Meyering <jim@meyering.net>1995-09-27 04:06:28 +0000
commit77c46a6b42baf2e8d3661faa8e1eb3da3533640e (patch)
tree582776247dc95a3d418412562223d31647bce81f /old/fileutils
parent744393f0f40f58936a0842111585de57c94fcfc3 (diff)
downloadcoreutils-77c46a6b42baf2e8d3661faa8e1eb3da3533640e.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 31c034d9c..c7ce30c5c 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,16 @@
+Tue Sep 26 23:05:01 1995 Jim Meyering (meyering@comco.com)
+
+ * man/Makefile.in (install-data, uninstall): Use sed not basename.
+ The GNU Coding Standard suggests that only a select set of
+ relatively standard utilities be used in Makefiles. basename is
+ not among them. Suggested by Ulrich Drepper.
+
+Mon Sep 25 23:12:37 1995 Jim Meyering <meyering@gremlin.comco.com>
+
+ * src/df.c (show_point): Ignore mtab entries with either
+ nonexistent mount points or with inconsistent device number.
+ From Eirik Fuller <eirik@synopsys.com>.
+
Wed Aug 9 00:33:05 1995 Jim Meyering (meyering@comco.com)
* mknod.c (my_strtol): Remove function.