summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-26 07:29:09 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-26 07:29:09 -0800
commit92ce6b7cf1cd8bd573ed1c796fff21a17e2ccd64 (patch)
treeb44c9b592ef33117eecf7a06f97ef30454c79c7a /ChangeLog
parent2a632dc3768f6c65abc8f33192cdcaef4c9a9571 (diff)
downloadtxr-92ce6b7cf1cd8bd573ed1c796fff21a17e2ccd64.tar.gz
txr-92ce6b7cf1cd8bd573ed1c796fff21a17e2ccd64.tar.bz2
txr-92ce6b7cf1cd8bd573ed1c796fff21a17e2ccd64.zip
* eval.c (do_eval): Set last_form_evaled just before
dispatching function, so it is not clobbered by argument evaluations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ff96251..e8ec3ea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-02-26 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (do_eval): Set last_form_evaled just before
+ dispatching function, so it is not clobbered by argument evaluations.
+
+2014-02-26 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (expand_op): Use rlcp_tree when constructing the
dwim_body, since the append2 copies list structure.