summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-11 01:16:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-11 01:17:34 -0700
commitb597cb4f7bc454f4d8c0bb7df435df1246920273 (patch)
tree95af507cdae8faa98ba75aa16d1be2f351b03262 /ChangeLog
parentccb0a9eec81a219cb87bc25ea179bf1636a1df8a (diff)
downloadtxr-b597cb4f7bc454f4d8c0bb7df435df1246920273.tar.gz
txr-b597cb4f7bc454f4d8c0bb7df435df1246920273.tar.bz2
txr-b597cb4f7bc454f4d8c0bb7df435df1246920273.zip
Clarify when bug was introduced.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cb5986d..dad71696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
* 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.
+ out of the loop, wreaking havoc. This is not a regression; this
+ was there since the inception of @(last) between versions 38 and 39.
2012-09-06 Kaz Kylheku <kaz@kylheku.com>