diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-05-01 22:43:49 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-05-01 22:43:49 (GMT) |
commit | 17b8d2d3e3ac333f60da3b27fc34190d212670dd (patch) | |
tree | c96aa1e1faf9a0d0ba901be5c85b7737cafc1fce /ChangeLog | |
parent | 2ac57a490ebcd5bd43e7f03e705a243ce67ffa37 (diff) | |
download | tcl-17b8d2d3e3ac333f60da3b27fc34190d212670dd.zip tcl-17b8d2d3e3ac333f60da3b27fc34190d212670dd.tar.gz tcl-17b8d2d3e3ac333f60da3b27fc34190d212670dd.tar.bz2 |
* generic/tclIO.c (DeleteChannelTable): Made changes so that
DeleteChannelTable tries to close all open channels, not just the
first. [Bug 1710285]
* generic/tclThread.c (TclFinalizeSynchronization): Make sure
that TSD blocks get freed on non-threaded builds. [Bug 1710825]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-05-01 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclIO.c (DeleteChannelTable): Made changes so that + DeleteChannelTable tries to close all open channels, not just the + first. [Bug 1710285] + * generic/tclThread.c (TclFinalizeSynchronization): Make sure + that TSD blocks get freed on non-threaded builds. [Bug 1710825] + 2007-05-01 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict |