summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-06-02 16:55:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-06-02 16:55:02 (GMT)
commit2b5168b50a2657829ffc6687f1f13f87acb053ce (patch)
tree33c9cf357b23e927503b1c254d88451a1b56566d /ChangeLog
parentc64a4321a3facb02fef01af7f7384f8ef961ff4f (diff)
downloadtcl-2b5168b50a2657829ffc6687f1f13f87acb053ce.zip
tcl-2b5168b50a2657829ffc6687f1f13f87acb053ce.tar.gz
tcl-2b5168b50a2657829ffc6687f1f13f87acb053ce.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 2493519..4eccf76 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