diff options
author | dgp <dgp@users.sourceforge.net> | 2008-05-21 20:28:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-05-21 20:28:12 (GMT) |
commit | f2de8e1838fd8e298098915a1fc9292b01af59a5 (patch) | |
tree | b351f874a6a36f55d1fe282b740f94088ed84169 /ChangeLog | |
parent | a1ca307c098bd1b12e73b18eb500707296e084ca (diff) | |
download | tcl-f2de8e1838fd8e298098915a1fc9292b01af59a5.zip tcl-f2de8e1838fd8e298098915a1fc9292b01af59a5.tar.gz tcl-f2de8e1838fd8e298098915a1fc9292b01af59a5.tar.bz2 |
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()
* tests/parse.test (parse-15.60): routine has no mechanism to
return the "incomplete" status of "\\\n" so calling this routine
anywhere that can be reached within a Tcl_ParseCommand() call is a
mistake. In particular, ParseComment() must not use it. [Bug 1968882].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-05-21 Don Porter <dgp@users.sourceforge.net> + + * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() + * tests/parse.test (parse-15.60): routine has no mechanism to + return the "incomplete" status of "\\\n" so calling this routine + anywhere that can be reached within a Tcl_ParseCommand() call is a + mistake. In particular, ParseComment() must not use it. [Bug 1968882]. + 2008-05-20 Donal K. Fellows <dkf@users.sf.net> * generic/tclNamesp.c (Tcl_SetNamespaceUnknownHandler): Corrected odd |