diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-11-10 07:49:37 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-11-10 07:49:37 -0800 |
commit | 2968f213b667baa8178f90bde8c0d8f757741757 (patch) | |
tree | a6ce1fbef0b8450e078dcdd98cb0d1f448c499da /ChangeLog | |
parent | 18dddca25db701d49aea1e678c856e6602b9b8ab (diff) | |
download | txr-2968f213b667baa8178f90bde8c0d8f757741757.tar.gz txr-2968f213b667baa8178f90bde8c0d8f757741757.tar.bz2 txr-2968f213b667baa8178f90bde8c0d8f757741757.zip |
* eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.
(macro_form_p): Forward declaration added.
(me_opip): New static function.
(eval_init): Intern new symbols, register opip and oand macros
to me_opip function. Use chain_s and chand_s in registration
for chain and chand.
* txr.1: Document opip and oand
* tl.vim, txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2014-11-10 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables. + (macro_form_p): Forward declaration added. + (me_opip): New static function. + (eval_init): Intern new symbols, register opip and oand macros + to me_opip function. Use chain_s and chand_s in registration + for chain and chand. + + * txr.1: Document opip and oand + + * tl.vim, txr.vim: Regenerated. + 2014-11-06 Kaz Kylheku <kaz@kylheku.com> * lib.c (sub, ref, refset, replace, update, search_list): |