summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-09-13 19:07:18 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-09-13 19:07:18 (GMT)
commit52821e0f27d0aa164d7f729fbe6d8098bbfa39dc (patch)
tree546e7d266490a41408f6f81037e3d6dfaa7f0efc /ChangeLog
parentc916fe379954795d7ee50db527b7e43f110e0672 (diff)
downloadtcl-52821e0f27d0aa164d7f729fbe6d8098bbfa39dc.zip
tcl-52821e0f27d0aa164d7f729fbe6d8098bbfa39dc.tar.gz
tcl-52821e0f27d0aa164d7f729fbe6d8098bbfa39dc.tar.bz2
* tests/ioCmd.test: Changed the computation of the result for
iocmd-8.1[123] so that the tests work for single- and multi-process execution of the testsuite. Depending on the choice of the user stdout is a tty or not and thus reports different channel options. Fixes [460993] reported by Don Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d23dbc..eba746d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * tests/ioCmd.test: Changed the computation of the result for
+ iocmd-8.1[123] so that the tests work for single- and
+ multi-process execution of the testsuite. Depending on the
+ choice of the user stdout is a tty or not and thus reports
+ different channel options. Fixes [460993] reported by Don
+ Porter.
+
2001-09-13 Miguel Sofer <msofer@users.sourceforge.net>
* doc/ParseCmd.3:
@@ -11,7 +20,6 @@
same duties but adheres to the standard return convention for Tcl
evaluations; the deprecated function could only return TCL_OK or
TCL_ERROR, which caused [Bug: 219384] and [Bug: 455151].
-
2001-09-12 Mo DeJong <mdejong@users.sourceforge.net>