diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-21 22:42:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-21 22:42:03 (GMT) |
commit | 918dbfe6102b60da44efe1c8344461ad3bddb4b0 (patch) | |
tree | 8ba1076ef3186cf6a0dde41d04d6f9d14cb6cb57 /ChangeLog | |
parent | 094335002cae81ecfcede60611fca53b6c864104 (diff) | |
download | tcl-918dbfe6102b60da44efe1c8344461ad3bddb4b0.zip tcl-918dbfe6102b60da44efe1c8344461ad3bddb4b0.tar.gz tcl-918dbfe6102b60da44efe1c8344461ad3bddb4b0.tar.bz2 |
* generic/tclLiteral.c: Disabled the code that forces some literals
into the "int" Tcl_ObjType during registration. We can re-enable it
if this change causes trouble, but it seems more sensible to let
Tcl's "on-demand" shimmering rule, and not try to pre-guess things.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ * tests/obj.test: Corrected bad tests that actually expected 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 this change causes trouble, but it seems more sensible to let + Tcl's "on-demand" shimmering rule, and not try to pre-guess things. + 2005-04-20 Don Porter <dgp@users.sourceforge.net> * generic/tclGet.c (Tcl_GetInt): Corrected error that did not |