summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-03-21 03:43:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-03-21 03:43:53 (GMT)
commit4ff9be7699dc5b15cd2272692d62e89432866d64 (patch)
treee8eb405ce3cc2c78da76dcf2b42729c819463893 /ChangeLog
parentb694e6b4fab8a3ac24df527d0ce9d9089c215316 (diff)
downloadtcl-4ff9be7699dc5b15cd2272692d62e89432866d64.zip
tcl-4ff9be7699dc5b15cd2272692d62e89432866d64.tar.gz
tcl-4ff9be7699dc5b15cd2272692d62e89432866d64.tar.bz2
* generic/tclExecute.c: fix both test and code for tailcall
* tests/tailcall.test: from within a compiled [eval] body.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d95bad..6fec71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2009-03-20 Miguel Sofer <msofer@users.sf.net>
+2009-03-21 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c: fix both test and code for tailcall
+ * tests/tailcall.test: from within a compiled [eval] body.
* tests/tailcall.test: slightly improved tests