summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-12-13 09:24:08 (GMT)
committernijtmans <nijtmans>2010-12-13 09:24:08 (GMT)
commitd2674e76cf933113aa9181c43646b4fcc0313f42 (patch)
tree3e8d34c422b7ac37e4a71626b3415fc3619fabb7 /ChangeLog
parent4ead18d0faa72586dea4066ba3f34e1fd7c8e899 (diff)
downloadtk-d2674e76cf933113aa9181c43646b4fcc0313f42.zip
tk-d2674e76cf933113aa9181c43646b4fcc0313f42.tar.gz
tk-d2674e76cf933113aa9181c43646b4fcc0313f42.tar.bz2
See also: [Patch 1910041] and [Patch 3059922]. SEH emulation on Win64 was not correct here: it sometimes results in a crash. Contrary to the other places, the code here is not meant to protect from OS bugs, but to protect Finalizing Tk when the application went in an invalid state.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebe5007..dc1e18a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-13 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tkWin32Dll.c: See also: [Patch 1910041] and [Patch 3059922]. SEH emulation
+ on Win64 was not correct here: it sometimes results in a crash. Contrary to the
+ other places, the code here is not meant to protect from OS bugs, but to protect
+ Finalizing Tk when the application went in an invalid state.
+
2010-12-12 Stuart Cassoff <stwo@users.sourceforge.net>
* unix/tcl.m4: Better building on OpenBSD.