diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-26 22:12:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-26 22:12:26 -0800 |
commit | 419532e133f79c256893e6a57e883ad9de7b034e (patch) | |
tree | fbc05e47e3cff286d471aff83bd64ec747d7d2f8 /ChangeLog | |
parent | 393ca39e3275ae3a0f07fd929c4282cd689df915 (diff) | |
download | txr-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |