summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-19 21:49:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-19 21:49:08 (GMT)
commit3f6dba15f382ad6bd51a3cfffa43075d00874848 (patch)
tree01254e7c5fd098e289f2b9d0d9fab7b54a818d87 /ChangeLog
parent1b6b31dc57b749dc2f61165e4389744699ada83d (diff)
downloadtk-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 509b344..37f5ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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