diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-20 06:48:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-20 06:48:06 -0700 |
commit | e21a452a9c75074ab7eff33b70950aecf3f3c309 (patch) | |
tree | 5b8f5301ce2584532ae1b8858833ca420b948535 /ChangeLog | |
parent | 2a9b3bca2622a54434cc16e7c70dce37b1c4d205 (diff) | |
download | txr-e21a452a9c75074ab7eff33b70950aecf3f3c309.tar.gz txr-e21a452a9c75074ab7eff33b70950aecf3f3c309.tar.bz2 txr-e21a452a9c75074ab7eff33b70950aecf3f3c309.zip |
* eval.c (do_apf, apf): New functions.
(eval_init): Register apf as intrinsic.
* txr.1: Document apf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-06-20 Kaz Kylheku <kaz@kylheku.com> + * eval.c (do_apf, apf): New functions. + (eval_init): Register apf as intrinsic. + + * txr.1: Document apf. + +2014-06-20 Kaz Kylheku <kaz@kylheku.com> + Improve error reporting. * eval.c (eval_error): Use last_form_evaled if form is null. |