summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-16 17:01:26 +0000
committerJim Meyering <jim@meyering.net>2000-01-16 17:01:26 +0000
commit0c4d4d008110a5782adb08bea80aec21a2995999 (patch)
treeccf34d03627320e60daea646d643b04a9df69df6 /old
parentac9b999873257cf446fcf0f3712d74e4bc0dfcde (diff)
downloadcoreutils-0c4d4d008110a5782adb08bea80aec21a2995999.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index f7456a3ad..f2f9ea21e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -14,7 +14,9 @@
Declare column and pending to be `unsigned'.
Increment pending and column counters only if column is smaller
than TAB_STOP_SENTINEL.
+ * tests/Makefile.am (SUBDIRS): Add unexpand.
* tests/unexpand/basic-1: New tests for the above-fixed bug.
+ * configure.in (AC_OUTPUT): Add tests/unexpand/Makefile.
Reported by John Kodis.
2000-01-12 Paul Eggert <eggert@twinsun.com>