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