summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-12 20:01:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-12 20:01:03 -0800
commit289c8aec7ecdf837ae5ba01987ec3f34e3307b78 (patch)
tree7ea650cd9acd360014f626288377a61fa49a74e2 /ChangeLog
parent7ed3b0ad7626612aa4b0420dd3dcfdbf5b168fb8 (diff)
downloadtxr-289c8aec7ecdf837ae5ba01987ec3f34e3307b78.tar.gz
txr-289c8aec7ecdf837ae5ba01987ec3f34e3307b78.tar.bz2
txr-289c8aec7ecdf837ae5ba01987ec3f34e3307b78.zip
* lib.c (list_collect, list_collect_append): In error
messages about bad appends, do not show the list being appended because it may be an infinite lazy list. For instance (append* 3 lazy-list).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fd0b7f0..c436a7c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-02-12 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (list_collect, list_collect_append): In error
+ messages about bad appends, do not show the list being
+ appended because it may be an infinite lazy list.
+ For instance (append* 3 lazy-list).
+
+2015-02-12 Kaz Kylheku <kaz@kylheku.com>
+
New functions pad and weave.
* eval.c (pad_func, pad, weave_while, weave_gen, weavev):