summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-20 08:24:31 +0000
committerJim Meyering <jim@meyering.net>2002-07-20 08:24:31 +0000
commit18d123ec85a5ec356128a68b769348dd34dafec8 (patch)
tree51d1a2c8b7951a0e9dc3241797570d8357d80e93 /old
parent2b6249f98c448513618f1c9b525253895cfe4b1d (diff)
downloadcoreutils-18d123ec85a5ec356128a68b769348dd34dafec8.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog7
-rw-r--r--old/textutils/ChangeLog7
2 files changed, 12 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 5406c90de..f734cee68 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,12 @@
-2002-07-18 Jim Meyering <meyering@lucent.com>
+2002-07-20 Jim Meyering <meyering@lucent.com>
* Version 2.0.13.
+ * Upgrade to gettext-0.11.3.
+ * Upgrade to autoconf-2.53b.
+
+2002-07-18 Jim Meyering <meyering@lucent.com>
+
* src/uname.c (main): Test sysctl(...) >= 0, not == 0, since
on NetBSD the return value may well be positive.
Use one-line aggregate initializations.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 23463c8f5..8df097847 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,12 @@
-2002-07-02 Jim Meyering <meyering@lucent.com>
+2002-07-20 Jim Meyering <meyering@lucent.com>
* Version 2.0.22.
+ * Upgrade to gettext-0.11.3.
+ * Upgrade to autoconf-2.53b.
+
+2002-07-02 Jim Meyering <meyering@lucent.com>
+
* src/cat.c, src/cksum.c, src/comm.c, src/csplit.c, src/cut.c (usage):
Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
* src/expand.c, src/fmt.c, src/fold.c, src/head.c, src/join.c: Likewise.