summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-03 08:03:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-03 08:03:19 -0700
commitc85a79cd56fc8422445bee080e9fcc3cee2a0510 (patch)
tree380f823603a5567c894967ee1c965e691977d086 /ChangeLog
parent578a99566965396df51623eb701dc3d76793c3ea (diff)
downloadtxr-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e988caa8..7ea404c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.