diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-20 21:20:02 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-20 21:20:02 (GMT) |
commit | 3f7f31fb81efcc04c41dcc79f2417a766353ad66 (patch) | |
tree | 395d156e658c6393f8807155e0a8f51127caf620 /ChangeLog | |
parent | 908cedaec87fc9bb58ce5780cf8c00f61b2f128b (diff) | |
download | tcl-3f7f31fb81efcc04c41dcc79f2417a766353ad66.zip tcl-3f7f31fb81efcc04c41dcc79f2417a766353ad66.tar.gz tcl-3f7f31fb81efcc04c41dcc79f2417a766353ad66.tar.bz2 |
fix for last commit; thanks dgp and tclguy for catch/classify/throw
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,8 +2,10 @@ * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.c * generic/tclProc.c: new static InitCompiledLocals to allow for a - single pass over the proc's arguments at procload time (instead of - two, asdone previously) + single pass over the proc's arguments at proc load time (instead of + two as previously). TclObjInterpProc() now allocates the + compiledLocals on the tcl execution stack, using the new + TclStackAlloc/Free functions. 2004-12-16 Donal K. Fellows <donal.k.fellows@man.ac.uk> |