summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-10 21:52:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-10 21:52:36 (GMT)
commita69c427499edc0f882f3f6a3341f93f6310c7f1c (patch)
treee7bd5b15e987acefee05f747ac039c442fc574f9 /ChangeLog
parent7a17535a4cac473a9dfab8b3816e06908e9a918f (diff)
downloadtcl-a69c427499edc0f882f3f6a3341f93f6310c7f1c.zip
tcl-a69c427499edc0f882f3f6a3341f93f6310c7f1c.tar.gz
tcl-a69c427499edc0f882f3f6a3341f93f6310c7f1c.tar.bz2
One less crazy long/wide aunt in the attic... [Bug 868489]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63ec03d..9a7769d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclObj.c (SetIntOrWideFromAny): Rewritten integral value
+ parsing code so that values do not flip so easily between numeric
+ representations. Thanks to KBK for this! [Bug 868489]
+
* generic/tclIO.c (Tcl_Seek): Make sure wide seeks do not fail to
set ::errorCode on error. [Bug 1025359]