summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-05-21 20:28:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-05-21 20:28:12 (GMT)
commitf2de8e1838fd8e298098915a1fc9292b01af59a5 (patch)
treeb351f874a6a36f55d1fe282b740f94088ed84169 /ChangeLog
parenta1ca307c098bd1b12e73b18eb500707296e084ca (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7820292..a8da0e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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