summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-03-18 16:52:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-03-18 16:52:05 (GMT)
commitc108da9362a1f3ad12bd7e73ad6524e9991762f3 (patch)
treeeabee9727a668f27214ae4d28f70691ebd3ca046 /ChangeLog
parentf958d7ae6277ff54eb419844904bdde05383b732 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a693a81..d52c8e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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