summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-07-22 23:56:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-07-22 23:56:28 (GMT)
commit7c3dc60455b251517713096f2162c2bfccbd5b00 (patch)
tree02921a10431542395ffbe6692dd4f1bc5dfc5ce2 /ChangeLog
parent45f567905490707f572d6b6a31274edca1f06b59 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d045ce..d9457ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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