summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c28b0..29fb3ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-07-08 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c (DeleteInterpProc): reverted the modification
+ of 3 days ago, as the leak of [Bug 983660] is now handled by the
+ change in TclCleanupByteCode.
+ * generic/tclCompile.c (TclCleanupByteCode): let each bytecode
+ remove its references to literals at interp deletion, without
+ updating the dying literal table.
+ * generic/tclLiteral.c (TclDeleteLiteralTable): with the above
+ change to TclCleanupByteCode, this function now removes a single
+ reference to the literal object and cleans up its own structures.
+
2004-07-08 Kevin Kenny <kennykb@acm.org>
* win/tclWinInit.c (AppendEnvironment): Silenced a compilation