summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-24 10:25:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-24 10:25:59 (GMT)
commit26683d2945cd970b898e6e20c238bdc844c9af94 (patch)
treede9ed51a102ca279a12fa3ba0b5effcc98e9d5e4 /ChangeLog
parentca6cb5920260f029a64602994d097845239aacd3 (diff)
downloadtcl-26683d2945cd970b898e6e20c238bdc844c9af94.zip
tcl-26683d2945cd970b898e6e20c238bdc844c9af94.tar.gz
tcl-26683d2945cd970b898e6e20c238bdc844c9af94.tar.bz2
* generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the
[try] command does not trap unwinding due to limits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 75434aa..76dfb6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,25 @@
+2010-03-24 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the
+ [try] command does not trap unwinding due to limits.
+
2010-03-24 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing
+ * generic/tclCmdMZ.c: [Bug 2973361]: Revised fix for computing
indices of script arguments to [try].
2010-03-23 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCmdMZ.c Make error message in "try" implementation
- * generic/tclCompCmdsSZ.c exactly the same as the one in "return"
- * tests/error.test
- * libtommath/mtests/mpi.c Single "const" addition
+ * generic/tclCmdMZ.c: Make error message in "try" implementation
+ * generic/tclCompCmdsSZ.c: exactly the same as the one in "return"
+ * tests/error.test:
+ * libtommath/mtests/mpi.c: Single "const" addition
2010-03-22 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer
- values to identify the argument indices of the various script arguments
- to [try]. Passing in -1 led to invalid memory reads.
+ values to identify the argument indices of the various script
+ arguments to [try]. Passing in -1 led to invalid memory reads.
2010-03-20 Donal K. Fellows <dkf@users.sf.net>