summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-02-03 13:44:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-02-03 13:44:58 (GMT)
commite2e552dd43b87233b672688f9577618b1ce468db (patch)
treebfb3b73f469455bfebfacfcf34187011d5ab1dc8 /ChangeLog
parent3d863ac6d7b40ec6ebb3be86b30dd8d7db93b528 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bded451..f375c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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