summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-04-01 19:17:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-04-01 19:17:08 (GMT)
commitd841a4739e902010e8d6a1abd084639af7c53139 (patch)
tree64949b22fcf769bb75bcc021a15bcae135ca8eee /ChangeLog
parent604b655238d9570d219c95f5b2907ffec849f629 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f58628d..79b3ac9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.