diff options
author | vasiljevic <zv@archiware.com> | 2007-11-26 14:05:08 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2007-11-26 14:05:08 (GMT) |
commit | 1c7799332924b711817436fc8940be2eff501b5c (patch) | |
tree | 79cda80ca5c4f12245fd489b3901e5007d44e786 /ChangeLog | |
parent | cdb09f0ded89acc8b7a6b269f50fc8cd15da9739 (diff) | |
download | tcl-1c7799332924b711817436fc8940be2eff501b5c.zip tcl-1c7799332924b711817436fc8940be2eff501b5c.tar.gz tcl-1c7799332924b711817436fc8940be2eff501b5c.tar.bz2 |
* generic/tclThread.c: Back-port locking changes from Tcl8.5
in Tcl_Mutex/ConditionFinlize. Now we properly master-lock
the finalization of sync primitives.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-26 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclThread.c: Back-port locking changes from Tcl8.5 + in Tcl_Mutex/ConditionFinlize. Now we properly master-lock + the finalization of sync primitives. + 2007-11-15 Don Porter <dgp@users.sourceforge.net> * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler |