summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-07-21 00:42:37 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-07-21 00:42:37 (GMT)
commitb7baa5cf544d8865daa4745ad9616caabfedd664 (patch)
tree497cd829d08b8227765ef2485af55dd5733a6147 /ChangeLog
parent1588001f922d15b8d69b00506ab0260f81595b8f (diff)
downloadtcl-b7baa5cf544d8865daa4745ad9616caabfedd664.zip
tcl-b7baa5cf544d8865daa4745ad9616caabfedd664.tar.gz
tcl-b7baa5cf544d8865daa4745ad9616caabfedd664.tar.bz2
2004-07-21 Kevin Kenny <kennykb@acm.org>
* generic/tclBasic.c (DeleteInterpProc): * generic/tclLiteral.c (TclCleanupLiteralTable): * generic/tclInt.h: added a TclCleanupLiteralTable function, called from DeleteInterpProc, that frees internal representations of shared literals early when an interpreter is being deleted. This change corrects a number of memory mismanagement issues in the cases where the internal representation of one literal contains a reference to another, and avoids conditions such as resolved variable names referring to procedure and namespace contexts that no longer exist. [Bug 994838]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a002cf7..d817ee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-07-21 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclBasic.c (DeleteInterpProc):
+ * generic/tclLiteral.c (TclCleanupLiteralTable):
+ * generic/tclInt.h: added a TclCleanupLiteralTable function,
+ called from DeleteInterpProc, that frees internal representations
+ of shared literals early when an interpreter is being deleted.
+ This change corrects a number of memory mismanagement issues in
+ the cases where the internal representation of one literal
+ contains a reference to another, and avoids conditions such as
+ resolved variable names referring to procedure and namespace
+ contexts that no longer exist. [Bug 994838]
+
2004-07-20 Daniel Steffen <das@users.sourceforge.net>
* unix/Makefile.in: