diff options
author | mdejong <mdejong> | 2003-02-17 22:31:57 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-02-17 22:31:57 (GMT) |
commit | 67083d99f9986ffc35b561cd80ad68a6a21f19b7 (patch) | |
tree | e90d2b8affafeaa8021794d70cc7c57feb8e6bcf /ChangeLog | |
parent | 440e748e304fe8b1d12fa0e0706a9ed7a1898893 (diff) | |
download | tcl-67083d99f9986ffc35b561cd80ad68a6a21f19b7.zip tcl-67083d99f9986ffc35b561cd80ad68a6a21f19b7.tar.gz tcl-67083d99f9986ffc35b561cd80ad68a6a21f19b7.tar.bz2 |
* generic/tclIO.c (Tcl_GetsObj): Minor change
so that eol is only assigned at the top of the
TCL_TRANSLATE_AUTO case block. The other cases
assign eol so this does not change any functionality.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-02-17 Mo DeJong <mdejong@users.sourceforge.net> + + * generic/tclIO.c (Tcl_GetsObj): Minor change + so that eol is only assigned at the top of the + TCL_TRANSLATE_AUTO case block. The other cases + assign eol so this does not change any functionality. + 2003-02-17 Kevin Kenny <kennykb@users.sourceforge.net> * tests/notify.test: Removed Windows line terminators. [Bug 687913]. |