summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-07 01:45:59 (GMT)
committermdejong <mdejong>2003-03-07 01:45:59 (GMT)
commit2f593e2e5857c0f9d21f14e462a8366ced84a213 (patch)
treef68122c239ce8b9c1adc9c5c87cf3686529c82e5 /ChangeLog
parent717a75ea043e247d252c17e9c0e9ac8243a2fa8a (diff)
downloadtcl-2f593e2e5857c0f9d21f14e462a8366ced84a213.zip
tcl-2f593e2e5857c0f9d21f14e462a8366ced84a213.tar.gz
tcl-2f593e2e5857c0f9d21f14e462a8366ced84a213.tar.bz2
* 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 Jacl which does not support pipes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fb72913..cf06013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+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
+ Jacl which does not support pipes.
+
2003-03-06 Don Porter <dgp@users.sourceforge.net>
- * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to
- * tests/utf.test (utf-25.*): properly compare Unicode strings of
- different case in a case insensitive manner. [Bug 699042]
+ * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to
+ * tests/utf.test (utf-25.*): properly compare Unicode strings of
+ different case in a case insensitive manner. [Bug 699042]
2003-03-06 Kevin Kenny <kennykb@users.sourceforge.net>