summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-27 14:58:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-27 14:58:18 (GMT)
commit91166d1db7388574e92265306029c9dd9dcca9ef (patch)
tree166e69271f9c8bd2f86b890af50c0ef2e7f05049 /ChangeLog
parentf7b4327454669c5f4b4c8ffb934734279b61ada9 (diff)
downloadtcl-91166d1db7388574e92265306029c9dd9dcca9ef.zip
tcl-91166d1db7388574e92265306029c9dd9dcca9ef.tar.gz
tcl-91166d1db7388574e92265306029c9dd9dcca9ef.tar.bz2
Code reordering to slightly shorten generated object code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 21 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index be9c57a..73ea47e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,26 +1,31 @@
+2010-04-27 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclExecute.c (TclExecuteByteCode): Rearrange location of an
+ assignment to shorten the object code.
+
2010-04-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclIOUtil.c (Tcl_FSGetNativePath): [Bug 2992292]:
tclIOUtil.c assignment type mismatch compiler warning
- * generic/regguts.h If tclInt.h or tclPort.h is already
- * generic/tclBasic.c included, don't include <limits.h>
- * generic/tclExecute.c again. Follow-up to [Bug 2991415]:
- * generic/tclIORChan.c tclport.h #included before limits.h
- * generic/tclIORTrans.c See comments in [Bug 2991415]
- * generic/tclObj.c
- * generic/tclOOInt.h
- * generic/tclStrToD.c
- * generic/tclTomMath.h
- * generic/tclTomMathInterface.c
- * generic/tclUtil.c
- * compat/strtod.c
- * compat/strtol.c
+ * generic/regguts.h: If tclInt.h or tclPort.h is already
+ * generic/tclBasic.c: included, don't include <limits.h>
+ * generic/tclExecute.c: again. Follow-up to [Bug 2991415]:
+ * generic/tclIORChan.c: tclport.h #included before limits.h
+ * generic/tclIORTrans.c: See comments in [Bug 2991415]
+ * generic/tclObj.c:
+ * generic/tclOOInt.h:
+ * generic/tclStrToD.c:
+ * generic/tclTomMath.h:
+ * generic/tclTomMathInterface.c:
+ * generic/tclUtil.c:
+ * compat/strtod.c:
+ * compat/strtol.c:
2010-04-27 Kevin B. Kenny <kennykb@acm.org>
- * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the
- logic so that the casts added in Donal Fellows's change for the
- same bug are no longer necessary.
+ * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the logic
+ so that the casts added in Donal Fellows's change for the same bug are
+ no longer necessary.
2010-04-26 Donal K. Fellows <dkf@users.sf.net>