diff options
author | davygrvy <davygrvy@pobox.com> | 2003-12-21 22:02:20 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-12-21 22:02:20 (GMT) |
commit | 5a29d2faebb0f38298e959acd984a7190307118f (patch) | |
tree | 057f800a1142796bb552912f6cc47a0c8ce84106 /ChangeLog | |
parent | f23cd539456a29d518593237b36c33fdf9357da2 (diff) | |
download | tcl-5a29d2faebb0f38298e959acd984a7190307118f.zip tcl-5a29d2faebb0f38298e959acd984a7190307118f.tar.gz tcl-5a29d2faebb0f38298e959acd984a7190307118f.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-12-21 David Gravereaux <davygrvy@pobox.com> + + * win/tclWin32Dll.c: Structured Exception Handling added around + Tcl_Finalize called from DllMain's DLL_PROCESS_DETACH. We can't + 100% assured that Tcl is being unloaded by the OS in a stable + condition and we need to protect the exit handlers should the + stack be in a hosed state. AT&T style assembly for SEH under + MinGW has not been added yet. This is a first part change for + [Patch 858493] + 2003-12-17 Daniel Steffen <das@users.sourceforge.net> * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug |