diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-11-20 19:45:19 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-11-20 19:45:19 (GMT) |
commit | 6a486a8037e4f19601182dd4ff17bf7ba9d7ce38 (patch) | |
tree | e0a52e0971a8aa816d4be0d839763b106111c61a /ChangeLog | |
parent | f65f73ec08266d7dd392834136232173690604a8 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |