Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -0/+7 |
|\ | |||||
| * | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -0/+7 |
| | | |||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
* | | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -38/+41 |
|/ / | |||||
* | | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 1 | -58/+58 |
| | | | | | | | | necessary. | ||||
* | | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 1 | -2/+4 |
|/ | | | | | | | | | * generic/tclCompile.h: that allows checking the bytecode's * generic/tclExecute.c: validity [Bug 729692] and the interp's * tests/interp.test (18.9): readyness [Bug 495830] before running * tests/proc.test (7.1): the command. It also changes the * tests/rename.test (6.1): mechanics of the async tests in TEBC, doing it now at command start instead of every 16 instructions. | ||||
* | * Corrected tests to better isolate tests in | dgp | 2001-09-12 | 1 | -1/+2 |
| | | | | one file from influencing tests in other files. [Bug 460591] | ||||
* | * tests/compile.test: | hobbs | 2000-05-03 | 1 | -2/+2 |
| | | | | | | | | | | * tests/init.test: * tests/proc.test: * tests/proc-old.test: * tests/rename.test: * generic/tclProc.c: reworked error return for procedures with incorrect args to be like the C Tcl_WrongNumArgs, where a "wrong # args: ..." message is printed out with the args list. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Do additional checks to unset any environment variables set, changed or | jenn | 1999-07-08 | 1 | -14/+4 |
| | | | | created by the tests. | ||||
* | Added a check to not rename incr unless it's been previously | jenn | 1999-06-30 | 1 | -4/+5 |
| | | | | renamed. | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -4/+18 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+172 |