summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-12-05 19:25:09 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-12-05 19:25:09 (GMT)
commit23b63fa1bae88cf7965c0113afc1738d23b51dd4 (patch)
tree2436bbf83803f754caefa4f04dd4904f2b51d251 /ChangeLog
parent17fd365668a4dbca60cb9d949353bc47e9d6e356 (diff)
downloadtcl-23b63fa1bae88cf7965c0113afc1738d23b51dd4.zip
tcl-23b63fa1bae88cf7965c0113afc1738d23b51dd4.tar.gz
tcl-23b63fa1bae88cf7965c0113afc1738d23b51dd4.tar.bz2
* tests/stack.test: made the tests for stack overflow not care
about which mechanism caused the error (interp's recursion limit or C-stack depth detector).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8faf78..baf9a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-05 Miguel Sofer <msofer@users.sf.net>
+
+ * tests/stack.test: made the tests for stack overflow not care
+ about which mechanism caused the error (interp's recursion limit
+ or C-stack depth detector).
+
2007-12-05 Jeff Hobbs <jeffh@ActiveState.com>
* win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32