summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-08-05 15:59:15 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-08-05 15:59:15 (GMT)
commitd2b201f4eff207fdee59c2c28ecb0d31cb28fb43 (patch)
treebc69650a34f645dc70ff1ef7a9aab5864ed17f76 /ChangeLog
parent73d0a6fc2d48ac4bea1e1ed96781bdd37c33647f (diff)
downloadtcl-d2b201f4eff207fdee59c2c28ecb0d31cb28fb43.zip
tcl-d2b201f4eff207fdee59c2c28ecb0d31cb28fb43.tar.gz
tcl-d2b201f4eff207fdee59c2c28ecb0d31cb28fb43.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 1b02c6c..b69fa37 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-28 Vince Darley <vincentdarley@users.sourceforge.net>
* doc/FileSystem.3: