summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-23 06:13:28 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-23 06:13:28 -0800
commita35aed57a078c841dc36d1fa547fe2e74431597f (patch)
tree410bd735fca0b9d7318f4a3d943dce35d8b25750 /ChangeLog
parentfca47effb1490e6308be3f9600fe782f3cdea862 (diff)
downloadtxr-a35aed57a078c841dc36d1fa547fe2e74431597f.tar.gz
txr-a35aed57a078c841dc36d1fa547fe2e74431597f.tar.bz2
txr-a35aed57a078c841dc36d1fa547fe2e74431597f.zip
Bugfix: @(require ...) not expanding forms.
* eval.c (expand_forms): Static function becomes external. (expand_form): Remove case which handles do_s. * eval.h (expand_forms): Declared. * parser.y (elem): Expand both do_s and require_s forms by using expand_forms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 221bc85d..f7047987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-01-23 Kaz Kylheku <kaz@kylheku.com>
+
+ Bugfix: @(require ...) not expanding forms.
+
+ * eval.c (expand_forms): Static function becomes external.
+ (expand_form): Remove case which handles do_s.
+
+ * eval.h (expand_forms): Declared.
+
+ * parser.y (elem): Expand both do_s and require_s forms by
+ using expand_forms.
+
2014-01-22 Kaz Kylheku <kaz@kylheku.com>
* lib.c (conses, lazy_conses, func_set_env): New functions.