diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-14 21:02:17 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-14 21:02:17 (GMT) |
commit | 86cf6a1ccd20d49d9898336b899d3a335a2b41d2 (patch) | |
tree | e07818ee6936b7b5d9b44fd89a251a9c56f45ac1 /ChangeLog | |
parent | f2024f79b6706bbd501492326da4833fe642d27f (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |