diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-20 20:48:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-20 20:48:47 (GMT) |
commit | 8f8c4fc92943cd0497881b0185ec142142698b4b (patch) | |
tree | 2e01e8f3ad4d67843b7a70499a1f97ecf3003081 /changes | |
parent | 64ade57c455847b103bb0bfb4545beede557043f (diff) | |
download | tcl-8f8c4fc92943cd0497881b0185ec142142698b4b.zip tcl-8f8c4fc92943cd0497881b0185ec142142698b4b.tar.gz tcl-8f8c4fc92943cd0497881b0185ec142142698b4b.tar.bz2 |
* changes: Updates for 8.6a1 release.
* generic/tclInterp.c: Fixed completely boneheaded mistake that
* tests/interp.test: [interp bgerror $slave] and [$slave bgerror]
would always act like [interp bgerror {}]. [Bug 1999035].
* tests/chanio.test: Corrected flawed tests revealed by a -debug 1
* tests/cmdAH.test: -singleproc 1 test suite run.
* tests/event.test:
* tests/interp.test:
* tests/io.test:
* tests/ioTrans.test:
* tests/namespace.test:
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.138 2008/06/20 13:51:26 das Exp $ +RCS: @(#) $Id: changes,v 1.139 2008/06/20 20:48:47 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7236,4 +7236,6 @@ variables without "." added to customization hooks (kupries) 2008-06-13 (new feature)[TIP 285] [interp cancel]; Tcl_CancelEval() (mistachkin) +2008-06-20 (bug fix)[1999035] make [interp bgerror $i] act in $i (porter) + --- Released 8.6a1, June ??, 2008 --- See ChangeLog for details --- |