diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 20:20:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 20:20:54 (GMT) |
commit | 56fd59a807703c686a168d4f5673933b501eb84f (patch) | |
tree | 80a5fcf32d3d7282582158491b76bfd748434af2 /ChangeLog | |
parent | 5dd7ca68f95347824542e23a0f2b7aebd2ba23c8 (diff) | |
download | tcl-56fd59a807703c686a168d4f5673933b501eb84f.zip tcl-56fd59a807703c686a168d4f5673933b501eb84f.tar.gz tcl-56fd59a807703c686a168d4f5673933b501eb84f.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2007-09-07 Don Porter <dgp@users.sourceforge.net> + + * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl's + * tests/event.test: default [interp bgerror] handler so that when + it falls back to a hidden [bgerror] in a safe interp, it gets the + right error context data. [Bug 1790274]. + +2007-09-07 Miguel Sofer <msofer@users.sf.net> + + * generic/tclProc.c (TclInitCompiledLocals): the refCount of + resolved variables was being managed without checking if they were + Var or VarInHash: itcl [Bug 1790184] + +2007-09-06 Don Porter <dgp@users.sourceforge.net> + + * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a + * tests/init.test: non-TCL_ERROR code doesn't cause existing + -errorinfo, -errorcode, and -errorline entries to be omitted. + * generic/tclEvent.c: With -errorInfo no longer lost, generate more + complete ::errorInfo when calling [bgerror] after a non-TCL_ERROR + background exception. + 2007-09-06 Don Porter <dgp@users.sourceforge.net> * generic/tclInterp.c (Tcl_Init): Removed constraint on ability |