diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-08-30 02:29:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-08-30 02:29:09 -0700 |
commit | 793a7f441019b6788c260621f2e6e7a42899da21 (patch) | |
tree | aa81f81ebce406a68a4a0273653e020d9a3e33a5 /ChangeLog | |
parent | 05ebefa3edfb2cf6dfd478c96630f49ced30845c (diff) | |
download | txr-793a7f441019b6788c260621f2e6e7a42899da21.tar.gz txr-793a7f441019b6788c260621f2e6e7a42899da21.tar.bz2 txr-793a7f441019b6788c260621f2e6e7a42899da21.zip |
* eval.c (eval_intrinsic): Bugfix: take the expanded form instead
of throwing it away.
(expand): Recurse into expand_place for (set ...) forms.
* txr.1: Documented eval.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-08-30 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_intrinsic): Bugfix: take the expanded form instead + of throwing it away. + (expand): Recurse into expand_place for (set ...) forms. + + * txr.1: Documented eval. + +2012-08-30 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Documented all functions related to hashing. 2012-08-29 Kaz Kylheku <kaz@kylheku.com> |