summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-16 00:44:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-16 00:44:38 (GMT)
commit98c0b4df207d373b44cdb132ffa4f3404b245e57 (patch)
tree3b276b0f4ffb851c065d19760f1a101f63601254 /ChangeLog
parenta47e05b2688ec13628b7ae14686f7119b6f21010 (diff)
downloadtcl-98c0b4df207d373b44cdb132ffa4f3404b245e57.zip
tcl-98c0b4df207d373b44cdb132ffa4f3404b245e57.tar.gz
tcl-98c0b4df207d373b44cdb132ffa4f3404b245e57.tar.bz2
* tests/NRE.test: better constraint for testing the
* tests/stack.test: existence of teststacklimit, to insure that the testsuite runs under tclsh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3bea30..d6e41b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-07-15 Miguel Sofer <msofer@users.sf.net>
+ * tests/NRE.test: better constraint for testing the
+ * tests/stack.test: existence of teststacklimit, to insure that
+ the testsuite runs under tclsh.
+
* generic/tclParse.c: fixing incomplete reversion of "fix" for
[Bug 2017583], missing TclResetCancellation call.