summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index caf197f74..40de49bc9 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,10 +1,15 @@
Thu Apr 1 18:05:48 1993 Jim Meyering (meyering@comco.com)
* install.c, chgrp.c, dd.c [isascii]: Undefine before redefining.
- * ls.c: Move some dcls before first function.
+
+ * ls.c: Move some dcls so they appear before first function.
+
* all programs: Add --help and --version options.
* version.c: Remove `Version: ' and newlines from version string.
+ * dd.c: Convert usage to take no arguments.
+ * lib/Makefile.in [DISTFILES]: Add version.h.
+
Wed Mar 31 22:03:28 1993 Jim Meyering (meyering@comco.com)
* configure.in [MVDIR]: Don't quote right hand side.