summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-08-17 12:19:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-08-17 12:19:17 (GMT)
commit1df484aa4e500a19662de2ddad6dcc4772ca71fa (patch)
tree47c34567a16b21be531baac5dc0e26ac3cbb79a9 /ChangeLog
parent5f6458590d2630066c197d4c91986c175c8820e3 (diff)
parent07e716801399c0843c58d8c3c6b43f183f1fd378 (diff)
downloadtcl-1df484aa4e500a19662de2ddad6dcc4772ca71fa.zip
tcl-1df484aa4e500a19662de2ddad6dcc4772ca71fa.tar.gz
tcl-1df484aa4e500a19662de2ddad6dcc4772ca71fa.tar.bz2
3392070 More complete prevention of Tcl_Obj reference cycles
when producing an intrep of ByteCode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8832e6..567bfd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-16 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCompile.c: [Bug 3392070] More complete prevention of
+ Tcl_Obj reference cycles when producing an intrep of ByteCode.
+
2011-08-16 Donal K. Fellows <dkf@users.sf.net>
* generic/tclListObj.c (TclLindexList, TclLsetFlat): Silence warnings