summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-26 07:13:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-26 07:13:13 -0700
commitc2a3e0ebc198739b77bdfb30194ad17b309333af (patch)
tree3d7285a006c455cc520f3b191c8bd83dff5e8170 /ChangeLog
parent3dbaecd359c584e1bcf650cdf53fb35253599e15 (diff)
downloadtxr-c2a3e0ebc198739b77bdfb30194ad17b309333af.tar.gz
txr-c2a3e0ebc198739b77bdfb30194ad17b309333af.tar.bz2
txr-c2a3e0ebc198739b77bdfb30194ad17b309333af.zip
* lib.c (search): Bugfix in type mismatch error message:
trying to print cons function pointer as value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f54b517..269a9161 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-06-26 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (search): Bugfix in type mismatch error message:
+ trying to print cons function pointer as value.
+
+2014-06-26 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be
a non-list sequence.
(eval_init): Register transpose and zip as intrinsics.