summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-11-06 21:37:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-11-06 21:37:12 -0800
commit18dddca25db701d49aea1e678c856e6602b9b8ab (patch)
tree9aa07bbb3c5062bfefc09c831aae3e49b305fb44 /ChangeLog
parent9499064b56a96169b0d06619064e00c0ef3e11a7 (diff)
downloadtxr-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b68b18f1..e8a16758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.