| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -12/+25 |
|
|
* | Fixed up error in stack requirement estimation that made debug builds | dgp | 2009-09-04 | 1 | -1/+11 |
|
|
* | Patched up flaw in option syntax checking | dgp | 2009-09-04 | 1 | -6/+3 |
|
|
* | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -1/+270 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -45/+68 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -4/+4 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -6/+6 |
|
|
* | Simplification of expanded-literals handling after analysis of dead branches | ferrieux | 2008-11-19 | 1 | -4/+4 |
|
|
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -4/+4 |
|
|
* | * generic/tclInt.decls: CONSTified the AuxDataType argument | nijtmans | 2008-10-05 | 1 | -4/+4 |
|
|
* | Implement TIP 314. [Patch 1901783] | dkf | 2008-09-28 | 1 | -1/+15 |
|
|
* | * doc/Object.3 CONSTified 3 functions using | nijtmans | 2008-07-27 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -48/+80 |
|
|
* | Fix off-by-one error that caused crashes. D'oh! | dkf | 2008-05-07 | 1 | -2/+2 |
|
|
* | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -4/+5 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit | dgp | 2008-02-28 | 1 | -1/+2 |
|
|
* | Fix [Bug 1891827] | dkf | 2008-02-12 | 1 | -5/+9 |
|
|
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() to | dgp | 2008-01-23 | 1 | -19/+16 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot | hobbs | 2007-12-23 | 1 | -6/+5 |
|
|
* | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp | hobbs | 2007-12-19 | 1 | -2/+14 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): | hobbs | 2007-12-07 | 1 | -2/+9 |
|
|
* | Oops! | dkf | 2007-12-06 | 1 | -2/+2 |
|
|
* | Fix [Bug 1845320] and [Bug 1845397] | dkf | 2007-12-06 | 1 | -8/+11 |
|
|
* | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] | dkf | 2007-12-03 | 1 | -14/+29 |
|
|
* | Fix stack corruption in [dict append] compiler | dkf | 2007-11-24 | 1 | -26/+31 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -152/+237 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -410/+566 |
|
|
* | Generalize the ensemble compiler further. Still doesn't precopile rewrites, b... | dkf | 2007-11-21 | 1 | -50/+138 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -68/+287 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+147 |
|
|
* | (TclCompileSwitchCmd): simplify TclReToGlob usage. | hobbs | 2007-11-14 | 1 | -9/+6 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, | hobbs | 2007-11-14 | 1 | -9/+12 |
|
|
* | Extend [switch] compiler to handle regular expressions as long as things are not | dkf | 2007-11-13 | 1 | -71/+115 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -91/+37 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -7/+7 |
|
|
* | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -code | dgp | 2007-10-18 | 1 | -2/+8 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -18/+28 |
|
|
* | * generic/tclCompCmds.c (TclCompileDictCmd-update): | Miguel Sofer | 2007-09-11 | 1 | -17/+33 |
|
|
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 1 | -59/+48 |
|
|
* | * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate | dgp | 2007-09-09 | 1 | -7/+16 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 1 | -31/+32 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection | dgp | 2007-08-23 | 1 | -2/+29 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -30/+18 |
|
|
* | 2007-07-11 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2007-07-11 | 1 | -1/+7 |
|
|
* | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -12/+12 |
|
|
* | * generic/tclCompCmds.c: Simplified [variable] compiler and | Miguel Sofer | 2007-06-15 | 1 | -11/+2 |
|
|
* | * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memory | Kevin B Kenny | 2007-04-23 | 1 | -1/+4 |
|
|
* | * generic/tclCompCmds.c: added a cast to silence a compiler | Kevin B Kenny | 2007-04-15 | 1 | -2/+2 |
|
|