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)
commitbb1ae65db1a29d83933c869fec4200fddf6c615a (patch)
tree3d9a2e319ba50cd2006ffbecdfb8eb897ae5be3e /ChangeLog
parent18cd8fbc6f64e08f50f389af9201c9fbd4498b3b (diff)
downloadtcl-bb1ae65db1a29d83933c869fec4200fddf6c615a.zip
tcl-bb1ae65db1a29d83933c869fec4200fddf6c615a.tar.gz
tcl-bb1ae65db1a29d83933c869fec4200fddf6c615a.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