diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-23 19:48:26 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-23 19:48:26 (GMT) |
commit | ca2c58dc87aed527aea5e80d39a72c95e537f41c (patch) | |
tree | db1f99db3864102b1310d348031588f60b424620 /ChangeLog | |
parent | 10e79f4f5579a69921d990800c1ead43c1486443 (diff) | |
download | tcl-ca2c58dc87aed527aea5e80d39a72c95e537f41c.zip tcl-ca2c58dc87aed527aea5e80d39a72c95e537f41c.tar.gz tcl-ca2c58dc87aed527aea5e80d39a72c95e537f41c.tar.bz2 |
bug 1225957
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2005-06-23 Kevin Kenny <kennykb@acm.org> + + * win/tclWinChan.c: More rewriting of __asm__ blocks that + * win/tclWinFCmd.c: implement SEH in GCC, because mingw's + gcc 3.4.2 is not as forgiving of violations committed by + the old code and caused panics. [Bug #1225957] + 2005-06-23 Daniel Steffen <das@users.sourceforge.net> * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept @@ -5,7 +12,7 @@ 2005-06-22 Don Porter <dgp@users.sourceforge.net> - * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] + * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoyts for discovery and fix. 2005-06-22 Kevin Kenny <kennykb@acm.org> |