summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-18 16:39:49 (GMT)
committervincentdarley <vincentdarley>2002-07-18 16:39:49 (GMT)
commit452519a8a01a4a9e857e7c6950d507c5cebc8494 (patch)
tree243933e217436c1df3c48c18f05f35e0f93c3c40 /ChangeLog
parent6ecfd7904bbd82f1d423c7f075f80edbbd34fee4 (diff)
downloadtcl-452519a8a01a4a9e857e7c6950d507c5cebc8494.zip
tcl-452519a8a01a4a9e857e7c6950d507c5cebc8494.tar.gz
tcl-452519a8a01a4a9e857e7c6950d507c5cebc8494.tar.bz2
pcOnly constraints added
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3101447..4baa795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,9 +9,11 @@
* tests/fileSystem.test: fixed a 'knownBug' with 'file
attributes ""'
* tests/winFCmd.test:
+ * tests/winPipe.test:
+ * tests/fCmd.test:
* tessts/winFile.test: added 'pcOnly' constraint to some
tests to make for more useful 'tests skipped' log from
- running all tests.
+ running all tests on non-Windows platforms.
2002-07-17 Miguel Sofer <msofer@users.sourceforge.net>