summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-15 22:34:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-15 22:34:58 (GMT)
commita8ac6c3230544ef6ce40e973f040b489706d5ed2 (patch)
tree76539d6a771d741bdb62f666ec09b879e4467dd5 /ChangeLog
parentf700f9df947178952eab7555ad480c1b37ae6e90 (diff)
downloadtcl-a8ac6c3230544ef6ce40e973f040b489706d5ed2.zip
tcl-a8ac6c3230544ef6ce40e973f040b489706d5ed2.tar.gz
tcl-a8ac6c3230544ef6ce40e973f040b489706d5ed2.tar.bz2
Fix [Bug 2687952]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03361cd..a0ed390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-03-15 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclThreadStorage.c (TSDTableDelete): [Bug 2687952]: Ensure
+ * generic/tclThread.c (Tcl_GetThreadData): that structures in
+ Tcl's TSD system are all freed. Use the correct matching allocator.
+
* generic/tclPosixStr.c (Tcl_SignalId,Tcl_SignalMsg): [Patch 1513655]:
Added support for SIGINFO, which is present on BSD platforms.