summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-02-27 20:55:55 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-02-27 20:55:55 (GMT)
commit7dad982387340c5d18dd4477e41321739e4b4c42 (patch)
treed439c5a5a6b00de1ac59ed51c022ed7ff980effd /ChangeLog
parente614e9de5c5d3ddc9b8646a48c60a009f874014a (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e44525..3a6648d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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