summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-12-02 10:48:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-12-02 10:48:28 (GMT)
commitd56279266d587649cfdaec11a2eb04431a8d84c5 (patch)
tree978134e1a3561959dc357df9d0e03eeaec841e3f /ChangeLog
parentac496bf5b2bebbf9b01f2d278f67f52d3529714d (diff)
downloadtcl-d56279266d587649cfdaec11a2eb04431a8d84c5.zip
tcl-d56279266d587649cfdaec11a2eb04431a8d84c5.tar.gz
tcl-d56279266d587649cfdaec11a2eb04431a8d84c5.tar.bz2
Convert mutex-protected global state into thread-local state. [FRQ 1077210]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 845c06e..9d0b826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclNamesp.c (numNsCreated): Moved into thread-local
+ storage to remove a global mutex. Part of [FRQ 1077210]
+
2004-12-01 Don Porter <dgp@users.sourceforge.net>
* generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope