summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-01 00:29:37 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-01 00:29:37 -0800
commit39c7a72827a80326b7095331eceaa67661b2c6b9 (patch)
tree505f07ca648811032e29fa37661c4ed5491221c3 /ChangeLog
parent18efe8b595bc230f6482fafad586d873c12b50d0 (diff)
downloadtxr-39c7a72827a80326b7095331eceaa67661b2c6b9.tar.gz
txr-39c7a72827a80326b7095331eceaa67661b2c6b9.tar.bz2
txr-39c7a72827a80326b7095331eceaa67661b2c6b9.zip
* 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) rather than (append (list 'a) (quote b)); i.e. (append (list 'a) 'b).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 073e9a24..87855a90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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)
+ rather than (append (list 'a) (quote b)); i.e. (append (list 'a) 'b).
+
2014-02-28 Kaz Kylheku <kaz@kylheku.com>
* eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamic