diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-02 10:48:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-02 10:48:28 (GMT) |
commit | d56279266d587649cfdaec11a2eb04431a8d84c5 (patch) | |
tree | 978134e1a3561959dc357df9d0e03eeaec841e3f /ChangeLog | |
parent | ac496bf5b2bebbf9b01f2d278f67f52d3529714d (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |