diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,6 @@ TCL_CONTINUE returns from procs. Patch by Don Porter [Bug 536955]. -2002-04-15 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclExecute.c: * tests/compile.test: made bytecodes check for a catch before returning; the compiled [return] is otherwise non-catchable. @@ -14,6 +12,9 @@ 2002-04-15 Don Porter <dgp@users.sourceforge.net> + * tests/socket.test: Increased timeout values so that tests have + time to successfully complete even on slow/busy machines. [Bug 523470] + * doc/tcltest.n: * library/tcltest/tcltest.tcl: * tests/tcltest.test: Revised [tcltest::test] to return errors |