diff options
author | hobbs <hobbs> | 2002-02-07 01:50:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-07 01:50:46 (GMT) |
commit | c11c702cfe6d98893a8ac09baefbf98a868f6b32 (patch) | |
tree | ac7ba1869a3d670c5a17aa2a7643447233e371e7 /ChangeLog | |
parent | e844a773cbc0756b3cb28059a223fb56ddad5186 (diff) | |
download | tcl-c11c702cfe6d98893a8ac09baefbf98a868f6b32.zip tcl-c11c702cfe6d98893a8ac09baefbf98a868f6b32.tar.gz tcl-c11c702cfe6d98893a8ac09baefbf98a868f6b32.tar.bz2 |
* tests/scan.test:
* generic/tclScan.c (Tcl_ScanObjCmd): corrected scan 0x... %x
handling that didn't accept the 0x as a prelude to a base 16
number. [Bug #495213]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-02-06 Jeff Hobbs <jeffh@ActiveState.com> + * tests/scan.test: + * generic/tclScan.c (Tcl_ScanObjCmd): corrected scan 0x... %x + handling that didn't accept the 0x as a prelude to a base 16 + number. [Bug #495213] + * generic/tclCompCmds.c (TclCompileRegexpCmd): made early check for bad RE to stop checking further. |