summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-12-26 04:12:16 (GMT)
committermdejong <mdejong>2003-12-26 04:12:16 (GMT)
commitb6cbad4ae34d28d3a1c2047ec41ddbedeb705023 (patch)
treeef4e6b5d7eca34aa85a9ff16a5df83749107034c /ChangeLog
parent14a76c909180e749b12ffbcb9e23a4b48978d4ab (diff)
downloadtcl-b6cbad4ae34d28d3a1c2047ec41ddbedeb705023.zip
tcl-b6cbad4ae34d28d3a1c2047ec41ddbedeb705023.tar.gz
tcl-b6cbad4ae34d28d3a1c2047ec41ddbedeb705023.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]
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