summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2005
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-09 12:49:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-09 12:49:41 (GMT)
commit4f3c0fa94fcc4ce830c4765499a42261934c48e7 (patch)
tree57c7b12ae94e928d50c4020a961b23e9ac0cfed2 /ChangeLog.2005
parent36d1b8447caf0aba9a4adf65b13029f35f89c0d9 (diff)
downloadtcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.zip
tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.tar.gz
tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.tar.bz2
Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.
Diffstat (limited to 'ChangeLog.2005')
-rw-r--r--ChangeLog.20052
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2005 b/ChangeLog.2005
index 0d1d7cf..109ea8e 100644
--- a/ChangeLog.2005
+++ b/ChangeLog.2005
@@ -2913,7 +2913,7 @@
* generic/tclCompCmds.c: Updated callers to call new routine.
* generic/tclDictObj.c: Updated callers to call new routine.
* tests/obj.test: Corrected bad tests that actually expected
- values like "47" and "0xac" to be accepted as booleans.
+ values like "47" and "0xAC" to be accepted as booleans.
* generic/tclLiteral.c: Disabled the code that forces some literals
into the "int" Tcl_ObjType during registration. We can re-enable it if