summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-05 07:13:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-05 07:13:01 -0700
commit1b8382aaa0f95f95c7bc85d69c70129aacbc2fa6 (patch)
treef19e810841b1345a1606e700846cc3efdc07f52a /ChangeLog
parent6f9bd3ab61f0e96c70f7a4587cef017fb155bedd (diff)
downloadtxr-1b8382aaa0f95f95c7bc85d69c70129aacbc2fa6.tar.gz
txr-1b8382aaa0f95f95c7bc85d69c70129aacbc2fa6.tar.bz2
txr-1b8382aaa0f95f95c7bc85d69c70129aacbc2fa6.zip
* eval.c (do_eval): Bugfix: though last_form_evaled is
saved and restored around the execution of a special operator, it is never set the current form.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4b82fff..4397eac6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-05 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (do_eval): Bugfix: though last_form_evaled is
+ saved and restored around the execution of a special operator,
+ it is never set the current form.
+
2015-08-04 Kaz Kylheku <kaz@kylheku.com>
* eval.c (bind_args): Use new ~! for proper indentation