summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-02-29 21:02:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-02-29 21:02:17 (GMT)
commit538a92af4c40dae91012d0a2aacbee52a9ff86ca (patch)
tree4442cd726274b0a3f8231e11daaea173a6533e60 /ChangeLog
parentf971bc37c350f55dfdd2ed65cf406aa4e81feb9e (diff)
downloadtcl-538a92af4c40dae91012d0a2aacbee52a9ff86ca.zip
tcl-538a92af4c40dae91012d0a2aacbee52a9ff86ca.tar.gz
tcl-538a92af4c40dae91012d0a2aacbee52a9ff86ca.tar.bz2
* generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount
management of Tcl_SetReturnOptions to become that of a conventional Consumer routine. Thanks to Peter Spjuth for pointing out the difficulties calling Tcl_SetReturnOptions with non-0-count value for options. * generic/tclExecute.c (INST_RETURN_STK): Revised the one caller within Tcl itself which passes a non-0-count value to Tcl_SetReturnOptions().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67de549..8402a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-02-28 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount
+ management of Tcl_SetReturnOptions to become that of a conventional
+ Consumer routine. Thanks to Peter Spjuth for pointing out the
+ difficulties calling Tcl_SetReturnOptions with non-0-count value for
+ options.
+ * generic/tclExecute.c (INST_RETURN_STK): Revised the one caller
+ within Tcl itself which passes a non-0-count value to
+ Tcl_SetReturnOptions().
+
* generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the
refcount management of Tcl_AppendObjToErrorInfo to become that of
a conventional Consumer routine. This preserves the ease of use