summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * 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
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-1925-67/+67
* Fix miguel's problem with env failures; need LANG to get [encoding system]dkf2008-07-191-30/+32
* More test cleanup.dkf2008-07-191-273/+237
* Rewrite to use tcltest2 and not generate non-ascii chars in results.dkf2008-07-191-55/+58
* * tests/NRE.test: Added basic tests for deep TclOO callsMiguel Sofer2008-07-181-1/+89
* * tests/NRE.test: better constraint for testing theMiguel Sofer2008-07-162-7/+14
* * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-141-3/+3
* * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-141-3/+3
* more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-1312-37/+37
* added new files generic/tclNRE.h and tests/NRE.testMiguel Sofer2008-07-131-0/+308
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-133-12/+12
* Fix [2006884]dkf2008-07-011-10/+8
* * library/tm.tcl: Modified the handling of Tcl Modules and of theandreas_kupries2008-06-251-9/+9
* * changes: Updates for 8.6a1 release.dgp2008-06-207-22/+56
* * tests/encoding.test: Make failing tests pass again.dgp2008-06-201-1/+3