summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-07 01:44:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-07 01:44:29 (GMT)
commitf11f11f6b5731d7b71eab4558e7fdbdd3b2f98c3 (patch)
treeb1d2f73a0a02e28529da02402e2d6b644c8220d2 /ChangeLog
parent48cc4927f6e3bc52ca55b4c366efd3b02987b998 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b635bf5..77054c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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