summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-08-05 16:19:54 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-08-05 16:19:54 (GMT)
commitbd39475b4139a926053be2ef84d90bb43ac8fe80 (patch)
treeda5e3d7095224648d7b60d548ddf4c25c81d28c2 /ChangeLog
parent8bf71aefeb2605b9a52a0ad26abdcbd2cca773d6 (diff)
downloadtcl-bd39475b4139a926053be2ef84d90bb43ac8fe80.zip
tcl-bd39475b4139a926053be2ef84d90bb43ac8fe80.tar.gz
tcl-bd39475b4139a926053be2ef84d90bb43ac8fe80.tar.bz2
* generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):
added a Tcl_ResetResult(interp) at each point where the interp's result is pushed onto the stack, to avoid keeping an extra reference that may cause costly Tcl_Obj duplication [Bug 781585] Detected by Franco Violi, analyzed by Peter Spjuth and Donal Fellows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4069f46..79b722f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-08-05 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):
+ added a Tcl_ResetResult(interp) at each point where the interp's
+ result is pushed onto the stack, to avoid keeping an extra
+ reference that may cause costly Tcl_Obj duplication [Bug 781585]
+ Detected by Franco Violi, analyzed by Peter Spjuth and Donal
+ Fellows.
+
2003-07-24 Reinhard Max <max@suse.de>
* library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose.