diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-06 05:11:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-06 05:11:04 (GMT) |
commit | dd5edff4de524a2d31d9877d1930b6a798eaccdc (patch) | |
tree | 2496999b62eb2c82841c5e3260c80f210e5bc3c8 /ChangeLog | |
parent | 5beba35bfcc1c668ee6683550aff7299a6b2d3ac (diff) | |
parent | fcc70507cfb761acbe63f57202b423e6c7378258 (diff) | |
download | tcl-dd5edff4de524a2d31d9877d1930b6a798eaccdc.zip tcl-dd5edff4de524a2d31d9877d1930b6a798eaccdc.tar.gz tcl-dd5edff4de524a2d31d9877d1930b6a798eaccdc.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-03-05 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TclStackFree): insure that the execStack |