summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-13 20:32:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-11-13 20:32:53 -0800
commitcc0f30f375914382e9e94e5bba26b14b2a734499 (patch)
treed686918d0b323372eef34ca99b6f2901df7d8144 /ChangeLog
parentde47b27d3ee8f4227fc6e1be524ce6466f382c5e (diff)
downloadtxr-cc0f30f375914382e9e94e5bba26b14b2a734499.tar.gz
txr-cc0f30f375914382e9e94e5bba26b14b2a734499.tar.bz2
txr-cc0f30f375914382e9e94e5bba26b14b2a734499.zip
Fix regression in earlier commit:
"Eliminate line numbers from the abstract syntax tree representation of the TXR query." * match.c (match_funcall): Remove spurious object being added to the front of a form where a line number used to be.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35283689..95aeb3a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-11-13 Kaz Kylheku <kaz@kylheku.com>
+ Fix regression in earlier commit:
+
+ "Eliminate line numbers from the abstract syntax
+ tree representation of the TXR query."
+
+ * match.c (match_funcall): Remove spurious object being
+ added to the front of a form where a line number used
+ to be.
+
+2011-11-13 Kaz Kylheku <kaz@kylheku.com>
+
* match.c: Removed <assert.h>
* txr.c: Likewise.