summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-04-21 15:49:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-04-21 15:49:45 (GMT)
commit28deb99f386df3eb58792a8f7785860868d24d3d (patch)
treeab1edf78353b73cb004acf67949925bd582fe18a /ChangeLog
parentbcb74eb9c3f377874729c7a81aee5568afd2f0bb (diff)
downloadtcl-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5de769c..cbf5ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>