diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-11-20 21:17:38 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-11-20 21:17:38 (GMT) |
commit | 506f565ba428b0401653d431867ed8f2c2fa3a1c (patch) | |
tree | f258d8ab9f0c2e17c6287433a7b754ffbdb80170 /ChangeLog | |
parent | 6a486a8037e4f19601182dd4ff17bf7ba9d7ce38 (diff) | |
download | tcl-506f565ba428b0401653d431867ed8f2c2fa3a1c.zip tcl-506f565ba428b0401653d431867ed8f2c2fa3a1c.tar.gz tcl-506f565ba428b0401653d431867ed8f2c2fa3a1c.tar.bz2 |
code reorganisation and factorisation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ 2001-11-20 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclBasic.c + * generic/tclExecute.c: + * generic/tclInt.h: factoring out of common code in tclBasic.c + (new function TclInterpReady defined: it resets the interp's + result, then checks that it hasn't been deleted and that the + nesting level is acceptable). Passed the responsibility of calling + it to the *callers* of TclEvalObjvInternal. + +2001-11-20 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclBasic.c * generic/tclExecute.c: a better variant of the previous-to-last commit (restoring numLevels computations). The managing of the levels now has to be done by the *callers* of TclEvalObjvInternal |