diff options
author | dgp <dgp@users.sourceforge.net> | 2009-03-18 16:52:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-03-18 16:52:05 (GMT) |
commit | c108da9362a1f3ad12bd7e73ad6524e9991762f3 (patch) | |
tree | eabee9727a668f27214ae4d28f70691ebd3ca046 /ChangeLog | |
parent | f958d7ae6277ff54eb419844904bdde05383b732 (diff) | |
download | tcl-c108da9362a1f3ad12bd7e73ad6524e9991762f3.zip tcl-c108da9362a1f3ad12bd7e73ad6524e9991762f3.tar.gz tcl-c108da9362a1f3ad12bd7e73ad6524e9991762f3.tar.bz2 |
* generic/tclVar.c (TclLookupSimpleVar): Shift all calls to
Tcl_SetErrorCode() out of TclLookupSimpleVar and onto its callers,
where control with TCL_LEAVE_ERR_MSG flag is more easily handled.
[Bug 2689307]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-03-18 Don Porter <dgp@users.sourceforge.net> + + * generic/tclVar.c (TclLookupSimpleVar): Shift all calls to + Tcl_SetErrorCode() out of TclLookupSimpleVar and onto its callers, + where control with TCL_LEAVE_ERR_MSG flag is more easily handled. + [Bug 2689307] + 2009-03-16 Donal K. Fellows <dkf@users.sf.net> * generic/tclCmdMZ.c (TryPostBody): [Bug 2688063]: Extract information |