summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-10-22 12:29:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-10-22 12:29:53 (GMT)
commit37d7c1ccf17d7e32d084c88f510f7639514a7676 (patch)
treeb18e008b7eccc7aecf23002909212da81e5891e8 /ChangeLog
parent055d04eb7c2503a7531fe07aa46252b2476e1db4 (diff)
downloadtcl-37d7c1ccf17d7e32d084c88f510f7639514a7676.zip
tcl-37d7c1ccf17d7e32d084c88f510f7639514a7676.tar.gz
tcl-37d7c1ccf17d7e32d084c88f510f7639514a7676.tar.bz2
* generic/tclVar.c: fixed bug in commit of 2004-07-23, which was
causing a leak of Proc structures and failure of compile-12.1. Two lines were 'zombies' from the previous way localVarNames worked. Credit dgp for finding this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1762e6e..d46d502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-22 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclVar.c: fixed bug in commit of 2004-07-23, which was
+ causing a leak of Proc structures and failure of compile-12.1. Two
+ lines were 'zombies' from the previous way localVarNames
+ worked. Credit dgp for finding this.
+
2004-10-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h (Interp):