summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-04-23 23:40:58 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-04-23 23:40:58 (GMT)
commit3c6bff5072deff3c93b25e7093a21e84b788df3f (patch)
treef1b858e5ab7fa64e398ca3e41444b812b9ac18e9 /ChangeLog
parente4357f99416ff3c38085702ce9524e7d0cca56e1 (diff)
downloadtcl-3c6bff5072deff3c93b25e7093a21e84b788df3f.zip
tcl-3c6bff5072deff3c93b25e7093a21e84b788df3f.tar.gz
tcl-3c6bff5072deff3c93b25e7093a21e84b788df3f.tar.bz2
* generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug
930851]. When changing the eofchar we have to zap the related flags to prevent them from prematurely aborting the next read.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0aa961..7d2b475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-23 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug
+ 930851]. When changing the eofchar we have to zap the related
+ flags to prevent them from prematurely aborting the next read.
+
2004-04-07 Jeff Hobbs <jeffh@ActiveState.com>
* win/configure: