diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-12-10 19:13:14 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-12-10 19:13:14 (GMT) |
commit | abf1be61be7027de251f907e3cdb80351046d6c2 (patch) | |
tree | 579abe979c803fdee93843052a5b6e44f6bfcc45 /ChangeLog | |
parent | 2ebc72a9519a681d7fdd09c8e17ceb49bbdd521e (diff) | |
download | tcl-abf1be61be7027de251f907e3cdb80351046d6c2.zip tcl-abf1be61be7027de251f907e3cdb80351046d6c2.tar.gz tcl-abf1be61be7027de251f907e3cdb80351046d6c2.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-09 Andreas Kupries <andreask@activestate.com> * library/safe.tcl: Backport of the streamlined safe base from |