diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-02 13:46:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-02 13:46:30 -0800 |
commit | d0816a8d75c4d620d3f9868be45f3a7707ad24b2 (patch) | |
tree | 65c237c7cec187813f368eb37613a42426fabbfe /ChangeLog | |
parent | 684c8e9d60812778b785ef0fc3fa78592f228bf8 (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |