diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-07-23 18:32:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-07-23 18:32:00 (GMT) |
commit | 743d7b0174ab03d41ce1756d82f010973999b7ad (patch) | |
tree | 456bc31f0369b9b2a307106b375c0d41cb26e964 /ChangeLog | |
parent | 4d0f5d3aadf26843ee841017d0b0086c82726b28 (diff) | |
download | tcl-743d7b0174ab03d41ce1756d82f010973999b7ad.zip tcl-743d7b0174ab03d41ce1756d82f010973999b7ad.tar.gz tcl-743d7b0174ab03d41ce1756d82f010973999b7ad.tar.bz2 |
* generic/tclVar.c: simplify tclLocalVarNameType, removing the
reference to the corresponding proc. The reference is now seen as
unnecessary, and it may cause leaking circular references under
some circumstances (see for example [Bug 994838]).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-23 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c: simplify tclLocalVarNameType, removing the + reference to the corresponding proc. The reference is now seen as + unnecessary, and it may cause leaking circular references under + some circumstances (see for example [Bug 994838]). + 2004-07-22 Don Porter <dgp@users.sourceforge.net> * tests/eofchar.data (removed): Test io-61.1 now generates its own |