summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-07 02:15:43 (GMT)
committermdejong <mdejong>2003-03-07 02:15:43 (GMT)
commit19029a14f13f7e0c3447773e94916f0da036bb7a (patch)
treece782b5df369989c0c444e8f4787cd446bd871aa /ChangeLog
parent2f593e2e5857c0f9d21f14e462a8366ced84a213 (diff)
downloadtcl-19029a14f13f7e0c3447773e94916f0da036bb7a.zip
tcl-19029a14f13f7e0c3447773e94916f0da036bb7a.tar.gz
tcl-19029a14f13f7e0c3447773e94916f0da036bb7a.tar.bz2
* tests/io.test: Define a fileevent constraint and add
it to the constraint list of any test that depends on the fileevent command. This is only useful to Jacl which does not support fileevent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf06013..103ef78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-03-06 Mo DeJong <mdejong@users.sourceforge.net>
+ * tests/io.test: Define a fileevent constraint and add
+ it to the constraint list of any test that depends
+ on the fileevent command. This is only useful to
+ Jacl which does not support fileevent.
+
+2003-03-06 Mo DeJong <mdejong@users.sourceforge.net>
+
* tests/io.test: Define an openpipe constraint and add
it to the constraint list of any test that creates
a pipe using the open command. This is only useful to