diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-08-18 22:33:26 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-08-18 22:33:26 (GMT) |
commit | 11924d7e8ed9dbbf906cc088f2f21d9609367336 (patch) | |
tree | b1e603315f93e5798e6c556f68414679d05c4495 /ChangeLog | |
parent | 5e0a6ec0e20184698f7b2b98a7b8a62ef04e2c1a (diff) | |
download | tcl-11924d7e8ed9dbbf906cc088f2f21d9609367336.zip tcl-11924d7e8ed9dbbf906cc088f2f21d9609367336.tar.gz tcl-11924d7e8ed9dbbf906cc088f2f21d9609367336.tar.bz2 |
* generic/tclBasic.c: New redesign of [tailcall]: find
* generic/tclExecute.c: errors early on, so that errorInfo
* generic/tclInt.h: contains the proper info [Bug 3047235]
* generic/tclNamesp.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,10 +1,15 @@ 2010-08-18 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c: New redesign of [tailcall]: find + * generic/tclExecute.c: errors early on, so that errorInfo + * generic/tclInt.h: contains the proper info [Bug 3047235] + * generic/tclNamesp.c: + * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of - the body of a non-bc'ed [try], #3046594 + the body of a non-bc'ed [try], [Bug 3046594] * generic/tclBasic.c: Redesign of [tailcall] to - * generic/tclCmdAH.c: (a) fix #3047235 - * generic/tclCompile.h: (b) enable fix for #3046594 + * generic/tclCmdAH.c: (a) fix [Bug 3047235] + * generic/tclCompile.h: (b) enable fix for [Bug 3046594] * generic/tclExecute.c: (c) enable recursive tailcalls * generic/tclInt.h: * generic/tclNamesp.c: |