summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-14 21:02:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-14 21:02:17 (GMT)
commit86cf6a1ccd20d49d9898336b899d3a335a2b41d2 (patch)
treee07818ee6936b7b5d9b44fd89a251a9c56f45ac1 /ChangeLog
parentf2024f79b6706bbd501492326da4833fe642d27f (diff)
downloadtcl-86cf6a1ccd20d49d9898336b899d3a335a2b41d2.zip
tcl-86cf6a1ccd20d49d9898336b899d3a335a2b41d2.tar.gz
tcl-86cf6a1ccd20d49d9898336b899d3a335a2b41d2.tar.bz2
* 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).
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.