summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-25 16:35:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-25 16:35:34 -0800
commit0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562 (patch)
tree0dd6c287ca0eef9646446fa7e65d5532a4ff826b /ChangeLog
parent4ec024cdc9544c244cbd8b630e8f631fc05c6075 (diff)
downloadtxr-0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562.tar.gz
txr-0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562.tar.bz2
txr-0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562.zip
* eval.c (call_f): new global variable.
(do_mapf, mapf): new static functions. (eval_init): protect call_f from gc, and initialize it. re-register call function using call_f. register mapf intrinsic. * txr.1: Documented mapf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d6958b3..d8be7df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2015-01-25 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (call_f): New global variable.
+ (do_mapf, mapf): New static functions.
+ (eval_init): Protect call_f from gc, and initialize it.
+ Re-register call function using call_f.
+ Register mapf intrinsic.
+
+ * txr.1: Documented mapf.
+
+2015-01-25 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Register dupl and swap_12_21 as
the dup and flip intrinsics.