diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-03-21 11:46:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-03-21 11:46:09 (GMT) |
commit | 260a0df5b742697276b762bcddd34c141aed9942 (patch) | |
tree | 0c34ebae61b4f51a200c06d73f1482a622601bae /ChangeLog | |
parent | 61e311e5b2192389f6791a15f4d1227769b95772 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |