diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-02-27 20:55:55 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-02-27 20:55:55 (GMT) |
commit | 7dad982387340c5d18dd4477e41321739e4b4c42 (patch) | |
tree | d439c5a5a6b00de1ac59ed51c022ed7ff980effd /ChangeLog | |
parent | e614e9de5c5d3ddc9b8646a48c60a009f874014a (diff) | |
download | tcl-7dad982387340c5d18dd4477e41321739e4b4c42.zip tcl-7dad982387340c5d18dd4477e41321739e4b4c42.tar.gz tcl-7dad982387340c5d18dd4477e41321739e4b4c42.tar.bz2 |
* tests/socket.test (2.7): Accepted and applied patch for Tcl SF
bug #523470 provided by Don Porter <dgp@users.sourceforge.net>
to avoid timing problems in that test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-02-27 Andreas Kupries <andreas_kupries@users.sourceforge.net> + * tests/socket.test (2.7): Accepted and applied patch for Tcl SF + bug #523470 provided by Don Porter <dgp@users.sourceforge.net> + to avoid timing problems in that test. + * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize "/dev/tty" (by name) and to not handle it as tty / serial line. This is the controlling terminal and is special. Setting |