summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2001-06-18 13:13:23 (GMT)
committerdkf <dkf@noemail.net>2001-06-18 13:13:23 (GMT)
commit97b7f870dc8c977be7667d11b0ceddc9926c417d (patch)
tree279599b17d03c4a70c0a714893b007ab1855c605 /ChangeLog
parente9dbaf87d75b1996ac8cf4293c1cc3e675cf10e9 (diff)
downloadtcl-97b7f870dc8c977be7667d11b0ceddc9926c417d.zip
tcl-97b7f870dc8c977be7667d11b0ceddc9926c417d.tar.gz
tcl-97b7f870dc8c977be7667d11b0ceddc9926c417d.tar.bz2
Unix channels now have the right type associated with them [bug #219137]
A couple of nasty faults/assumptions in unixInit.test are fixed too. FossilOrigin-Name: 38f90883a6fce563e5f94488f4f262582f8139ce
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cf1714..ea31e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2001-06-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/unixInit.test (unixInit-1.2,unixInit-2.8): Added test for
+ code described below, and fixed a couple of errors that caused
+ problems during testing; the code to determine the installedTcl
+ constraint was wrong, and test unixInit-2.8 assumed that /tmp/lib
+ was free for use and could be deleted, which clashed nastily with
+ my installation and made other tests fail unnecessarily!
+
+ * unix/tclUnixChan.c (TtyInit,TclpOpenFileChannel,
+ Tcl_MakeFileChannel,TclpGetDefaultStdChannel): Alterations so that
+ the standard channels - stdin, stdout and stderr - have the
+ correct type and fconfigure options. This required making the
+ initialisation of serial lines a little more sophisticated to
+ make the console behave correctly in interactive mode... [Bug
+ #219137 and duplicates]
+
2001-06-16 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.decls: