summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2003-03-07 22:03:33 (GMT)
committermdejong <mdejong@noemail.net>2003-03-07 22:03:33 (GMT)
commit1ae4d4c8617155527d4272d1fd181bafddfcc22d (patch)
tree241840917b5cb8abc7c3f32abaaaf315a129a985 /ChangeLog
parentece759091d1e3fb0a02a3293b1fc4958df175543 (diff)
downloadtcl-1ae4d4c8617155527d4272d1fd181bafddfcc22d.zip
tcl-1ae4d4c8617155527d4272d1fd181bafddfcc22d.tar.gz
tcl-1ae4d4c8617155527d4272d1fd181bafddfcc22d.tar.bz2
* tests/io.test:
* tests/ioCmd.test: Define a fcopy constraint and add it to the constraint list of any test that depends on the fcopy command. This is only useful to Jacl which does not support fcopy. FossilOrigin-Name: 0ccff04f89f9726cf2cde2ec472d9c8f0f95a733
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63dfa6a..3cbb339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-03-07 Mo DeJong <mdejong@users.sourceforge.net>
+ * tests/io.test:
+ * tests/ioCmd.test: Define a fcopy constraint and add
+ it to the constraint list of any test that depends
+ on the fcopy command. This is only useful to
+ Jacl which does not support fcopy.
+
+2003-03-07 Mo DeJong <mdejong@users.sourceforge.net>
+
* tests/encoding.test: Name temp files *.tcltestout
instead of *.out so that when they are removed later,
we don't accidently toast any files named *.out that