summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-09-27 05:50:56 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-09-27 05:50:56 (GMT)
commit8005a1ea0359cc32b78d70f77f91fbc6e73e58b5 (patch)
treeb2735d686a38fb6d792949148e4ee91cc365efa0 /ChangeLog
parentb60e127643bd0ad00cf457b77b1de6e0977f6b2c (diff)
downloadtcl-8005a1ea0359cc32b78d70f77f91fbc6e73e58b5.zip
tcl-8005a1ea0359cc32b78d70f77f91fbc6e73e58b5.tar.gz
tcl-8005a1ea0359cc32b78d70f77f91fbc6e73e58b5.tar.bz2
* doc/fileevent.n: Accepted [Patch #465279] adding an example to
the fileevent manpage. Minor modifications to get a better formatting. Report and patch by David N. Welton <davidw@users.sourceforge.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a3c241..ce7bb53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-09-26 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+ * doc/fileevent.n: Accepted [Patch #465279] adding an example to
+ the fileevent manpage. Minor modifications to get a better
+ formatting. Report and patch by David N. Welton
+ <davidw@users.sourceforge.net>.
+
* The changes below fix [Bug #462317] where Expect tried to read
more than was in the buffers and then blocked in the OS call as
its pty channel driver provides no blockmodeproc through which
@@ -7,6 +12,9 @@
the general I/O core has to take more care than usual to
preserve the semantics of non-blocking channels.
+ The problem was reported by "Kevin O'Gorman"
+ <kevin@kosmanor.com>.
+
* generic/tclIO.c (Tcl_ReadRaw): Do not read from the driver if
the channel is non-blocking and the fileevent causing the read
was generated by a timer. We do not know if there is data