diff options
author | dgp <dgp@users.sourceforge.net> | 2004-09-17 22:59:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-09-17 22:59:12 (GMT) |
commit | 943be4691a0b7e656418187abe765d4c43190d17 (patch) | |
tree | 5d34faf294f095a400e608bc71536e1ee5249533 /ChangeLog | |
parent | 4ce4e4d5af827805c97d9f0c2a3d2953922f15d0 (diff) | |
download | tcl-943be4691a0b7e656418187abe765d4c43190d17.zip tcl-943be4691a0b7e656418187abe765d4c43190d17.tar.gz tcl-943be4691a0b7e656418187abe765d4c43190d17.tar.bz2 |
* generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):
* generic/tclCmdAH.c ([catch], [error]):
* generic/tclCmdMZ.c ([return]):
* generic/tclProc.c (TclUpdateReturnInfo):
* generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode
TclTransferResult): Refactored so that all errorCode setting
flows through Tcl_SetObjErrorCode(). This greatly reduces the
number of different places in the code that need to know details
about an internal bitflag field of the Interp struct. Also
places errorCode setting in one place for easier future mods.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-09-17 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): + * generic/tclCmdAH.c ([catch], [error]): + * generic/tclCmdMZ.c ([return]): + * generic/tclProc.c (TclUpdateReturnInfo): + * generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode + TclTransferResult): Refactored so that all errorCode setting + flows through Tcl_SetObjErrorCode(). This greatly reduces the + number of different places in the code that need to know details + about an internal bitflag field of the Interp struct. Also + places errorCode setting in one place for easier future mods. + 2004-09-17 Kevin B.Kenny <kennykb@acm.org> * generic/tclDate.c: Revised tclGetDate.y to use bison instead |