summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-12 04:30:50 +0000
committerJim Meyering <jim@meyering.net>1993-10-12 04:30:50 +0000
commit9cfcec5b05d51fd2b2d72adb283b327b08ce868d (patch)
tree804cf6fa977729fd4a77e7a49b03174ec8297581 /old
parentd463bda0668397cf570d6ca3c1f72dc1110eef43 (diff)
downloadcoreutils-9cfcec5b05d51fd2b2d72adb283b327b08ce868d.tar.xz
merge with 3.8.4b
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index deab9f84e..d1d7c3ca7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,18 @@
+Sun Oct 10 13:38:54 1993 Jim Meyering (meyering@comco.com)
+
+ * src/Makefile.in (dist): Depend on $(DISTFILES).
+
+ * src/Makefile.in [libdir, LIBPROGS]: Define them.
+ From Francois Pinard.
+
+ * posixtm.y: [HAVE_CONFIG_H, CONFIG_BROKETS]: Include <config.h>
+ or "config.h". From Francois Pinard.
+
+ * makepath.c: [HAVE_CONFIG_H, CONFIG_BROKETS]: Remove the duplicate
+ #ifdef block following the alloca #ifdefs. From Francois Pinard.
+
+ * df.c: Remove unnecessary dcl of strstr.
+
Sat Oct 9 13:30:28 1993 Jim Meyering (meyering@comco.com)
* configure.in [STATFS_OSF1]: Change name to STAT_STATFS3_OSF1
@@ -15,6 +30,10 @@ Sat Oct 9 13:30:28 1993 Jim Meyering (meyering@comco.com)
* ls.c (usage): Split long usage string between two fprintf
statements to avoid default limit of SGI's cc on string length.
+ * Makefile.in, src/Makefile.in [PROGS]: Alphabetize.
+
+ * configure.in: Remove AC_UNISTD_H; add unistd.h to AC_HAVE_HEADERS.
+
Thu Oct 07 12:57:10 1993 Jim Meyering (meyering@comco.com)
* chgrp.c, chmod.c, chown.c, cp-aux.c, cp.c, dd.c, df.c, du.c,