summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-26 07:56:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-26 07:56:39 -0700
commit4a9df6afcc6fe8ce8d7bac2d28b914a917d002f7 (patch)
tree2d59ab41e3786bb3df8f299f50db2cfaf721f632 /ChangeLog
parent3ac163ce1fd61384789a0a2943f1f94d47cb3223 (diff)
downloadtxr-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b69ea1f9..3a6881d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.