summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-03-21 11:46:09 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-03-21 11:46:09 (GMT)
commit260a0df5b742697276b762bcddd34c141aed9942 (patch)
tree0c34ebae61b4f51a200c06d73f1482a622601bae /ChangeLog
parent61e311e5b2192389f6791a15f4d1227769b95772 (diff)
downloadtcl-260a0df5b742697276b762bcddd34c141aed9942.zip
tcl-260a0df5b742697276b762bcddd34c141aed9942.tar.gz
tcl-260a0df5b742697276b762bcddd34c141aed9942.tar.bz2
* tclInt.h: comments
* tests/tailcall.test: added tests to show that [tailcall] does not currently always execute in constant space: interp-alias, ns-imports and ensembles "leak" as of this commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00b05d0..bb6eb0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-03-21 Miguel Sofer <msofer@users.sf.net>
+ * tclInt.h: comments
+
+ * tests/tailcall.test: added tests to show that [tailcall] does
+ not currently always execute in constant space: interp-alias,
+ ns-imports and ensembles "leak" as of this commit.
+
* tests/nre.test: [foreach] has been NR-enabled for a while, the
test was marked 'knownBug': unmark it.