summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-01 08:59:45 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-01 08:59:45 -0800
commit323e8d69a775176ef9f412c19de479d44d81235d (patch)
tree62cb1567586471df50c413a68b71b080ff03c720 /ChangeLog
parent39c7a72827a80326b7095331eceaa67661b2c6b9 (diff)
downloadtxr-323e8d69a775176ef9f412c19de479d44d81235d.tar.gz
txr-323e8d69a775176ef9f412c19de479d44d81235d.tar.bz2
txr-323e8d69a775176ef9f412c19de479d44d81235d.zip
* tests/011/special-1.txr: Add some coverage for evaluation
of a re-bound special under the Lisp-1 evaluation of the [ ] notation. This test case would have failed three commits back.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87855a90..25e11ec1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-03-01 Kaz Kylheku <kaz@kylheku.com>
+ * tests/011/special-1.txr: Add some coverage for evaluation
+ of a re-bound special under the Lisp-1 evaluation of the [ ]
+ notation. This test case would have failed three commits
+ back.
+
+2014-03-01 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (expand_qquote): Another bugfix: not recognizing a trailing
atom that comes out of recursive call, wrapped in (quote ...),
resulting in '(,a . b) expanding to (append 'a . quote b)