diff options
author | dgp <dgp@users.sourceforge.net> | 2011-08-16 19:49:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-08-16 19:49:57 (GMT) |
commit | 07e716801399c0843c58d8c3c6b43f183f1fd378 (patch) | |
tree | 65f510076c61ade88ea8d216084b361a8d36816b /ChangeLog | |
parent | 754781a8ca6a7ff2617e2dea8f8fc569c868445e (diff) | |
download | tcl-07e716801399c0843c58d8c3c6b43f183f1fd378.zip tcl-07e716801399c0843c58d8c3c6b43f183f1fd378.tar.gz tcl-07e716801399c0843c58d8c3c6b43f183f1fd378.tar.bz2 |
3392070 More complete prevention of Tcl_Obj reference cycles
bug_3392070
when producing an intrep of ByteCode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |