diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-05-13 21:20:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-05-13 21:20:35 (GMT) |
commit | a06d3d0df0e5b9d324676885c38f8b44c09dfa6a (patch) | |
tree | bc9e744602aee12718b2cbd99e4c78f9e9e217a0 /ChangeLog | |
parent | 78f7312e8ca860aba948e29dd9c454285ffdae7c (diff) | |
download | tcl-a06d3d0df0e5b9d324676885c38f8b44c09dfa6a.zip tcl-a06d3d0df0e5b9d324676885c38f8b44c09dfa6a.tar.gz tcl-a06d3d0df0e5b9d324676885c38f8b44c09dfa6a.tar.bz2 |
further rework of SEH
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-05-13 Kevin Kenny <kennykb@acm.org> + + * win/tclWin32Dll.c: Further rework of the SEH logic. All + EXCEPTION_REGISTRATION records are now + in the activation record rather than pushed + on the stack. + 2005-05-13 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. |