| Commit message (Expand) | Author | Age | Files | Lines |
* | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channe... | dgp | 2016-07-18 | 1 | -14/+33 |
|\ |
|
| * | [77d58e3a7a] Test case independence: interp. | dkf | 2016-07-15 | 1 | -14/+33 |
|
|
* | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -26/+26 |
|/ |
|
* | Correct -singleproc 1 testing flaws. | dgp | 2014-11-07 | 1 | -2/+2 |
|
|
* | Add several tests to check consistency of stack traces. | dgp | 2013-08-14 | 1 | -0/+14 |
|
|
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | [Bug 3414769]: Updated list of default-hidden commands for safe interps. | dkf | 2011-09-29 | 1 | -1/+1 |
|
|
* | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -4/+8 |
|\ |
|
| * | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -0/+7 |
|
|
* | | Fix most of the failing tests (some of which were due to breakage done to the | dkf | 2011-03-10 | 1 | -5/+5 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * tests/appendComp.test: Backport test suite fixes of errors | dgp | 2004-10-28 | 1 | -6/+8 |
|
|
| | * | Typo correction: knownbug -> knownBug | dgp | 2003-09-04 | 1 | -2/+2 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -1/+11 |
|
|
| | * | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -1/+10 |
|
|
| | * | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -4/+4 |
|
|
| | * | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -2/+5 |
|
|
| * | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -5/+48 |
|
|
| * | | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 1 | -25/+47 |
|
|
| * | | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -1/+13 |
|
|
| * | | * generic/tclInterp.c: Fixed completely boneheaded mistake that | dgp | 2008-06-20 | 1 | -1/+24 |
|
|
* | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -4/+4 |
|
|
* | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -177/+151 |
|
|
* | | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -5/+49 |
|
|
* | | | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 1 | -251/+267 |
|
|
* | | | Slight improvement of test so it shouldn't block forever if it fails | dkf | 2009-12-28 | 1 | -2/+6 |
|
|
* | | | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -81/+21 |
|
|
* | | | * tests/interp.test: interp-20.50 test for Bug 2486550. | dgp | 2009-05-06 | 1 | -1/+9 |
|
|
* | | | * generic/tclInterp.c: Reverted the conversion of [interp] into an | dgp | 2009-02-02 | 1 | -15/+16 |
|
|
* | | | improved test fixes | dgp | 2009-01-30 | 1 | -13/+7 |
|
|
* | | | * generic/tclInterp.c: Convert the [interp] command into a | dgp | 2009-01-29 | 1 | -11/+16 |
|
|
* | | | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now | Miguel Sofer | 2008-09-01 | 1 | -17/+179 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -3/+3 |
|
|
* | | | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -6/+6 |
|
|
* | | | * changes: Updates for 8.6a1 release. | dgp | 2008-06-20 | 1 | -4/+29 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -5/+5 |
|
|
* | | | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -7/+8 |
|/ / |
|
* | | test added (did not fail previously, just to make sure it never does) | Miguel Sofer | 2008-03-02 | 1 | -1/+18 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Forgot to adjust tests to take into account safeness of [unload] | dkf | 2007-12-08 | 1 | -3/+3 |
|
|
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -2/+2 |
|
|
* | | * generic/tclInterp.c (ApplyObjCmd): | Miguel Sofer | 2006-10-12 | 1 | -1/+88 |
|
|
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -3/+3 |
|
|
* | | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test | dgp | 2006-01-18 | 1 | -1/+3 |
|
|
* | | Fix two bugs in limits, one a crash and the other a failed flag reset. | dkf | 2005-10-10 | 1 | -4/+60 |
|
|
* | | Fix an odd [after]-and-limits problem. [Bug 1221395] | dkf | 2005-06-17 | 1 | -1/+18 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|