diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-03-21 06:55:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-03-21 06:55:31 (GMT) |
commit | 0a098f986c82c3df2107386ae53a6e40da726c27 (patch) | |
tree | d4781b76df25ff06364342a5a3f13c19286924aa /ChangeLog | |
parent | 4ff9be7699dc5b15cd2272692d62e89432866d64 (diff) | |
download | tcl-0a098f986c82c3df2107386ae53a6e40da726c27.zip tcl-0a098f986c82c3df2107386ae53a6e40da726c27.tar.gz tcl-0a098f986c82c3df2107386ae53a6e40da726c27.tar.bz2 |
* generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled
* tests/nre.test: the failing assertion that was disabled on
2008-12-18: the assertion is correct, the fault was in the
management of expansions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-03-21 Miguel Sofer <msofer@users.sf.net> + * generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled + * tests/nre.test: the failing assertion that was disabled on + 2008-12-18: the assertion is correct, the fault was in the + management of expansions. + * generic/tclExecute.c: fix both test and code for tailcall * tests/tailcall.test: from within a compiled [eval] body. |