diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-03 08:03:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-03 08:03:19 -0700 |
commit | c85a79cd56fc8422445bee080e9fcc3cee2a0510 (patch) | |
tree | 380f823603a5567c894967ee1c965e691977d086 /ChangeLog | |
parent | 578a99566965396df51623eb701dc3d76793c3ea (diff) | |
download | txr-c85a79cd56fc8422445bee080e9fcc3cee2a0510.tar.gz txr-c85a79cd56fc8422445bee080e9fcc3cee2a0510.tar.bz2 txr-c85a79cd56fc8422445bee080e9fcc3cee2a0510.zip |
* eval.c (apf_s, ipf_s): New symbol variables.
(me_ap, me_ip): Generate a much simpler macro-expansion:
a call to apf or ipf, rather than lambda syntax.
(me_ado, me_ido): New static functions.
(eval_init): Initialize apf_s and ipf_s variables.
Use them in the registration calls for apf and ipf.
Register ado and ido macros.
* txr.1: Streamlined documentation for ap and ip,
and added ado and ido.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2014-07-03 Kaz Kylheku <kaz@kylheku.com> + * eval.c (apf_s, ipf_s): New symbol variables. + (me_ap, me_ip): Generate a much simpler macro-expansion: + a call to apf or ipf, rather than lambda syntax. + (me_ado, me_ido): New static functions. + (eval_init): Initialize apf_s and ipf_s variables. + Use them in the registration calls for apf and ipf. + Register ado and ido macros. + + * txr.1: Streamlined documentation for ap and ip, + and added ado and ido. + +2014-07-03 Kaz Kylheku <kaz@kylheku.com> + * eval.c (apf, ipf): Bugfix: do_apf and do_ipf should be registered as variadic functions. |