summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-05-01 22:43:49 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-05-01 22:43:49 (GMT)
commit17b8d2d3e3ac333f60da3b27fc34190d212670dd (patch)
treec96aa1e1faf9a0d0ba901be5c85b7737cafc1fce /ChangeLog
parent2ac57a490ebcd5bd43e7f03e705a243ce67ffa37 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e074932..52f4119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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