diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-12-10 19:13:26 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-12-10 19:13:26 (GMT) |
commit | a70b4959890f4ab6855ae91437fd9b7cfe3c668e (patch) | |
tree | c2c7910bdf357aece499064863798acd8fd383d2 /ChangeLog | |
parent | 0f8faf662b1416020d07306938d282ee1f6eee1b (diff) | |
download | tcl-a70b4959890f4ab6855ae91437fd9b7cfe3c668e.zip tcl-a70b4959890f4ab6855ae91437fd9b7cfe3c668e.tar.gz tcl-a70b4959890f4ab6855ae91437fd9b7cfe3c668e.tar.bz2 |
* generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated
comments to describe when the function can be entered for the same
Tcl_Obj* multiple times. This is a continuation of the 2009-11-10
entry where a memory leak was plugged, but where not sure if that
was just a band-aid to paper over some other error. It isn't, this
is a legal situation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-12-10 Andreas Kupries <andreask@activestate.com> + + * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated + comments to describe when the function can be entered for the same + Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 + entry where a memory leak was plugged, but where not sure if that + was just a band-aid to paper over some other error. It isn't, this + is a legal situation. + 2009-12-10 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: Reducing the # of moving parts for |