summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 03:13:47 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 03:13:47 +0000
commit2b00449aa7df4e20182f9032ceb1f69294653477 (patch)
treedaff9ac4554de76b26941734d106d1d6ec745f8e
parent98d8740ccd06183055a4a1c01254a4d108e3b0c1 (diff)
downloadcoreutils-2b00449aa7df4e20182f9032ceb1f69294653477.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog7
-rw-r--r--old/sh-utils/ChangeLog7
2 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 539527f49..697d26953 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro.
+ * configure.in: Use it.
+ * lib/Makefile.am (fu_SOURCES): Remove getopt.c and getopt1.c.
+ (EXTRA_DIST): Add getopt.c and getopt1.c
+
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
* df.c (usage): Reflect that now --no-sync is the default.
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 1ebd0a933..d0e5c5a32 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro.
+ * configure.in: Use it.
+ * lib/Makefile.am (su_SOURCES): Remove getopt.c and getopt1.c.
+ (EXTRA_DIST): Add getopt.c and getopt1.c
+
Sun Apr 21 08:04:51 1996 Jim Meyering (meyering@na-net.ornl.gov)
* date.c (usage): Describe new %V format. From Karl Berry.