diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-16 15:23:56 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-16 15:23:56 (GMT) |
commit | 2eb6a95d75570627224f1fd4981d636cf0d7bed9 (patch) | |
tree | 043fc269fcd11e1c2f152630d123467d31176474 /ChangeLog | |
parent | ae439fa7370d07b215450d9016c40b4196bb0b95 (diff) | |
download | tcl-2eb6a95d75570627224f1fd4981d636cf0d7bed9.zip tcl-2eb6a95d75570627224f1fd4981d636cf0d7bed9.tar.gz tcl-2eb6a95d75570627224f1fd4981d636cf0d7bed9.tar.bz2 |
backport of 2005-08-10 fix to tclEvent.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-08-16 Kevin Kenny <kennykb@acm.org> + + * generic/tclEvent.c (Tcl_Finalize): Pushed Tcl_FinalizeLoad and + Tcl_ResetFilesystem down after Tcl_FinalizeThreadAlloc because + unloading DLLs can't happen while they still own TSD keys. + (This is a backport of changes made in the HEAD on 2005-08-10.) + 2005-08-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> * unix/tclUnixInit.c (localeTable): Solaris uses a non-standard |