summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-29 15:47:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-29 15:47:30 (GMT)
commit36685551d45acf5e7551dc26ece246aaf9bf792c (patch)
tree35b7ab7ef8d01cc03d0f3752fd2e6741c4ce3feb /ChangeLog
parentc8e3b3d6810e3f38fd8ca4538eb288a79c5af5d9 (diff)
downloadtcl-36685551d45acf5e7551dc26ece246aaf9bf792c.zip
tcl-36685551d45acf5e7551dc26ece246aaf9bf792c.tar.gz
tcl-36685551d45acf5e7551dc26ece246aaf9bf792c.tar.bz2
* 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]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be3b60..5f39550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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]
+
2004-03-28 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c (TclCompileScript): corrected possible