summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-12-21 22:02:20 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-12-21 22:02:20 (GMT)
commit5a29d2faebb0f38298e959acd984a7190307118f (patch)
tree057f800a1142796bb552912f6cc47a0c8ce84106 /ChangeLog
parentf23cd539456a29d518593237b36c33fdf9357da2 (diff)
downloadtcl-5a29d2faebb0f38298e959acd984a7190307118f.zip
tcl-5a29d2faebb0f38298e959acd984a7190307118f.tar.gz
tcl-5a29d2faebb0f38298e959acd984a7190307118f.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e3bc8f..7360560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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