diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-06 21:02:50 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-06 21:02:50 (GMT) |
commit | 3f16aab4812d1bbe558e14c8d0ab3dfb692cece9 (patch) | |
tree | 1054858724ae26110752c786fba3ac63d2792f86 /ChangeLog | |
parent | 82d70288992628555e6c555719490b7a504fd671 (diff) | |
download | tcl-3f16aab4812d1bbe558e14c8d0ab3dfb692cece9.zip tcl-3f16aab4812d1bbe558e14c8d0ab3dfb692cece9.tar.gz tcl-3f16aab4812d1bbe558e14c8d0ab3dfb692cece9.tar.bz2 |
credit dgp for that bug :}
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ * 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. + sync with the localCache's. Found by dgp while investigating + [Bug 2037727] * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl |