Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -1/+12 |
| | | | | | * tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE [Bug 705406] (Don Porter). Backport from 8.5a0 | ||||
* | * generic/tclCompCmds.c (TclCompileReturnCmd): | dgp | 2003-01-08 | 1 | -2/+32 |
| | | | | | | | * tests/compile.test: Corrects failure of bytecompiled [catch {return}] to have result TCL_RETURN (not TCL_OK) [Bug 633204]. This patch is a workaround for 8.4.X. A new opcode INST_RETURN is a better long term solution for 8.5 and later. | ||||
* | 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-26 | 1 | -1/+12 |
| | | | | | | * generic/tclCompCmds.c: fix for [Bug 599788] (error in element name causing segfault), reported by Tom Wilkason. Fixed by copying the tokens instead of the source string. | ||||
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -13/+12 |
| | | | | in the test suite. | ||||
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -4/+4 |
| | | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2). | ||||
* | [Bug 569438] in the processing of dollar variables | Miguel Sofer | 2002-06-16 | 1 | -1/+10 |
| | |||||
* | made bytecodes check for a catch before returning; the compiled [return] is ↵ | Miguel Sofer | 2002-04-15 | 1 | -1/+10 |
| | | | | otherwise non-catchable. [Bug 542588] | ||||
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -1/+8 |
| | | | | | be exploitable in any meaningful way, but crashing Tcl instead of triggering an error still isn't good. | ||||
* | More expr syntax error improvements | dkf | 2001-12-06 | 1 | -3/+3 |
| | |||||
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 1 | -3/+3 |
| | |||||
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -2/+2 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details | ||||
* | * tests/compile.test: added a test for bug [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+14 |
| | |||||
* | 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 |