summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-03-15 01:10:18 (GMT)
committermdejong <mdejong@noemail.net>2002-03-15 01:10:18 (GMT)
commitd0b2805149e3abf74d696ec8e7e878ccd30d1690 (patch)
tree69d06455b401989ef8a5ae460127b03d813d591d /ChangeLog
parent4c4e41f989e609d67138eaeb81841ec537fe00d9 (diff)
downloadtcl-d0b2805149e3abf74d696ec8e7e878ccd30d1690.zip
tcl-d0b2805149e3abf74d696ec8e7e878ccd30d1690.tar.gz
tcl-d0b2805149e3abf74d696ec8e7e878ccd30d1690.tar.bz2
* win/configure: Regen.
* win/configure.in: Add configure time test for SEH support in the compiler. * win/tclWin32Dll.c (ESP, EBP, TclpCheckStackSpace, _except_checkstackspace_handler): * win/tclWinChan.c (ESP, EBP, Tcl_MakeFileChannel, _except_makefilechannel_handler): * win/tclWinFCmd.c (ESP, EBP, DoRenameFile, _except_dorenamefile_handler, DoCopyFile, _except_docopyfile_handler): Implement SEH support under gcc using inline asm. Tcl and Tk should now compile with Mingw 1.1. [Patch 525746] FossilOrigin-Name: 6683e2fa912023a4f01ac101389593d32cc27a80
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 830415d..a05afdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2002-03-14 Mo DeJong <mdejong@users.sourceforge.net>
+ * win/configure: Regen.
+ * win/configure.in: Add configure time test for SEH
+ support in the compiler.
+ * win/tclWin32Dll.c (ESP, EBP, TclpCheckStackSpace,
+ _except_checkstackspace_handler):
+ * win/tclWinChan.c (ESP, EBP, Tcl_MakeFileChannel,
+ _except_makefilechannel_handler):
+ * win/tclWinFCmd.c (ESP, EBP, DoRenameFile,
+ _except_dorenamefile_handler,
+ DoCopyFile, _except_docopyfile_handler):
+ Implement SEH support under gcc using inline asm.
+ Tcl and Tk should now compile with Mingw 1.1. [Patch 525746]
+
+2002-03-14 Mo DeJong <mdejong@users.sourceforge.net>
+
* win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handle
an SEH exception with EXCEPTION_EXECUTE_HANDLER instead
of restarting the faulting instruction with