summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>