diff options
author | dgp <dgp@users.sourceforge.net> | 2003-04-01 19:17:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-04-01 19:17:08 (GMT) |
commit | d841a4739e902010e8d6a1abd084639af7c53139 (patch) | |
tree | 64949b22fcf769bb75bcc021a15bcae135ca8eee /ChangeLog | |
parent | 604b655238d9570d219c95f5b2907ffec849f629 (diff) | |
download | tcl-d841a4739e902010e8d6a1abd084639af7c53139.zip tcl-d841a4739e902010e8d6a1abd084639af7c53139.tar.gz tcl-d841a4739e902010e8d6a1abd084639af7c53139.tar.bz2 |
* tests/README: Direct [source] of *.test files is no longer
recommended. The tests/*.test files should only be evaluated under
the control of the [runAllTests] command in tests/all.tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-04-01 Don Porter <dgp@users.sourceforge.net> + * tests/README: Direct [source] of *.test files is no longer + recommended. The tests/*.test files should only be evaluated under + the control of the [runAllTests] command in tests/all.tcl. + * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed to reset iPtr->returnCode, causing tests parse-18.17 and parse-18.21 to fail strangely. |