summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-14 08:53:49 +0000
committerJim Meyering <jim@meyering.net>2002-01-14 08:53:49 +0000
commit15e112e97bd0485072022a26e112c155260bb557 (patch)
treeb843ac36daa359bd4a34baff27c1b3ebf3912024
parent37d93402d2027c4cc385342b9b7179911e1bf8ff (diff)
downloadcoreutils-15e112e97bd0485072022a26e112c155260bb557.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index ca3c9fbc0..479c7c60d 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,19 @@
-2002-01-13 Jim Meyering <meyering@lucent.com>
+2002-01-14 Jim Meyering <meyering@lucent.com>
* Version 2.0.20.
+ * tests/misc/sort: New test, for just-fixed bug.
+ * tests/misc/Makefile.am (TESTS): Add sort.
+ (TESTS_ENVIRONMENT): Add PROG=$$tst. This is a gross kludge
+ that depends on the name of an automake-generated local variable.
+
+2002-01-13 Paul Eggert <eggert@twinsun.com>
+
+ * src/sort.c (mergefps): Fix bug when eliminating empty files.
+ Bug reported by James Hutt.
+
+2002-01-13 Jim Meyering <meyering@lucent.com>
+
* tests/help-version: Tweak to work with the programs in diffutils.
2002-01-09 Jim Meyering <meyering@lucent.com>