summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-24 22:25:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-24 22:25:11 (GMT)
commitc004a438e6863bc246919f6b40881f03e239c002 (patch)
tree21213c2618cd45d0eddb66c89f849d0f99dbb346 /ChangeLog
parent69969158b567bccb48c4a08baee34e4eb2004153 (diff)
downloadtcl-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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23040b0..96ebbbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.