summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2007-11-26 14:05:08 (GMT)
committervasiljevic <zv@archiware.com>2007-11-26 14:05:08 (GMT)
commit1c7799332924b711817436fc8940be2eff501b5c (patch)
tree79cda80ca5c4f12245fd489b3901e5007d44e786 /ChangeLog
parentcdb09f0ded89acc8b7a6b269f50fc8cd15da9739 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbe8165..37dc948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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