summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-14 20:58:17 +0000
committerJim Meyering <jim@meyering.net>1996-12-14 20:58:17 +0000
commit1321f30e7372e938bc89e7f79a284ec68804f883 (patch)
tree0d37a3beb38dd424964c4e66fefa179b96a1950a
parent290ee99712eca51bb42b8b3e3eef2190c37cdd1d (diff)
downloadcoreutils-1321f30e7372e938bc89e7f79a284ec68804f883.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog8
-rw-r--r--old/sh-utils/ChangeLog8
-rw-r--r--old/textutils/ChangeLog8
3 files changed, 24 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index bad6e5bfe..b0210bd87 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,11 @@
+Sat Dec 14 14:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * acinclude.m4 (jm_SYS_PROC_UPTIME): Fix typo in cache variable
+ name for cross compiling.
+ Remove definitions of gettext-related macros. The gettext
+ installation procedure installs corresponding .m4 files so that
+ aclocal will use them.
+
Wed Dec 11 19:34:22 1996 Jim Meyering <meyering@na-net.ornl.gov>
* Version 3.14.
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6c77a0cd1..399515c09 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,11 @@
+Sat Dec 14 14:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * acinclude.m4 (jm_SYS_PROC_UPTIME): Fix typo in cache variable
+ name for cross compiling.
+ Remove definitions of gettext-related macros. The gettext
+ installation procedure installs corresponding .m4 files so that
+ aclocal will use them.
+
Thu Dec 12 06:07:30 1996 Jim Meyering <meyering@na-net.ornl.gov>
* Version 1.14.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index a2727b1fb..5e4f453a9 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,11 @@
+Sat Dec 14 14:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * acinclude.m4 (jm_SYS_PROC_UPTIME): Fix typo in cache variable
+ name for cross compiling.
+ Remove definitions of gettext-related macros. The gettext
+ installation procedure installs corresponding .m4 files so that
+ aclocal will use them.
+
1996-12-12 Paul Eggert <eggert@twinsun.com>
* system.h (ISDIGIT): Replace with smaller, faster edition