diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-16 16:18:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-16 16:18:59 (GMT) |
commit | 1bc670a852bf284c03f9040366a577b6633da727 (patch) | |
tree | 23da51b50161f1c79f1244ab2ad183e6ecc66196 /ChangeLog | |
parent | caf3d7dc0594cd7f8e917757cbd49c931414ef18 (diff) | |
download | tk-1bc670a852bf284c03f9040366a577b6633da727.zip tk-1bc670a852bf284c03f9040366a577b6633da727.tar.gz tk-1bc670a852bf284c03f9040366a577b6633da727.tar.bz2 |
Backport of fix for Tk_ConfigSpec-related part of [Bug 749908]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-08-16 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkOldConfig.c (Tk_ConfigureWidget, Tk_ConfigureInfo): + (Tk_ConfigureValue, DeleteSpecCacheTable): Keep per-interpreter (and + hence per-thread) copies of all the Tk_ConfigSpec tables so that + Tk_Uids do not leak across threads. [Bug 749908] + 2005-08-11 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tkCanvLine.c, generic/tkCanvPoly.c, generic/tkCanvText.c: |