summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 21:17:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 21:17:38 (GMT)
commit506f565ba428b0401653d431867ed8f2c2fa3a1c (patch)
treef258d8ab9f0c2e17c6287433a7b754ffbdb80170 /ChangeLog
parent6a486a8037e4f19601182dd4ff17bf7ba9d7ce38 (diff)
downloadtcl-506f565ba428b0401653d431867ed8f2c2fa3a1c.zip
tcl-506f565ba428b0401653d431867ed8f2c2fa3a1c.tar.gz
tcl-506f565ba428b0401653d431867ed8f2c2fa3a1c.tar.bz2
code reorganisation and factorisation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f8208d..005e8a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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