diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-25 16:35:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-25 16:35:34 -0800 |
commit | 0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562 (patch) | |
tree | 0dd6c287ca0eef9646446fa7e65d5532a4ff826b /ChangeLog | |
parent | 4ec024cdc9544c244cbd8b630e8f631fc05c6075 (diff) | |
download | txr-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |