summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use tcltest2 better.dkf2008-09-021-419/+395
* * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-013-22/+204
* * generic/tclBasic.c (InfoCoroutine):Miguel Sofer2008-08-261-1/+23
* speling ficksdgp2008-08-222-7/+7
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-9/+9
* * generic/tclBasic.c: Previous fix, now done right.Miguel Sofer2008-08-211-1/+29
* really fix translation to escape glob-sensitive charshobbs2008-08-211-0/+21
* * tests/regexp.test, tests/regexpComp.test: correct re2glob ***=hobbs2008-08-212-2/+64
* Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-8/+23
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-171-10/+312
* * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+6
* * tests/fileName.test: Revise new tests for portability to casedgp2008-08-141-4/+4
* * tests/fCmd.test (fCmd-6.23): made result matching robust when testdas2008-08-141-2/+2
* * tests/nre.test: added test for large {*}-expansion effectsMiguel Sofer2008-08-131-1/+17
* * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+38
* * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-5/+31
* (lrange-1.17): add test cleanup; whitespacedas2008-08-091-7/+7
* * generic/tclOO.c: Revised TclOO's check for an interpdgp2008-08-061-1/+29
* * generic/tclExecute.c: Fix for [Bug 2038069] by dgp.Miguel Sofer2008-08-051-1/+16
* * tests/nre.test: added tests for [if], [while] and [for]. A testMiguel Sofer2008-08-041-2/+45
* missing commit to tests/unsupported.testMiguel Sofer2008-08-041-1/+51
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+22
* * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-11/+157
* remove NRE.test & add new test files to Tcl.xcodeprojdas2008-08-031-0/+0
* * tests/NRE.test: made empty, waiting for removal until das doesMiguel Sofer2008-08-023-476/+543
* * generic/tclBasic.c: Revised timing of the CmdFrame stack managementdgp2008-08-011-1/+8
* * tests/NRE.test: replaced all deep-recursing tests by shallowerMiguel Sofer2008-08-011-246/+122
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-1/+18
* restricting usage and avoiding panics in [tailcall]Miguel Sofer2008-07-311-88/+7
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-50/+64
* * tests/NRE.test: new tests that went MIA in the NRE revampingMiguel Sofer2008-07-291-3/+223
* * test/info.test: More work on singleTestInterp usability. Thisandreas_kupries2008-07-251-51/+55
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-252-18/+98
* * tests/info.test (info-37.0): Add !singleTestInterp constraint;das2008-07-251-21/+21
* Added relative speed test for pure byte array concats.ferrieux2008-07-231-1/+12
* Added relative speed test for lrange, checking fro in-place optimization.ferrieux2008-07-231-2/+7
* * tests/info.test: Reordered the tests to have monotonouslyandreas_kupries2008-07-231-154/+154
* Rename new test to avoid duplicate test name.andreas_kupries2008-07-231-2/+2
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-1/+27
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-7/+7
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-215-15/+15
* Added test for file rename with inode collision on windowspatthoyts2008-07-211-1/+39
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-218-35/+35
* Resync with recent ?arg ...? normalizationferrieux2008-07-212-4/+4
* TIP #304 implementationferrieux2008-07-213-14/+46
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-12/+23
* add cleanup to fix subsequent test failures with -singleproc 1das2008-07-201-14/+36
* * tests/fileName.test: Repaired the failing test fileName-15.7Kevin B Kenny2008-07-201-2/+2
* Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2dkf2008-07-201-624/+549
* Finish cleaning up this file (move cleanup actions out of test bodies, etc.)dkf2008-07-201-96/+124