summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-12-15 20:44:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-12-15 20:44:17 (GMT)
commit7cc2e79cf4a710fb1ed9a4540afca77935691d93 (patch)
tree03db1466c686ac3541167c4b12439b026a69750f /generic/tclEvent.c
parent8d202a59e655c639ff65aee6e21308240a5f7052 (diff)
downloadtcl-7cc2e79cf4a710fb1ed9a4540afca77935691d93.zip
tcl-7cc2e79cf4a710fb1ed9a4540afca77935691d93.tar.gz
tcl-7cc2e79cf4a710fb1ed9a4540afca77935691d93.tar.bz2
* generic/tclTest.c: Added two new functions to allocate memory
from the execution stack (TclStackAlloc, TclStackFree). Added functions TclPushStackFrame and TclPopStackFrame that do the work of Tcl_PushCallFrame and Tcl_PopCallFrame, but using frames allocated in the execution stack - i.e., heap instead of C-stack. The core uses these two new functions exclusively; the old ones remain for backwards compat, as at least two popular extensions (itcl, xotcl) are known to use them.
Diffstat (limited to 'generic/tclEvent.c')
0 files changed, 0 insertions, 0 deletions