diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-28 16:28:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-28 16:28:16 (GMT) |
commit | 4e5f121eb24abae229a568bf40a5ff0ccd542571 (patch) | |
tree | 90263c7d5bdfa6ef8d24ac4aad5388f53a00e849 /ChangeLog | |
parent | dd3a15f77204f9835c4d1e9aae10aa21b9e0d4ca (diff) | |
download | tcl-4e5f121eb24abae229a568bf40a5ff0ccd542571.zip tcl-4e5f121eb24abae229a568bf40a5ff0ccd542571.tar.gz tcl-4e5f121eb24abae229a568bf40a5ff0ccd542571.tar.bz2 |
* 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]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-28 Don Porter <dgp@users.sourceforge.net> + + * 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-07-26 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4.7 TAGGED FOR RELEASE *** |