summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-10 21:29:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-10 21:29:41 (GMT)
commit212dd67a70fdd160d083c931fa372186d45319ce (patch)
tree9cdbf8fc597fcd008fa47deec4c15faa8cdd0f83 /ChangeLog
parent1a42af4f8eef021dc46fec2949865376819d9795 (diff)
downloadtcl-212dd67a70fdd160d083c931fa372186d45319ce.zip
tcl-212dd67a70fdd160d083c931fa372186d45319ce.tar.gz
tcl-212dd67a70fdd160d083c931fa372186d45319ce.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 270ef94..f79d516 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]