diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-04-23 23:40:58 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-04-23 23:40:58 (GMT) |
commit | 3c6bff5072deff3c93b25e7093a21e84b788df3f (patch) | |
tree | f1b858e5ab7fa64e398ca3e41444b812b9ac18e9 /ChangeLog | |
parent | e4357f99416ff3c38085702ce9524e7d0cca56e1 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |