summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-04-25 20:03:16 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-04-25 20:03:16 (GMT)
commit543aeb83fcc4b4038df038a196d851c76f2cc5bf (patch)
tree575b0761a5e67e7aebd079fa4230950b64e3bfcb /ChangeLog
parent2207395596d5bdd38f3c6d01187ee678155d227f (diff)
downloadtcl-543aeb83fcc4b4038df038a196d851c76f2cc5bf.zip
tcl-543aeb83fcc4b4038df038a196d851c76f2cc5bf.tar.gz
tcl-543aeb83fcc4b4038df038a196d851c76f2cc5bf.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 6636922..f6d154a 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-24 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFileName.c: fix to bug reported privately by