summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-25 21:01:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-25 21:01:42 -0700
commit4c6d387b73dca86caed48b1e786c5c1bc2c4716b (patch)
tree2e8befca903768b686575d3c688caf70a8f62ced /ChangeLog
parent8bb9e6c295814880f1b812056027b7b4e9dda161 (diff)
downloadtxr-4c6d387b73dca86caed48b1e786c5c1bc2c4716b.tar.gz
txr-4c6d387b73dca86caed48b1e786c5c1bc2c4716b.tar.bz2
txr-4c6d387b73dca86caed48b1e786c5c1bc2c4716b.zip
* eval.c (expand_quasi): Bugfix: incorrect logic, failing
to macro-expand the embedded forms in a quasiliteral except when they are the very first item.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ae8a0d2..2ba9aa05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-03-25 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (expand_quasi): Bugfix: incorrect logic, failing
+ to macro-expand the embedded forms in a quasiliteral except
+ when they are the very first item.
+
+2014-03-25 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (yybadtoken): Add missing cases for new token
types WORDS and WSPLICE.