summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-02-17 22:31:57 (GMT)
committermdejong <mdejong>2003-02-17 22:31:57 (GMT)
commit67083d99f9986ffc35b561cd80ad68a6a21f19b7 (patch)
treee90d2b8affafeaa8021794d70cc7c57feb8e6bcf /ChangeLog
parent440e748e304fe8b1d12fa0e0706a9ed7a1898893 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fab37a..3334055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].