summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2003-12-26 04:12:16 (GMT)
committermdejong <mdejong@noemail.net>2003-12-26 04:12:16 (GMT)
commit8ef4ed762477215cfe96ff1bb12d7a7eae3f6da1 (patch)
treeef4e6b5d7eca34aa85a9ff16a5df83749107034c /ChangeLog
parent2201e508dedf7c73a2d8bfa1c9efd1d199d02cba (diff)
downloadtcl-8ef4ed762477215cfe96ff1bb12d7a7eae3f6da1.zip
tcl-8ef4ed762477215cfe96ff1bb12d7a7eae3f6da1.tar.gz
tcl-8ef4ed762477215cfe96ff1bb12d7a7eae3f6da1.tar.bz2
* win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH
blocks in place of __try and __except statements to support gcc builds. This is needed after David's changes on 2003-12-21. [Tcl patch 858493] FossilOrigin-Name: e091eeb230b7d84907f7351882a3ba5c60cb2afe
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d06f7e4..295a558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-25 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH
+ blocks in place of __try and __except statements
+ to support gcc builds. This is needed after
+ David's changes on 2003-12-21. [Tcl patch 858493]
+
2003-12-23 David Gravereaux <davygrvy@pobox.com>
* generic/tclAlloc.c: All uses of 'panic' (the macro) changed