| Commit message (Expand) | Author | Age | Files | Lines |
* | Use tcltest2 better. | dkf | 2008-09-02 | 1 | -419/+395 |
|
|
* | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now | Miguel Sofer | 2008-09-01 | 3 | -22/+204 |
|
|
* | * generic/tclBasic.c (InfoCoroutine): | Miguel Sofer | 2008-08-26 | 1 | -1/+23 |
|
|
* | speling ficks | dgp | 2008-08-22 | 2 | -7/+7 |
|
|
* | * generic/tclUtil.c (TclReToGlob): Added missing set of the | dgp | 2008-08-22 | 1 | -9/+9 |
|
|
* | * generic/tclBasic.c: Previous fix, now done right. | Miguel Sofer | 2008-08-21 | 1 | -1/+29 |
|
|
* | really fix translation to escape glob-sensitive chars | hobbs | 2008-08-21 | 1 | -0/+21 |
|
|
* | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= | hobbs | 2008-08-21 | 2 | -2/+64 |
|
|
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -8/+23 |
|
|
* | * generic/tclBasic.c: Implementation of [coroutine] and [yield] | Miguel Sofer | 2008-08-17 | 1 | -10/+312 |
|
|
* | * generic/tclTest.c (TestconcatobjCmd): | Miguel Sofer | 2008-08-17 | 1 | -1/+6 |
|
|
* | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -4/+4 |
|
|
* | * tests/fCmd.test (fCmd-6.23): made result matching robust when test | das | 2008-08-14 | 1 | -2/+2 |
|
|
* | * tests/nre.test: added test for large {*}-expansion effects | Miguel Sofer | 2008-08-13 | 1 | -1/+17 |
|
|
* | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+38 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -5/+31 |
|
|
* | (lrange-1.17): add test cleanup; whitespace | das | 2008-08-09 | 1 | -7/+7 |
|
|
* | * generic/tclOO.c: Revised TclOO's check for an interp | dgp | 2008-08-06 | 1 | -1/+29 |
|
|
* | * generic/tclExecute.c: Fix for [Bug 2038069] by dgp. | Miguel Sofer | 2008-08-05 | 1 | -1/+16 |
|
|
* | * tests/nre.test: added tests for [if], [while] and [for]. A test | Miguel Sofer | 2008-08-04 | 1 | -2/+45 |
|
|
* | missing commit to tests/unsupported.test | Miguel Sofer | 2008-08-04 | 1 | -1/+51 |
|
|
* | * generic/tclExecute.c: Stopped faulty double-logging of errors to | dgp | 2008-08-04 | 1 | -1/+22 |
|
|
* | * generic/tclBasic.c: new unsupported command atProcExit | Miguel Sofer | 2008-08-03 | 1 | -11/+157 |
|
|
* | remove NRE.test & add new test files to Tcl.xcodeproj | das | 2008-08-03 | 1 | -0/+0 |
|
|
* | * tests/NRE.test: made empty, waiting for removal until das does | Miguel Sofer | 2008-08-02 | 3 | -476/+543 |
|
|
* | * generic/tclBasic.c: Revised timing of the CmdFrame stack management | dgp | 2008-08-01 | 1 | -1/+8 |
|
|
* | * tests/NRE.test: replaced all deep-recursing tests by shallower | Miguel Sofer | 2008-08-01 | 1 | -246/+122 |
|
|
* | * generic/tclBasic.c: NR-enabling [catch] | Miguel Sofer | 2008-07-31 | 1 | -1/+18 |
|
|
* | restricting usage and avoiding panics in [tailcall] | Miguel Sofer | 2008-07-31 | 1 | -88/+7 |
|
|
* | * generic/tclBasic.c: Improved tailcalls and tests. | Miguel Sofer | 2008-07-31 | 1 | -50/+64 |
|
|
* | * tests/NRE.test: new tests that went MIA in the NRE revamping | Miguel Sofer | 2008-07-29 | 1 | -3/+223 |
|
|
* | * test/info.test: More work on singleTestInterp usability. This | andreas_kupries | 2008-07-25 | 1 | -51/+55 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 2 | -18/+98 |
|
|
* | * tests/info.test (info-37.0): Add !singleTestInterp constraint; | das | 2008-07-25 | 1 | -21/+21 |
|
|
* | Added relative speed test for pure byte array concats. | ferrieux | 2008-07-23 | 1 | -1/+12 |
|
|
* | Added relative speed test for lrange, checking fro in-place optimization. | ferrieux | 2008-07-23 | 1 | -2/+7 |
|
|
* | * tests/info.test: Reordered the tests to have monotonously | andreas_kupries | 2008-07-23 | 1 | -154/+154 |
|
|
* | Rename new test to avoid duplicate test name. | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -1/+27 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -7/+7 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 5 | -15/+15 |
|
|
* | Added test for file rename with inode collision on windows | patthoyts | 2008-07-21 | 1 | -1/+39 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 8 | -35/+35 |
|
|
* | Resync with recent ?arg ...? normalization | ferrieux | 2008-07-21 | 2 | -4/+4 |
|
|
* | TIP #304 implementation | ferrieux | 2008-07-21 | 3 | -14/+46 |
|
|
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 1 | -12/+23 |
|
|
* | add cleanup to fix subsequent test failures with -singleproc 1 | das | 2008-07-20 | 1 | -14/+36 |
|
|
* | * tests/fileName.test: Repaired the failing test fileName-15.7 | Kevin B Kenny | 2008-07-20 | 1 | -2/+2 |
|
|
* | Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2 | dkf | 2008-07-20 | 1 | -624/+549 |
|
|
* | Finish cleaning up this file (move cleanup actions out of test bodies, etc.) | dkf | 2008-07-20 | 1 | -96/+124 |
|
|