diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-19 21:49:08 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-19 21:49:08 (GMT) |
commit | 5d694495d137338d9a1b59a4ee4ddf8e574fdbbb (patch) | |
tree | 01254e7c5fd098e289f2b9d0d9fab7b54a818d87 /ChangeLog | |
parent | 4676b8680cc3e7267354cae8568c6572ec8c3d8e (diff) | |
download | tk-5d694495d137338d9a1b59a4ee4ddf8e574fdbbb.zip tk-5d694495d137338d9a1b59a4ee4ddf8e574fdbbb.tar.gz tk-5d694495d137338d9a1b59a4ee4ddf8e574fdbbb.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 |