diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-22 23:56:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-22 23:56:28 (GMT) |
commit | 7c3dc60455b251517713096f2162c2bfccbd5b00 (patch) | |
tree | 02921a10431542395ffbe6692dd4f1bc5dfc5ce2 /ChangeLog | |
parent | 45f567905490707f572d6b6a31274edca1f06b59 (diff) | |
download | tcl-7c3dc60455b251517713096f2162c2bfccbd5b00.zip tcl-7c3dc60455b251517713096f2162c2bfccbd5b00.tar.gz tcl-7c3dc60455b251517713096f2162c2bfccbd5b00.tar.bz2 |
Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-07-23 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclExecute.c (TEBC:INST_DICT_INCR_IMM): Fix the + incrementor to work correctly with wide values. + 2005-07-21 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileDictCmd): First run at a compiler |