summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-04-10 08:14:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-04-10 08:14:33 (GMT)
commitf7f181d5456b19b4726f71223362bf82d761d8ff (patch)
tree178e2b90c0ba975f6e0f3d69ff631fc98c5e267f /ChangeLog
parentb00e154b442e15686feae3ca8910e5884a50ead3 (diff)
downloadtcl-f7f181d5456b19b4726f71223362bf82d761d8ff.zip
tcl-f7f181d5456b19b4726f71223362bf82d761d8ff.tar.gz
tcl-f7f181d5456b19b4726f71223362bf82d761d8ff.tar.bz2
minor tidy
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 10 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index f85de87..0647aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,26 +1,24 @@
2007-04-08 Miguel Sofer <msofer@users.sf.net>
- * generic/tclCompile (tclInstructionTable): fixed bugs in
- description of dict instructions
+ * generic/tclCompile (tclInstructionTable): Fixed bugs in description
+ of dict instructions.
2007-04-07 Miguel Sofer <msofer@users.sf.net>
- * generic/tclCompile (tclInstructionTable): fixed bug in
- description of INST_START_COMMAND.
+ * generic/tclCompile (tclInstructionTable): Fixed bug in description
+ of INST_START_COMMAND.
-2007-04-07 Miguel Sofer <msofer@users.sf.net>
-
- * generic/tclExecute.c (TEBC): small code reduction.
+ * generic/tclExecute.c (TEBC): Small code reduction.
2007-04-06 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TEBC):
* generic/tclNamespace.c (NsEnsembleImplementationCmd):
- * generic/tclProc.c (InitCompiledLocals, ObjInterpProcEx,
- TclObjInterpProcCore, ProcCompileProc): code reordering to reduce
- branching and improve branch prediction (assume that forward
- branches are typically not taken).
-
+ * generic/tclProc.c (InitCompiledLocals, ObjInterpProcEx)
+ (TclObjInterpProcCore, ProcCompileProc): Code reordering to reduce
+ branching and improve branch prediction (assume that forward branches
+ are typically not taken).
+
2007-04-03 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: INST_INVOKE optimisation. [Patch 1693802]