summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-02 16:58:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-02 16:58:46 (GMT)
commit877e07444a016659d8dbbe96478f44c4f56aa40f (patch)
tree33e38da0d7f16d0461aae2005d20126a6c7482ff /ChangeLog
parentd8a99b464be44ee36d293c2d2aed4e0e502a23b3 (diff)
parent2b5168b50a2657829ffc6687f1f13f87acb053ce (diff)
downloadtcl-877e07444a016659d8dbbe96478f44c4f56aa40f.zip
tcl-877e07444a016659d8dbbe96478f44c4f56aa40f.tar.gz
tcl-877e07444a016659d8dbbe96478f44c4f56aa40f.tar.bz2
Remove TclCleanupLiteralTable (see 994838).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc7865a..b8f05ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-02 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBasic.c: Removed TclCleanupLiteralTable(), and old
+ * generic/tclInt.h: band-aid routine put in place while a fix
+ * generic/tclLiteral.c: for [Bug 994838] took shape. No longer needed.
+
2011-06-02 Donal K. Fellows <dkf@users.sf.net>
* generic/tclInt.h (TclInvalidateNsCmdLookup): [Bug 3185407]: Extend