summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b995476..019c52b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-06-14 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclInt.decls: Modif to the internals of
+ * generic/tclInt.h: TclObjInterpProc to reduce stack
+ * generic/tclIntDecls.h: consumption and improve task
+ * generic/tclProc.c: separation. Changes the interface of
+ TclObjInterpProcCore (patching TclOO simultaneously).
+
* generic/tclProc.c (TclObjInterpProcCore): simplified obj
management in wrongNumArgs calls.