Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small modif to tests/compile.test: better constraint handling for | Miguel Sofer | 2001-10-12 | 1 | -24/+21 |
| | | | | tests committed earlier today. | ||||
* | * tests/compile.test: new tests for [Bug 467523] | Miguel Sofer | 2001-10-12 | 1 | -2/+52 |
| | |||||
* | * tests/compile.test: added compile-11.* interp result checks | hobbs | 2001-08-31 | 1 | -15/+42 |
| | | | | | | | | | * generic/tclUtil.c (TclGetIntForIndex): added Tcl_ResetResult before Tcl_AppendStringsToObj to prevent shared object crash when called from bcc instruction. The Tcl_Append* calls that append to the result object that are invoked by bcc insts must remember to call Tcl_ResetResult because the bcc doesn't do this for us. [Bug #456892] | ||||
* | Fixed overagressive compilation of [catch], [Bug #219184] | Miguel Sofer | 2001-08-22 | 1 | -2/+10 |
| | |||||
* | * tests/compile.test: | hobbs | 2000-05-03 | 1 | -3/+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]. | ||||
* | 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 | -16/+42 |
| | |||||
* | * generic/tclCompile.c (CompileExprWord): Fixed exception stack | stanton | 1999-02-02 | 1 | -1/+10 |
| | | | | overflow bug caused by missing statement. [Bug: 928] | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-25 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -7/+48 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+128 |