diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-11 17:35:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-11 17:35:31 (GMT) |
commit | df9a5d0effa8f6496703bbc7d67100e9a1d0890b (patch) | |
tree | 19e86b9281471e4e268a958026e1e7f96818cd7f /ChangeLog | |
parent | 3d1c14d0802d7f68e7d18e10853524da03279c88 (diff) | |
download | tcl-df9a5d0effa8f6496703bbc7d67100e9a1d0890b.zip tcl-df9a5d0effa8f6496703bbc7d67100e9a1d0890b.tar.gz tcl-df9a5d0effa8f6496703bbc7d67100e9a1d0890b.tar.bz2 |
* generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS,
OBJ_AT_DEPTH(n) and CURR_DEPTH that remove all direct references
to tosPtr from TEBC (after initialisation and the code at the
label cleanupV_pushObjResultPtr).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-04-12 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, + OBJ_AT_DEPTH(n) and CURR_DEPTH that remove all direct references + to tosPtr from TEBC (after initialisation and the code at the + label cleanupV_pushObjResultPtr). + 2007-04-11 Miguel Sofer <msofer@users.sf.net> * generic/tclCompCmds.c: moved all exceptDepth management to the |