summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-10 21:13:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-10 21:13:22 -0700
commitccb0a9eec81a219cb87bc25ea179bf1636a1df8a (patch)
tree5a8aac1bcc30413075a44ea0e09968754b13c579 /ChangeLog
parent3c04bc8c55b8ce961b830126846da18ce4767d7b (diff)
downloadtxr-ccb0a9eec81a219cb87bc25ea179bf1636a1df8a.tar.gz
txr-ccb0a9eec81a219cb87bc25ea179bf1636a1df8a.tar.bz2
txr-ccb0a9eec81a219cb87bc25ea179bf1636a1df8a.zip
* match.c (v_collect): Bug in processing of @(last) directive.
When a match for the @(last) material occured at the end of data, c->data was being mistakenly set to nil rather than t before breaking out of the loop, wreaking havoc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9ed4ec2..1cb5986d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * match.c (v_collect): Bug in processing of @(last) directive.
+ When a match for the @(last) material occured at the end of data,
+ c->data was being mistakenly set to nil rather than t before breaking
+ out of the loop, wreaking havoc.
+
2012-09-06 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Documented string library.