diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-10 23:15:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-10 23:15:14 -0800 |
commit | 08e356af25f0e6ab9c8ad1583181aa529c61ca91 (patch) | |
tree | 29bad6267f5b5a846dbcaf8555045dc9cb66f8c1 /ChangeLog | |
parent | 09c6384d6bb4e3c44bf64299657f492ad4bf756a (diff) | |
download | txr-08e356af25f0e6ab9c8ad1583181aa529c61ca91.tar.gz txr-08e356af25f0e6ab9c8ad1583181aa529c61ca91.tar.bz2 txr-08e356af25f0e6ab9c8ad1583181aa529c61ca91.zip |
* eval.c (tostring, tostringp): New static functions.
(eval_init): New functions registered.
* txr.1: Stub sections created.
* txr.vim: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-01-10 Kaz Kylheku <kaz@kylheku.com> + * eval.c (tostring, tostringp): New static functions. + (eval_init): New functions registered. + + * txr.1: Stub sections created. + + * txr.vim: Updated. + +2012-01-10 Kaz Kylheku <kaz@kylheku.com> + Spat of new features having to do with lazy processing. * eval.c (prog1_s, gen_s, generate_s, delay_s, promise_s): New symbol |