diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-11-06 21:37:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-11-06 21:37:12 -0800 |
commit | 18dddca25db701d49aea1e678c856e6602b9b8ab (patch) | |
tree | 9aa07bbb3c5062bfefc09c831aae3e49b305fb44 /ChangeLog | |
parent | 9499064b56a96169b0d06619064e00c0ef3e11a7 (diff) | |
download | txr-18dddca25db701d49aea1e678c856e6602b9b8ab.tar.gz txr-18dddca25db701d49aea1e678c856e6602b9b8ab.tar.bz2 txr-18dddca25db701d49aea1e678c856e6602b9b8ab.zip |
* lib.c (sub, ref, refset, replace, update, search_list):
Fix cut and paste problem: type_mismatch argument expression
referring to the C function cons rather than the intended
object seq.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-11-06 Kaz Kylheku <kaz@kylheku.com> + * lib.c (sub, ref, refset, replace, update, search_list): + Fix cut and paste problem: type_mismatch argument expression + referring to the C function cons rather than the intended + object seq. + +2014-11-06 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Register chand intrinsic. * lib.c (do_chand): New static function. |