summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 09:08:30 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 09:08:30 +0000
commit6d0fe4dba555814ccfd35c9c224b1a7c7545ce22 (patch)
tree6ee1674fedda0f6e5024a11091bc0b5a435e8411 /old/textutils
parent5a731510b2f53cff57266fcd006e61e8743e86df (diff)
downloadcoreutils-6d0fe4dba555814ccfd35c9c224b1a7c7545ce22.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 63a10f176..23463c8f5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,16 @@
-2002-06-22 Jim Meyering <meyering@lucent.com>
+2002-07-02 Jim Meyering <meyering@lucent.com>
* Version 2.0.22.
+ * 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.
+ * src/md5sum.c, src/nl.c, src/od.c, src/paste.c, src/pr.c: Likewise.
+ * src/sort.c, src/split.c, src/sum.c, src/tac.c, src/tail.c: Likewise.
+ * src/tr.c, src/tsort.c, src/unexpand.c, src/uniq.c, src/wc.c: Likewise.
+
+2002-06-22 Jim Meyering <meyering@lucent.com>
+
* configure.ac: Invoke AC_GNU_SOURCE very early.
2002-06-15 Jim Meyering <meyering@lucent.com>