summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-15 18:34:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-15 18:34:38 -0800
commit3c5a7595153607497420deacfeef1a2cf31d4687 (patch)
tree7d0a690637a449fb2b3f1609f4ae1f6144fe0b9e /ChangeLog
parent53fa77578bcc3cebf491656d3c2e7d07c7493674 (diff)
downloadtxr-3c5a7595153607497420deacfeef1a2cf31d4687.tar.gz
txr-3c5a7595153607497420deacfeef1a2cf31d4687.tar.bz2
txr-3c5a7595153607497420deacfeef1a2cf31d4687.zip
* 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.
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