summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-07-23 18:32:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-07-23 18:32:00 (GMT)
commit743d7b0174ab03d41ce1756d82f010973999b7ad (patch)
tree456bc31f0369b9b2a307106b375c0d41cb26e964 /ChangeLog
parent4d0f5d3aadf26843ee841017d0b0086c82726b28 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a858ede..22a49e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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