diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-03 13:44:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-03 13:44:58 (GMT) |
commit | e2e552dd43b87233b672688f9577618b1ce468db (patch) | |
tree | bfb3b73f469455bfebfacfcf34187011d5ab1dc8 /ChangeLog | |
parent | 3d863ac6d7b40ec6ebb3be86b30dd8d7db93b528 (diff) | |
download | tk-e2e552dd43b87233b672688f9577618b1ce468db.zip tk-e2e552dd43b87233b672688f9577618b1ce468db.tar.gz tk-e2e552dd43b87233b672688f9577618b1ce468db.tar.bz2 |
Ensure that the canvas's static data is either protected by a mutex or
in a thread-local variable. [Bug 1114977]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-03 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tkCanvas.c (GetStaticUids): New function to manage the + thread-specific data detailing the list of all uids in a thread. + (typeList): Protect this (the other piece of global data) with a + mutex. [Bug 1114977] + 2005-01-31 Jeff Hobbs <jeffh@ActiveState.com> * unix/tcl.m4, unix/configure: add solaris-64 gcc build |