diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-06 20:58:48 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-06 20:58:48 (GMT) |
commit | 82d70288992628555e6c555719490b7a504fd671 (patch) | |
tree | 5421af25ed362cd5e339a5c07cdd4502dd1f409d /ChangeLog | |
parent | d60baf9f3c7b3c74386cd31147650c3a936e4fb2 (diff) | |
download | tcl-82d70288992628555e6c555719490b7a504fd671.zip tcl-82d70288992628555e6c555719490b7a504fd671.tar.gz tcl-82d70288992628555e6c555719490b7a504fd671.tar.bz2 |
* generic/tclVar.c (TclLookupSimpleVar): fix bug that the core
could not trigger before TclOO: the number of locals was being
read from the Proc, which can under some circumstance be out of
sync with the localCache's.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-08-06 Miguel Sofer <msofer@users.sf.net> + * generic/tclVar.c (TclLookupSimpleVar): fix bug that the core + could not trigger before TclOO: the number of locals was being + read from the Proc, which can under some circumstance be out of + sync with the localCache's. + * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl |