summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-03-06 04:36:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-03-06 04:36:19 (GMT)
commit6f4c6b438f678ccc6e493a7844b48f3464dac417 (patch)
tree34c33d682ae1538da97b1c13d0917b47d8ddc6fc /ChangeLog
parent01562d4f1cdea4a4c1b9083b8be3de602a6fe1c1 (diff)
downloadtcl-6f4c6b438f678ccc6e493a7844b48f3464dac417.zip
tcl-6f4c6b438f678ccc6e493a7844b48f3464dac417.tar.gz
tcl-6f4c6b438f678ccc6e493a7844b48f3464dac417.tar.bz2
* generic/tclParse.c (TclParseBackslash): Correct trunction checks in
* tests/parse.test: \x and \u substitutions. [Bug 3200987]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe46847..d8ab407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-05 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclParse.c (TclParseBackslash): Correct trunction checks in
+ * tests/parse.test: \x and \u substitutions. [Bug 3200987]
+
2011-01-25 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclCkalloc.c: [Bug 3129448]: Possible over-allocation on 64-bit