summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-08-30 02:29:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-08-30 02:29:09 -0700
commit793a7f441019b6788c260621f2e6e7a42899da21 (patch)
treeaa81f81ebce406a68a4a0273653e020d9a3e33a5 /ChangeLog
parent05ebefa3edfb2cf6dfd478c96630f49ced30845c (diff)
downloadtxr-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 374343a6..f2dd353d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>