diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-06-18 13:13:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-06-18 13:13:23 (GMT) |
commit | 298f69f947759d7c1fabe350452fcf9303c89376 (patch) | |
tree | 279599b17d03c4a70c0a714893b007ab1855c605 /ChangeLog | |
parent | a7bfb25cf558c4f2ba054227660dfe3a31523219 (diff) | |
download | tcl-298f69f947759d7c1fabe350452fcf9303c89376.zip tcl-298f69f947759d7c1fabe350452fcf9303c89376.tar.gz tcl-298f69f947759d7c1fabe350452fcf9303c89376.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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: |