summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 19:45:19 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 19:45:19 (GMT)
commit6a486a8037e4f19601182dd4ff17bf7ba9d7ce38 (patch)
treee0a52e0971a8aa816d4be0d839763b106111c61a /ChangeLog
parentf65f73ec08266d7dd392834136232173690604a8 (diff)
downloadtcl-6a486a8037e4f19601182dd4ff17bf7ba9d7ce38.zip
tcl-6a486a8037e4f19601182dd4ff17bf7ba9d7ce38.tar.gz
tcl-6a486a8037e4f19601182dd4ff17bf7ba9d7ce38.tar.bz2
a better variant of the previous-to-last commit (restoring numLevels computations)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcdab88..2f8208d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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
+
+2001-11-20 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclExecute.c: missing variable declaration under
TCL_COMPILE_DEBUG.