| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
* | * generic/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd, | andreas_kupries | 2009-10-23 | 1 | -3/+4 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -265/+89 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -5/+5 |
|
|
* | D'oh! Used an 8.5-ism... | dkf | 2007-03-01 | 1 | -2/+2 |
|
|
* | Fix [Bug 1671138] | dkf | 2007-03-01 | 1 | -1/+13 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -3/+302 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 1 | -15/+11 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 | dgp | 2003-07-15 | 1 | -3/+6 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 1 | -4/+4 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): | mdejong | 2003-02-07 | 1 | -5/+1 |
|
|
* | * generic/tclCompCmds.c: Removed an unused variable that caused
| Kevin B Kenny | 2003-02-01 | 1 | -13/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-one | dgp | 2003-01-09 | 1 | -5/+8 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): | dgp | 2003-01-08 | 1 | -1/+15 |
|
|
* | * generic/regexpComp.test: added tests 22.* | hobbs | 2002-11-14 | 1 | -32/+45 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): correct the | hobbs | 2002-09-30 | 1 | -25/+29 |
|
|
* | 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> | Miguel Sofer | 2002-08-26 | 1 | -52/+76 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -154/+117 |
|
|
* | * generic/tclCompCmds.c (TclCompileCatchCmd): return | Miguel Sofer | 2002-07-03 | 1 | -7/+2 |
|
|
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 1 | -126/+7 |
|
|
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 1 | -1/+174 |
|
|
* | * generic/tclCompCmds.c (TclCompileStringCmd): removed error | hobbs | 2002-05-29 | 1 | -7/+1 |
|
|
* | bugfix to the bugfix to the new [for] compiled code | Miguel Sofer | 2002-02-26 | 1 | -3/+5 |
|
|
* | fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. | Miguel Sofer | 2002-02-25 | 1 | -21/+25 |
|
|
* | Optimising [if], [for] and [while] for constant conditions | Miguel Sofer | 2002-02-22 | 1 | -193/+273 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): made early check | hobbs | 2002-02-07 | 1 | -6/+31 |
|
|
* | * tests/regexpComp.test: | hobbs | 2002-01-30 | 1 | -29/+64 |
|
|
* | * tests/regexpComp.test (new): | hobbs | 2002-01-29 | 1 | -18/+132 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -8/+8 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT | Miguel Sofer | 2001-12-11 | 1 | -11/+3 |
|
|
* | removed overestimates of necessary stack depth for bytecodes in the | Miguel Sofer | 2001-12-11 | 1 | -2/+9 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -234/+53 |
|
|
* | patch for [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+2 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -15/+293 |
|
|
* | * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - | hobbs | 2001-09-19 | 1 | -15/+75 |
|
|
* | * generic/tcl.h: added TclCompileListCmd header | hobbs | 2001-09-01 | 1 | -2/+84 |
|
|
* | * generic/tclCompCmds.c (TclPushVarName): noted 'static' defn. | hobbs | 2001-08-28 | 1 | -2/+2 |
|
|
* | * tests/stringComp.test: added string-1.3 | hobbs | 2001-08-25 | 1 | -2/+3 |
|
|
* | Fixed overagressive compilation of [catch], [Bug #219184] | Miguel Sofer | 2001-08-22 | 1 | -4/+21 |
|
|
* | * generic/tclCompCmds.c (TclCompileStringCmd): fixed mem leak when | hobbs | 2001-06-28 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: added new CompileProc invocations to basic | hobbs | 2001-05-17 | 1 | -306/+694 |
|
|
* | * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, | hobbs | 2000-05-26 | 1 | -37/+120 |
|
|
* | * generic/tclInt.h: Added function prototypes for | ericm | 2000-05-23 | 1 | -1/+280 |
|
|
* | * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a | hobbs | 2000-01-21 | 1 | -12/+36 |
|
|
* | * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it only | hobbs | 1999-10-29 | 1 | -3/+22 |
|
|
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+1980 |
|
|