diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-07-07 21:39:46 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-07-07 21:39:46 (GMT) |
commit | ae0cb213667adc6b1311ce40f90e82eb14673082 (patch) | |
tree | dd0e6999d3cc94fda26a5344570dc8c417ab6d5e /ChangeLog | |
parent | 6d2896f5857feb78ad399b8167e50d970a9a5791 (diff) | |
download | tcl-ae0cb213667adc6b1311ce40f90e82eb14673082.zip tcl-ae0cb213667adc6b1311ce40f90e82eb14673082.tar.gz tcl-ae0cb213667adc6b1311ce40f90e82eb14673082.tar.bz2 |
* generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting
the interp result found by Don Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-07-07 Andreas Kupries <andreask@activestate.com> + + * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting + the interp result found by Don Porter. + 2008-07-07 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/regexp.n, doc/regsub.n: Correct examples. [Bug 1982642] |