diff options
author | dgp <dgp@users.sourceforge.net> | 2011-03-06 04:49:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-03-06 04:49:16 (GMT) |
commit | d7a6d085200c6f5ac12f6f3b56ed0757001d7e98 (patch) | |
tree | 2a13ba6550e1211925ea9ff051ff6c94599a67a1 /ChangeLog | |
parent | 488806d8839d64b73f12bbd2fbdd514dfcf8e63f (diff) | |
parent | baac10e49ca94237df87385935b6898ca2546543 (diff) | |
download | tcl-d7a6d085200c6f5ac12f6f3b56ed0757001d7e98.zip tcl-d7a6d085200c6f5ac12f6f3b56ed0757001d7e98.tar.gz tcl-d7a6d085200c6f5ac12f6f3b56ed0757001d7e98.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-26 Donal K. Fellows <dkf@users.sf.net> * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description |