diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-09-11 01:16:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-09-11 01:17:34 -0700 |
commit | b597cb4f7bc454f4d8c0bb7df435df1246920273 (patch) | |
tree | 95af507cdae8faa98ba75aa16d1be2f351b03262 /ChangeLog | |
parent | ccb0a9eec81a219cb87bc25ea179bf1636a1df8a (diff) | |
download | txr-b597cb4f7bc454f4d8c0bb7df435df1246920273.tar.gz txr-b597cb4f7bc454f4d8c0bb7df435df1246920273.tar.bz2 txr-b597cb4f7bc454f4d8c0bb7df435df1246920273.zip |
Clarify when bug was introduced.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |