diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-14 23:19:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-14 23:19:41 (GMT) |
commit | d932fc4e68604d4877fca90b45537258f7ab3100 (patch) | |
tree | 6dcd70ef0fb01765d6586612b32247fee956a7e3 /ChangeLog | |
parent | cca3e3c842ce7be6eae3ace0eaadf8748c3ea20d (diff) | |
download | tcl-d932fc4e68604d4877fca90b45537258f7ab3100.zip tcl-d932fc4e68604d4877fca90b45537258f7ab3100.tar.gz tcl-d932fc4e68604d4877fca90b45537258f7ab3100.tar.bz2 |
Made format less keen on converting numeric types. [Bug #699060]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * generic/tclCmdAH.c (Tcl_FileObjCmd): Remove assumption that file times and longs are the same size. [Bug #698146] + (Tcl_FormatObjCmd): Stop surprising type conversions from + happening when working with integer and wide values. [Bug #699060] * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier that indicates we've got a wide int when we're formatting in an |