summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
-rw-r--r--old/fileutils/NEWS8
2 files changed, 16 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index df34e8c82..d6eaf31c5 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,13 @@
+Mon Oct 18 00:13:40 1993 Jim Meyering (meyering@comco.com)
+
+ * src/*.c (usage): Now the usage message is simply
+ "Try `%s --help' for more information. From Francois Pinard.
+
+ * src/Makefile.in [LIBPROGS]: Depend on ../lib/libfu.a and version.o.
+
+ * src/*.c (usage): Remove blank line before "Try `%s --help..."
+ in usage message.
+
Sun Oct 17 00:19:58 1993 Jim Meyering (meyering@comco.com)
* fileblocks.c [!NINDIR]: Define BSIZE only if it's not already
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 35c9b3554..9ee7c60b2 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,6 +1,10 @@
Major changes in release 3.9:
-* --help gives one-line description of each option and shows correspondence
- between short and long-named options.
+* --help gives a one-line description of each option and shows the
+ correspondence between short and long-named options.
+* work around systems with BROKEN_STAT_MACROS
+* work around problem where $(srcdir)/config.h was used instead of
+ ../config.h -- this happened only when building in a subdirectory
+ and when config.h remained in $(srcdir) from a previous ./configure.
* GNU chmod treats symlinks the same way other vendor's versions do.
Now symlinks listed on the command line are processed (they were
ignored before); the permissions of the dereferenced files are