summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 26298914a..105271d04 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,6 +1,12 @@
-2000-01-14 Jim Meyering <meyering@lucent.com>
-
- * tests/unexpand/basic-1: New test exposes infloop bug.
+2000-01-15 Jim Meyering <meyering@lucent.com>
+
+ unexpand could infloop
+ * src/unexpand.c (TAB_STOP_SENTINEL): Define.
+ (unexpand): Use it instead of INT_MAX.
+ Declare column and pending to be `unsigned'.
+ Increment pending and column counters only if column is smaller
+ than TAB_STOP_SENTINEL.
+ * tests/unexpand/basic-1: New tests for the above-fixed bug.
Reported by John Kodis.
2000-01-12 Paul Eggert <eggert@twinsun.com>