diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-10 21:52:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-10 21:52:36 (GMT) |
commit | a69c427499edc0f882f3f6a3341f93f6310c7f1c (patch) | |
tree | e7bd5b15e987acefee05f747ac039c442fc574f9 /ChangeLog | |
parent | 7a17535a4cac473a9dfab8b3816e06908e9a918f (diff) | |
download | tcl-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-- | 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] |