diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-04-23 23:38:40 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-04-23 23:38:40 (GMT) |
commit | 50d6201cac70a27a95e96cb3ceb1380716b58df1 (patch) | |
tree | 5b86fa67d119f5917e6e42389b7bcc8bbbdc9368 /ChangeLog | |
parent | 08d392e408619e7cbb5e873334e66cb113eecff9 (diff) | |
download | tcl-50d6201cac70a27a95e96cb3ceb1380716b58df1.zip tcl-50d6201cac70a27a95e96cb3ceb1380716b58df1.tar.gz tcl-50d6201cac70a27a95e96cb3ceb1380716b58df1.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-25 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclPathObj.c: fix to [Bug 940281]. Tcl_FSJoinPath |