summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-07 21:39:46 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-07 21:39:46 (GMT)
commitae0cb213667adc6b1311ce40f90e82eb14673082 (patch)
treedd0e6999d3cc94fda26a5344570dc8c417ab6d5e /ChangeLog
parent6d2896f5857feb78ad399b8167e50d970a9a5791 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 058c2ae..f51cb4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]