diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-29 21:02:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-29 21:02:17 (GMT) |
commit | 538a92af4c40dae91012d0a2aacbee52a9ff86ca (patch) | |
tree | 4442cd726274b0a3f8231e11daaea173a6533e60 /ChangeLog | |
parent | f971bc37c350f55dfdd2ed65cf406aa4e81feb9e (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |