summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-04-11 17:35:31 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-04-11 17:35:31 (GMT)
commitdf9a5d0effa8f6496703bbc7d67100e9a1d0890b (patch)
tree19e86b9281471e4e268a958026e1e7f96818cd7f /ChangeLog
parent3d1c14d0802d7f68e7d18e10853524da03279c88 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f95ffd..14f6408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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