| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | * library/tcltest/tcltest.tcl: When the return code of a test does | dgp | 2003-04-21 | 1 | -10/+10 |
|
|
* | | * library/tcltest/tcltest.tcl: Added reporting during | dgp | 2003-03-26 | 1 | -1/+8 |
|
|
* | | * library/auto.tcl: Replaced [regexp] and [regsub] with | dgp | 2003-03-19 | 2 | -11/+8 |
|/ |
|
* | update in comment | dgp | 2003-02-17 | 1 | -2/+2 |
|
|
* | * library/tcltest/tcltest.tcl: Filename arguments to [outputChannel] | dgp | 2003-02-06 | 2 | -19/+93 |
|
|
* | typo corrections in comments. | dgp | 2003-01-27 | 1 | -5/+7 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within | dgp | 2002-09-22 | 1 | -3/+3 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected [puts -nonewline] within | dgp | 2002-09-22 | 2 | -5/+7 |
|
|
* | * README: Bumped version number to 8.4b3 to distinguish | dgp | 2002-08-20 | 1 | -1/+4 |
|
|
* | * library/tcltest/tcltest.tcl: The setup and cleanup scripts are now | dgp | 2002-08-05 | 2 | -272/+211 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected errors in handling of | dgp | 2002-07-14 | 1 | -4/+6 |
|
|
* | * Corrected reaction to existing but false ::tcl_interactive. | dgp | 2002-07-11 | 1 | -3/+2 |
|
|
* | * Greatly reduced the number of [exec]s, using slave interps instead. | dgp | 2002-07-10 | 1 | -2/+2 |
|
|
* | * doc/tcltest.n: Fixed incompatibility in [viewFile]. | dgp | 2002-07-08 | 2 | -4/+3 |
|
|
* | * doc/tcltest.n: more refinements of the documentation. | dgp | 2002-07-03 | 1 | -1/+3 |
|
|
* | * doc/tcltest.n: Reverted [makeFile] and [viewFile] to | dgp | 2002-07-02 | 1 | -5/+9 |
|
|
* | * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles] | dgp | 2002-07-02 | 1 | -62/+64 |
|
|
* | * doc/tcltest.n: more work in progress updating tcltest docs. | dgp | 2002-07-01 | 1 | -19/+15 |
|
|
* | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. | dgp | 2002-07-01 | 1 | -10/+9 |
|
|
* | * Stopped checking for writeability of -tmpdir value because no | dgp | 2002-07-01 | 1 | -4/+10 |
|
|
* | * Fixed [makeFile] and [viewFile] to accurately reflect a file's | dgp | 2002-07-01 | 1 | -26/+45 |
|
|
* | * docs/tcltest.n: Doc revisions in progress. | dgp | 2002-06-28 | 1 | -4/+12 |
|
|
* | * Made sure that the TCLTEST_OPTIONS | dgp | 2002-06-27 | 1 | -39/+47 |
|
|
* | * Corrected suppression of -verbose skip and start by [test -output]. | dgp | 2002-06-26 | 1 | -5/+16 |
|
|
* | Excised a tiny amount of the most pointless voodoo. Left | dgp | 2002-06-26 | 1 | -4/+4 |
|
|
* | * Implementation of TIP 101. Adds and exports a [configure] command | dgp | 2002-06-25 | 1 | -819/+713 |
|
|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -1/+4 |
|
|
* | * 4) deprecated [threadReap] and [mainThread] [Bug 534903] | dgp | 2002-06-06 | 1 | -4/+5 |
|
|
* | * tests/io.test: Fixed up namespace variable resolution issues | dgp | 2002-06-06 | 1 | -161/+195 |
|
|
* | * Added more TIP 85 tests from Arjen Markus. | dgp | 2002-06-05 | 1 | -11/+29 |
|
|
* | * Implementation of TIP 85. Allows tcltest | dgp | 2002-06-03 | 2 | -31/+89 |
|
|
* | * Corrected [uplevel] quoting when | dgp | 2002-05-08 | 1 | -2/+2 |
|
|
* | * Made separate export for commands | dgp | 2002-04-18 | 1 | -5/+6 |
|
|
* | * Revised [tcltest::test] to return errors | dgp | 2002-04-15 | 1 | -21/+14 |
|
|
* | * corrected misspelling of getMatchingFiles | dgp | 2002-04-08 | 1 | -2/+2 |
|
|
* | * converted getMatchingFile alias into a proc so safe-2.1 will not | dgp | 2002-04-05 | 1 | -3/+2 |
|
|
* | * namespace protection for the getMatchingFiles alias. | dgp | 2002-04-04 | 1 | -3/+4 |
|
|
* | * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias | hobbs | 2002-04-04 | 1 | -1/+4 |
|
|
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 1 | -1332/+1202 |
|
|
* | * More initialization fixes to avoid stomping on global variables | dgp | 2002-03-25 | 1 | -19/+15 |
|
|
* | More variable initialization fixes. | dgp | 2002-03-25 | 1 | -53/+38 |
|
|
* | * Corrected faulty variable initialization. [Bug 534845] | dgp | 2002-03-25 | 1 | -110/+47 |
|
|
* | * Improve the processing of the -constraints option to [test] so that | dgp | 2002-03-25 | 1 | -3/+3 |
|
|
* | * Keep the value of $::auto_path | dgp | 2002-03-25 | 1 | -4/+1 |
|
|
* | * Use [interpreter] to set/query the | dgp | 2002-03-24 | 1 | -10/+10 |
|
|
* | * Allow non-proc commands to be used | dgp | 2002-03-24 | 1 | -6/+6 |
|
|
* | * Bumped tcltest to 2.0.2 | dgp | 2002-03-11 | 2 | -3/+3 |
|
|
* | * library/tcltest/tcltest.tcl (getMatchingFiles): Pass | mdejong | 2002-03-11 | 1 | -3/+4 |
|
|
* | fs | vincentdarley | 2001-09-06 | 1 | -1/+12 |
|
|
* | * library/tcltest/tcltest.tcl: fixed stdio constraint test. | hobbs | 2001-08-22 | 1 | -54/+27 |
|
|