summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-10 16:28:02 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-10 16:28:02 (GMT)
commit3d07a4f66acb32cc71599c3192ae22c380c6520f (patch)
treece5b8f25cb00c8c29937e43b0557eb4cbf34b730 /ChangeLog
parent5d99536c02360e7f2aa049ce61ed612895eacbdd (diff)
downloadtcl-3d07a4f66acb32cc71599c3192ae22c380c6520f.zip
tcl-3d07a4f66acb32cc71599c3192ae22c380c6520f.tar.gz
tcl-3d07a4f66acb32cc71599c3192ae22c380c6520f.tar.bz2
further untangling of Tcl_Finalize, and test cleanup on Win32 threaded
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0a430d..500808f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-08-10 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclEvent.c (Tcl_Finalize): Pushed Tcl_FinalizeLoad and
+ Tcl_ResetFilesystem down after Tcl_FinalizeThreadAlloc because
+ we can't unload DLL's until after their TSD keys are finalized.
+ (Note that we'll still see aborts if an unloaded DLL has TSD -
+ that still needs to be fixed.
+
+ * tests/compExpr-old.test (compExpr-3.8): Made tests conditional on
+ * tests/expr.test (expr-3.8): 'unix' because they get
+ stack overflows on Win32
+ threaded builds,
+
2005-08-09 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclPathObj.c: fix to [file rootname] bug in optimized