diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-14 23:01:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-05-14 23:01:55 (GMT) |
commit | 9b9b51c2fab5fd17f252834c55be6dfbbc1c286a (patch) | |
tree | cb32e64731eef59ecc4e9b6f2854dc5dd4e170cf /ChangeLog | |
parent | 750c72292478ff1c587134fe363497ff9c006a5d (diff) | |
download | tcl-9b9b51c2fab5fd17f252834c55be6dfbbc1c286a.zip tcl-9b9b51c2fab5fd17f252834c55be6dfbbc1c286a.tar.gz tcl-9b9b51c2fab5fd17f252834c55be6dfbbc1c286a.tar.bz2 |
Consequent fixes from [Bug 699060]; [format] should not be too eager to demote
wides to ints, and should throw errors when appropriate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-05-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclCmdAH.c (Tcl_FormatObjCmd): Values which can't be + anything but wide shouldn't be demoted to long. [consequence of + HEAD fixes for Bug 699060] + 2003-05-14 Jeff Hobbs <jeffh@ActiveState.com> * library/encoding/gb2312.enc: copy euc-cn.enc over original |