summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-24 08:04:25 (GMT)
committermdejong <mdejong>2003-01-24 08:04:25 (GMT)
commit709661acd4c4100385dc6779b3c10442599ae342 (patch)
tree2d9d1ae6937fa03c9a0e577aa1787aa117cfd304 /ChangeLog
parentffc4888f61c1b387a9b1263b73a538878e57a672 (diff)
downloadtcl-709661acd4c4100385dc6779b3c10442599ae342.zip
tcl-709661acd4c4100385dc6779b3c10442599ae342.tar.gz
tcl-709661acd4c4100385dc6779b3c10442599ae342.tar.bz2
* win/configure: Regen.
* win/configure.in: * win/tclWin32Dll.c (TclpCheckStackSpace): Rework the SEH exception handler logic to avoid using the stack since alloca will modify the stack. This was causing a nasty bug that would set the exception handler to 0 because it tried to pop the previous exception handler off the top of the stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 194170b..e45a864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-01-24 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/configure: Regen.
+ * win/configure.in:
+ * win/tclWin32Dll.c (TclpCheckStackSpace): Rework
+ the SEH exception handler logic to avoid using
+ the stack since alloca will modify the stack.
+ This was causing a nasty bug that would set the
+ exception handler to 0 because it tried to pop
+ the previous exception handler off the top of
+ the stack.
+
2003-01-23 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/lset.n: Fixed fault in return values from lset in