diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-20 11:13:17 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-20 11:13:17 -0800 |
commit | d19d3af151798c90e967276bd4f03d7db5536056 (patch) | |
tree | c314d59a184860b4eee5379392157fac5b3915ed /ChangeLog | |
parent | 48f35a0c700900915d9e9701277786bd358a767a (diff) | |
download | txr-d19d3af151798c90e967276bd4f03d7db5536056.tar.gz txr-d19d3af151798c90e967276bd4f03d7db5536056.tar.bz2 txr-d19d3af151798c90e967276bd4f03d7db5536056.zip |
* eval.c (eval_init): New functions registered as intrinsics.
* lib.c (copy_vec, sub_vec): New functions.
* lib.h (copy_vec, sub_vec): Declared.
* txr.1: Stub sections created.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-12-20 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (eval_init): New functions registered as intrinsics. + + * lib.c (copy_vec, sub_vec): New functions. + + * lib.h (copy_vec, sub_vec): Declared. + + * txr.1: Stub sections created. + 2011-12-19 Kaz Kylheku <kaz@kylheku.com> Version 049 |