diff options
author | vasiljevic <zv@archiware.com> | 2007-10-25 18:44:19 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2007-10-25 18:44:19 (GMT) |
commit | 9153f51d0ae34fabb9e70890599d65ecc0d6ef88 (patch) | |
tree | 90eb81f778158b282c534aacec2f63d31fb52921 | |
parent | de08bfbfcc14f2395e5d299ad28a3bd26c93f7b2 (diff) | |
download | tcl-9153f51d0ae34fabb9e70890599d65ecc0d6ef88.zip tcl-9153f51d0ae34fabb9e70890599d65ecc0d6ef88.tar.gz tcl-9153f51d0ae34fabb9e70890599d65ecc0d6ef88.tar.bz2 |
Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garbling
internal list for tracking sync objects.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-10-25 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclThread.c: Added TclpMasterLock/Unlock arround calls to + ForgetSyncObject in Tcl_MutexFinalize and Tcl_ConditionFinalize + to prevent from garbling the internal lists that track sync objects. + (Tcl Bug #1726873) + 2007-10-24 Donal K. Fellows <donal.k.fellows@man.ac.uk> * tools/man2html2.tcl (macro): Added support for converting the new |