diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-05 19:25:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-05 19:25:09 (GMT) |
commit | 23b63fa1bae88cf7965c0113afc1738d23b51dd4 (patch) | |
tree | 2436bbf83803f754caefa4f04dd4904f2b51d251 /ChangeLog | |
parent | 17fd365668a4dbca60cb9d949353bc47e9d6e356 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |