diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-26 07:56:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-26 07:56:39 -0700 |
commit | 4a9df6afcc6fe8ce8d7bac2d28b914a917d002f7 (patch) | |
tree | 2d59ab41e3786bb3df8f299f50db2cfaf721f632 /ChangeLog | |
parent | 3ac163ce1fd61384789a0a2943f1f94d47cb3223 (diff) | |
download | txr-4a9df6afcc6fe8ce8d7bac2d28b914a917d002f7.tar.gz txr-4a9df6afcc6fe8ce8d7bac2d28b914a917d002f7.tar.bz2 txr-4a9df6afcc6fe8ce8d7bac2d28b914a917d002f7.zip |
* eval.c (iapply_s): new global variable.
(iapply, me_ip): new static functions.
(do_apf): Bugfix: use apply_intrinsic, not apply.
(do_ipf, ipf): New static functions.
(eval_init): initialize iapply_s. register me_ip macro
expander, and the iapply and ipf functions.
* txr.1: Documented iapply, ipf and ip.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-06-26 kaz kylheku <kaz@kylheku.com> + + * eval.c (iapply_s): new global variable. + (iapply, me_ip): new static functions. + (do_apf): Bugfix: use apply_intrinsic, not apply. + (do_ipf, ipf): New static functions. + (eval_init): initialize iapply_s. register me_ip macro + expander, and the iapply and ipf functions. + + * txr.1: Documented iapply, ipf and ip. + 2014-06-26 Kaz Kylheku <kaz@kylheku.com> * lib.c (last): Bugfix: reversed null test. |