summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-04-25 20:02:36 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-04-25 20:02:36 (GMT)
commit2a8c77b49b950aeb0ce7edb2d469dbbe79afdffe (patch)
tree3d9a2e319ba50cd2006ffbecdfb8eb897ae5be3e /ChangeLog
parentcba7936df8379242106ca1acdd9bc361a561a7c9 (diff)
downloadtcl-2a8c77b49b950aeb0ce7edb2d469dbbe79afdffe.zip
tcl-2a8c77b49b950aeb0ce7edb2d469dbbe79afdffe.tar.gz
tcl-2a8c77b49b950aeb0ce7edb2d469dbbe79afdffe.tar.bz2
* win/tclWinThrd.c: Applied SF patch #727271. This patch changes
the code to catch any errors returned by the windows functions handling TLS ASAP instead of waiting to get some mysterious crash later on due to bogus pointers. Patch provided by Joe Mistachkin. This is a stop-gap measure to deal with the low number of ?TLS slots provided by some of the variants of Windows (60-80).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b063674..4461127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-04-25 Andreas Kupries <andreask@activestate.com>
+
+ * win/tclWinThrd.c: Applied SF patch #727271. This patch changes
+ the code to catch any errors returned by the windows functions
+ handling TLS ASAP instead of waiting to get some mysterious
+ crash later on due to bogus pointers. Patch provided by Joe
+ Mistachkin.
+
+ This is a stop-gap measure to deal with the low number of ?TLS
+ slots provided by some of the variants of Windows (60-80).
+
2003-04-21 Don Porter <dgp@users.sourceforge.net>
* library/tcltest/tcltest.tcl: When the return code of a test does