summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-01 00:44:04 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-01 00:44:04 (GMT)
commit6defa80ae783c5777b9d9e152d512bb722e3417d (patch)
treea44b66f0846bb3bffc966c9f8b4dca137f401ef2 /ChangeLog
parent74eb24e991b20268a699c69978e770adab5c8b2f (diff)
downloadtcl-6defa80ae783c5777b9d9e152d512bb722e3417d.zip
tcl-6defa80ae783c5777b9d9e152d512bb722e3417d.tar.gz
tcl-6defa80ae783c5777b9d9e152d512bb722e3417d.tar.bz2
* tests/NRE.test: replaced all deep-recursing tests by shallower
tests that actually measure the C-stack depth. This makes them bearable again (even under memdebug) and avoid crashing on failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4fc26a..d645141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-07-31 Miguel Sofer <msofer@users.sf.net>
+ * tests/NRE.test: replaced all deep-recursing tests by shallower
+ tests that actually measure the C-stack depth. This makes them
+ bearable again (even under memdebug) and avoid crashing on failure.
+
* generic/tclBasic.c: NR-enabling [catch], [if] and [for] and
* generic/tclCmdAH.c: [while] (the script, not the tests)
* generic/tclCmdIL.c: