summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-01 16:19:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-01 16:19:43 -0800
commitc99e75b3f7458084072743aaa38b8a56197084d6 (patch)
treef18f01c610cfbeaf6f8d0b27794e1d4c3841eb5b /ChangeLog
parent99d8182e6b8dcc7ed772c78e9d417b9f528e3723 (diff)
downloadtxr-c99e75b3f7458084072743aaa38b8a56197084d6.tar.gz
txr-c99e75b3f7458084072743aaa38b8a56197084d6.tar.bz2
txr-c99e75b3f7458084072743aaa38b8a56197084d6.zip
* match.c (v_load): Fixed broken functionality. Failing to evaluate
directives following the load and consume input properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc2da59..f92b4152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-03-01 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (v_load): Fixed broken functionality. Failing to evaluate
+ directives following the load and consume input properly.
+
+2012-03-01 Kaz Kylheku <kaz@kylheku.com>
+
Fixing two instances of unintentional O(n*n) behavior and poor memory use
that occur in horizontal matching of basic text patterns.