summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-29 16:35:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-29 16:35:28 (GMT)
commit52e2042903c304b57c14e6b17029c7adc014a34e (patch)
tree58bb99c47117a7ed8e7e7fe6d8a2ddd08fd122c5 /ChangeLog
parent36685551d45acf5e7551dc26ece246aaf9bf792c (diff)
downloadtcl-52e2042903c304b57c14e6b17029c7adc014a34e.zip
tcl-52e2042903c304b57c14e6b17029c7adc014a34e.tar.gz
tcl-52e2042903c304b57c14e6b17029c7adc014a34e.tar.bz2
overlooked update to tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f39550..262a831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
2004-03-29 Don Porter <dgp@users.sourceforge.net>
- * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to
- incomplete scripts as part of multi-line script construction. Do
- not add an extra trailing newline to the complete script. [Bug 833150]
+ * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only
+ * tests/basic.test (basic-46.1): to incomplete scripts
+ as part of multi-line script construction. Do not add an extra
+ trailing newline to the complete script. [Bug 833150]
2004-03-28 Miguel Sofer <msofer@users.sf.net>