diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-19 21:49:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-19 21:49:08 (GMT) |
commit | 3f6dba15f382ad6bd51a3cfffa43075d00874848 (patch) | |
tree | 01254e7c5fd098e289f2b9d0d9fab7b54a818d87 /ChangeLog | |
parent | 1b6b31dc57b749dc2f61165e4389744699ada83d (diff) | |
download | tk-3f6dba15f382ad6bd51a3cfffa43075d00874848.zip tk-3f6dba15f382ad6bd51a3cfffa43075d00874848.tar.gz tk-3f6dba15f382ad6bd51a3cfffa43075d00874848.tar.bz2 |
Get rid of statics; replaced with stack-allocated structures which are automatically
thread-safe. Also squelched a buffer overrun in binary string data handling...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-06-19 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgGIF.c: Cleanse all static (i.e. non-thread-safe) data + at a miniscule performance hit. + 2005-06-18 Daniel Steffen <das@users.sourceforge.net> * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish |