diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-21 15:49:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-21 15:49:45 (GMT) |
commit | 28deb99f386df3eb58792a8f7785860868d24d3d (patch) | |
tree | ab1edf78353b73cb004acf67949925bd582fe18a /ChangeLog | |
parent | bcb74eb9c3f377874729c7a81aee5568afd2f0bb (diff) | |
download | tcl-28deb99f386df3eb58792a8f7785860868d24d3d.zip tcl-28deb99f386df3eb58792a8f7785860868d24d3d.tar.gz tcl-28deb99f386df3eb58792a8f7785860868d24d3d.tar.bz2 |
Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ to parse leading signs. All of them do, and if any are detected that do not, the correct fix is replacement with compat/strtoul*.c, not a lot of special care by the callers. + Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. 2005-04-20 Don Porter <dgp@users.sourceforge.net> |