| Commit message (Expand) | Author | Age | Files | Lines |
* | silence compiler warnings | dgp | 2009-08-26 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -13/+170 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -55/+16 |
|
|
* | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -14/+22 |
|
|
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -3/+7 |
|
|
* | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 1 | -7/+10 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -16/+27 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -1/+48 |
|
|
* | * generic/tclCompile.c: replaced copy loop that tripped some | Miguel Sofer | 2007-08-24 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -5/+340 |
|
|
* | * generic/tclCompile.c: handle warning [Bug 969066] | Miguel Sofer | 2004-06-08 | 1 | -2/+6 |
|
|
* | * generic/tclCompile.c (TclCompileScript): corrected possible | Miguel Sofer | 2004-03-29 | 1 | -3/+4 |
|
|
* | * generic/tclCompile.c (TclCompileScript): | Miguel Sofer | 2004-03-15 | 1 | -4/+6 |
|
|
* | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 1 | -1/+9 |
|
|
* | Corrected bogus comments | dgp | 2003-04-18 | 1 | -7/+2 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 1 | -2/+9 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 1 | -3/+2 |
|
|
* | Don Porter's fix for bad parsing of nested scripts [Bug 681841]. | Miguel Sofer | 2003-02-16 | 1 | -30/+74 |
|
|
* | Removing more CONST-related warnings. | dkf | 2002-09-24 | 1 | -3/+3 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -17/+16 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -5/+5 |
|
|
* | tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f... | Miguel Sofer | 2002-07-11 | 1 | -3/+3 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -1/+2 |
|
|
* | a better algorithm for the previous bug fix. | Miguel Sofer | 2002-06-17 | 1 | -29/+23 |
|
|
* | [Bug 569438] in the processing of dollar variables | Miguel Sofer | 2002-06-16 | 1 | -12/+27 |
|
|
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 1 | -2/+2 |
|
|
* | cleanup in [expr] compiler | Miguel Sofer | 2002-05-30 | 1 | -7/+1 |
|
|
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -3/+4 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 1 | -7/+7 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -145/+104 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -3/+3 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -1/+16 |
|
|
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 1 | -4/+7 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): | hobbs | 2001-09-19 | 1 | -3/+3 |
|
|
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 1 | -3/+8 |
|
|
* | fixed incorrect opreands for INST_LIST [Bug: 458241] | Miguel Sofer | 2001-09-04 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: added new CompileProc invocations to basic | hobbs | 2001-05-17 | 1 | -1/+31 |
|
|
* | * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, | hobbs | 2000-05-26 | 1 | -145/+157 |
|
|
* | * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup | hobbs | 2000-03-30 | 1 | -2/+19 |
|
|
* | * tests/var.test: | hobbs | 1999-12-12 | 1 | -3/+2 |
|
|
* | * tests/expr-old.test: | hobbs | 1999-12-04 | 1 | -129/+12 |
|
|
* | * unix/tclUnixNotfy.c: fixed event/io threading problems by | hobbs | 1999-10-21 | 1 | -5/+1 |
|
|
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -5/+6 |
|
|
* | * generic/tclInt.h: | stanton | 1999-04-22 | 1 | -31/+80 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -6418/+1779 |
|
|
* | * generic/tclProc.c: | stanton | 1999-02-03 | 1 | -3/+3 |
|
|
* | * generic/tclCompile.c (CompileExprWord): Fixed exception stack | stanton | 1999-02-02 | 1 | -2/+4 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|