diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-10 21:29:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-10 21:29:41 (GMT) |
commit | 212dd67a70fdd160d083c931fa372186d45319ce (patch) | |
tree | 9cdbf8fc597fcd008fa47deec4c15faa8cdd0f83 /ChangeLog | |
parent | 1a42af4f8eef021dc46fec2949865376819d9795 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |