summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43e97f1..b6b7158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-13 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (TclCompEvalObj): missed update to "there
+ is always a valid frame".
+
+ * generic/tclProc.c (TclObjInterpProcCore): call TEBC directly
+ instead of going through TclCompEvalObj - no need to check the
+ compilation's freshness, this has already been done. This improves
+ speed and should also provide some relief to [Bug 1066755].
+
2007-06-12 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclBasic.c (Tcl_CreateInterp): Turn the [info] command into