summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-02 13:46:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-02 13:46:30 -0800
commitd0816a8d75c4d620d3f9868be45f3a7707ad24b2 (patch)
tree65c237c7cec187813f368eb37613a42426fabbfe /ChangeLog
parent684c8e9d60812778b785ef0fc3fa78592f228bf8 (diff)
downloadtxr-d0816a8d75c4d620d3f9868be45f3a7707ad24b2.tar.gz
txr-d0816a8d75c4d620d3f9868be45f3a7707ad24b2.tar.bz2
txr-d0816a8d75c4d620d3f9868be45f3a7707ad24b2.zip
Bugfix: catenated stream objects not hooked into garbage collector,
causing premature collection of the catenated stream list. * stream.c (cat_mark): new function. (cat_stream_ops): use cat_mark for gc mark function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f6ea743..d85e5000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-03-02 Kaz Kylheku <kaz@kylheku.com>
+
+ Bugfix: catenated stream objects not hooked into garbage collector,
+ causing premature collection of the catenated stream list.
+
+ * stream.c (cat_mark): new function.
+ (cat_stream_ops): use cat_mark for gc mark function.
+
2014-03-01 Kaz Kylheku <kaz@kylheku.com>
New quasiquote idea: let's have two quasiquote macros sharing one