diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-07 10:11:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-07 10:11:54 (GMT) |
commit | d0a21c54ad4d13296bcc9f3294c4ebb63327734a (patch) | |
tree | e6b32f05316cada8391cc6f99afcce0742888c2d /ChangeLog | |
parent | effa89fcecf29f38482d867654036429013977f6 (diff) | |
download | tcl-d0a21c54ad4d13296bcc9f3294c4ebb63327734a.zip tcl-d0a21c54ad4d13296bcc9f3294c4ebb63327734a.tar.gz tcl-d0a21c54ad4d13296bcc9f3294c4ebb63327734a.tar.bz2 |
Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints
be defined (though not necessarily useful) everywhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2003-04-07 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/dict.test (dict-2.6): + * generic/tclDictObj.c (Tcl_NewDictObj, Tcl_DbNewDictObj): Oops! + Failed to fully initialise the Dict structure. + (DictIncrCmd): Moved valueAlreadyInDictionary label to stop + compiler complaints. [Bug 715751] + + * generic/tclDictObj.c (DictIncrCmd): Followed style in the rest of + the core by commenting out wide-specific operations on platforms + where wides are longs, and used longs more thoroughly than ints + through [dict incr] anyway to forestall further bugs. + * generic/tclObj.c: Made sure there's always a tclWideIntType + implementation available, not that it is always useful. [Bug 713562] + 2003-04-05 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclDictObj.c: Removed commented out notes on |