diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-05 07:13:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-05 07:13:01 -0700 |
commit | 1b8382aaa0f95f95c7bc85d69c70129aacbc2fa6 (patch) | |
tree | f19e810841b1345a1606e700846cc3efdc07f52a /ChangeLog | |
parent | 6f9bd3ab61f0e96c70f7a4587cef017fb155bedd (diff) | |
download | txr-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |