summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2010-08-18 15:54:06 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2010-08-18 15:54:06 (GMT)
commit5e0a6ec0e20184698f7b2b98a7b8a62ef04e2c1a (patch)
tree06f643e1b0af8689f4abf52d68c64cbc2d038cee /ChangeLog
parent096e06e4b8606abecd8fe11c9919df4f35cf4d52 (diff)
downloadtcl-5e0a6ec0e20184698f7b2b98a7b8a62ef04e2c1a.zip
tcl-5e0a6ec0e20184698f7b2b98a7b8a62ef04e2c1a.tar.gz
tcl-5e0a6ec0e20184698f7b2b98a7b8a62ef04e2c1a.tar.bz2
* generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of
the body of a non-bc'ed [try], #3046594
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8105067..d2b8e13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2010-08-18 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of
+ the body of a non-bc'ed [try], #3046594
+
* generic/tclBasic.c: Redesign of [tailcall] to
* generic/tclCmdAH.c: (a) fix #3047235
* generic/tclCompile.h: (b) enable fix for #3046594
@@ -6,7 +9,7 @@
* generic/tclInt.h:
* generic/tclNamesp.c:
* tests/tailcall.test:
-
+
2010-08-18 Donal K. Fellows <dkf@users.sf.net>
* library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to