summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 16:36:05 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-11-20 16:36:05 (GMT)
commit1d3de91d2fdf641f74f27fe044bc30c4c8415a0a (patch)
tree93b0172a3be9ba5c965a233dbd7f2adbeb15c483 /ChangeLog
parentcc9ab9d07a41e1b6dacb17935cf3c504c7f37bd8 (diff)
downloadtcl-1d3de91d2fdf641f74f27fe044bc30c4c8415a0a.zip
tcl-1d3de91d2fdf641f74f27fe044bc30c4c8415a0a.tar.gz
tcl-1d3de91d2fdf641f74f27fe044bc30c4c8415a0a.tar.bz2
restoring the computations of iPtr->numLevels to the original logic (previous to buggy modifs on 2001-11-16).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93cb8ef..65cee05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-20 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclExecute.c:
+ * generic/tclProc.c: restoring the computations of iPtr->numLevels
+ to the original logic (previous to buggy modifs on 2001-11-16).
+
2001-11-20 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tclUnixInit.c (TclpSetInitialEncodings): update of patch
@@ -73,7 +79,7 @@
TclDeleteVars, TclDeleteCompiledLocalVars, DeleteArray,
TclVarTraceExists): Support for those new trace flags.
-2001-11-16 Miguel Sofer <msofer@users.sourceforge.net>
+2001-11-19 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclCompCmds.c: patch for [Bug 483309] (petasis).