diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-16 17:01:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-16 17:01:26 +0000 |
commit | 0c4d4d008110a5782adb08bea80aec21a2995999 (patch) | |
tree | ccf34d03627320e60daea646d643b04a9df69df6 /old | |
parent | ac9b999873257cf446fcf0f3712d74e4bc0dfcde (diff) | |
download | coreutils-0c4d4d008110a5782adb08bea80aec21a2995999.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 2 |
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> |