summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9afb338c..1cbf4088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-02-15 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (bind_macro_params): Bugfix: the :whole parameter must
+ capture the entire form, not just the arguments.
+ (expand): Apply rlcp to the result of macro expansion, if it has
+ not set up source code location.
+ (eval_init): Register rlcp as intrinsic.
+
+ * txr.1: Start of macro documentation. Documented rlcp.
+
+2014-02-15 Kaz Kylheku <kaz@kylheku.com>
+
First cut at implementation of macros.
* eval.c (top_mb, defmacro_s, macro_time_s, whole_k, env_k): New global