diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-06 04:36:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-06 04:36:19 (GMT) |
commit | 6f4c6b438f678ccc6e493a7844b48f3464dac417 (patch) | |
tree | 34c33d682ae1538da97b1c13d0917b47d8ddc6fc /ChangeLog | |
parent | 01562d4f1cdea4a4c1b9083b8be3de602a6fe1c1 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |