summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-07 01:50:46 (GMT)
committerhobbs <hobbs>2002-02-07 01:50:46 (GMT)
commitc11c702cfe6d98893a8ac09baefbf98a868f6b32 (patch)
treeac7ba1869a3d670c5a17aa2a7643447233e371e7 /ChangeLog
parente844a773cbc0756b3cb28059a223fb56ddad5186 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39beaf4..3855b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.