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 | fcc70507cfb761acbe63f57202b423e6c7378258 (patch) | |
tree | 2a13ba6550e1211925ea9ff051ff6c94599a67a1 /ChangeLog | |
parent | 0937455905c1a0341afda78b07e91c750febefad (diff) | |
parent | 6f4c6b438f678ccc6e493a7844b48f3464dac417 (diff) | |
download | tcl-fcc70507cfb761acbe63f57202b423e6c7378258.zip tcl-fcc70507cfb761acbe63f57202b423e6c7378258.tar.gz tcl-fcc70507cfb761acbe63f57202b423e6c7378258.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 |