diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-24 22:25:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-24 22:25:11 (GMT) |
commit | c004a438e6863bc246919f6b40881f03e239c002 (patch) | |
tree | 21213c2618cd45d0eddb66c89f849d0f99dbb346 /ChangeLog | |
parent | 69969158b567bccb48c4a08baee34e4eb2004153 (diff) | |
download | tcl-c004a438e6863bc246919f6b40881f03e239c002.zip tcl-c004a438e6863bc246919f6b40881f03e239c002.tar.gz tcl-c004a438e6863bc246919f6b40881f03e239c002.tar.bz2 |
* generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo):
Shift the initialization of errorCode to NONE to more central
location.
* generic/tclEvent.c (BgError,Tcl_BackgroundError,HandleBgErrors):
Rewrite to build on the new TclGet/SetReturnOptions routines.
* generic/tclResult.c (TclGetReturnOptions): Add call to
Tcl_AddObjErrorInfo to be sure error fields are initialized.
* generic/tclResult.c (TclTransferResult):
Rewrite to build on the new TclGet/SetReturnOptions routines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-10-24 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): + Shift the initialization of errorCode to NONE to more central + location. + + * generic/tclEvent.c (BgError,Tcl_BackgroundError,HandleBgErrors): + Rewrite to build on the new TclGet/SetReturnOptions routines. + + * generic/tclResult.c (TclGetReturnOptions): Add call to + Tcl_AddObjErrorInfo to be sure error fields are initialized. + + * generic/tclResult.c (TclTransferResult): + Rewrite to build on the new TclGet/SetReturnOptions routines. + 2004-10-22 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/tm.n: Tightened up the documentation. |