summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cd09002..12e72593 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+ Regression bug fix: longest match variables broken by
+ 2011-09-28 commit which introduced the double var match.
+
+ * match.c (match_line): Handle case where modifier is t.
+
+ * parser.y (var_op): Produce modifir as (t) rather than t.
+
+2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+
New directive: choose.
* match.c (choose_s, longest_k, shortest_k): New variables.