summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-05-21 20:38:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-05-21 20:38:06 (GMT)
commit89a9e0dd71bca0ecc5f87508db1b101eda76688d (patch)
treee73485452a99136fe69e0b9ef17b3662d2afe29f /ChangeLog
parent422670d42865358d830bc1a65fc7aa48904a2d71 (diff)
downloadtcl-89a9e0dd71bca0ecc5f87508db1b101eda76688d.zip
tcl-89a9e0dd71bca0ecc5f87508db1b101eda76688d.tar.gz
tcl-89a9e0dd71bca0ecc5f87508db1b101eda76688d.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 7d880e3..de38c06 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-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclNamesp.c (Tcl_SetNamespaceUnknownHandler): Corrected odd