diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-07 01:44:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-07 01:44:29 (GMT) |
commit | f11f11f6b5731d7b71eab4558e7fdbdd3b2f98c3 (patch) | |
tree | b1d2f73a0a02e28529da02402e2d6b644c8220d2 /ChangeLog | |
parent | 48cc4927f6e3bc52ca55b4c366efd3b02987b998 (diff) | |
download | tcl-f11f11f6b5731d7b71eab4558e7fdbdd3b2f98c3.zip tcl-f11f11f6b5731d7b71eab4558e7fdbdd3b2f98c3.tar.gz tcl-f11f11f6b5731d7b71eab4558e7fdbdd3b2f98c3.tar.bz2 |
* generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of
locals in the localCache from the CallFrame and not from the Proc
which may have been mangled by a (broken?) recompile. Backport
from the HEAD.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -2008-08-04 Don Porter <dgp@users.sourceforge.net>S +2008-08-06 Don Porter <dgp@users.sourceforge.net> + + * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of + locals in the localCache from the CallFrame and not from the Proc + which may have been mangled by a (broken?) recompile. Backport + from the HEAD. + +2008-08-04 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.test: stack trace when a compile epoch bump triggers |