summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-26 22:12:26 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-26 22:12:26 -0800
commit419532e133f79c256893e6a57e883ad9de7b034e (patch)
treefbc05e47e3cff286d471aff83bd64ec747d7d2f8 /ChangeLog
parent393ca39e3275ae3a0f07fd929c4282cd689df915 (diff)
downloadtxr-419532e133f79c256893e6a57e883ad9de7b034e.tar.gz
txr-419532e133f79c256893e6a57e883ad9de7b034e.tar.bz2
txr-419532e133f79c256893e6a57e883ad9de7b034e.zip
* eval.c (gun_s): New global variable.
(me_gun): New static function. (eval_init): New gun symbol interened, me_gun registered as intrinsic macro. * txr.1: Documented gun.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2af57217..07ab3da3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2014-02-26 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (gun_s): New global variable.
+ (me_gun): New static function.
+ (eval_init): New gun symbol interened, me_gun registered
+ as intrinsic macro.
+
+ * txr.1: Documented gun.
+
+2014-02-26 Kaz Kylheku <kaz@kylheku.com>
+
Converting expander special case code transformations into
formal macros that are in the top_mb table, make their symbols
fboundp and can be expanded with macroexpand.