| Commit message (Expand) | Author | Age | Files | Lines |
* | Code Audit results: | dkf | 2010-03-05 | 1 | -4/+4 |
|
|
* | Split tclCompCmds.c into two pieces to improve developer sanity. | dkf | 2010-02-26 | 1 | -3541/+375 |
|
|
* | Correct silly error with missing semicolons | dkf | 2010-02-25 | 1 | -3/+3 |
|
|
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -3/+2 |
|
|
* | Make [string length] compiler handle more trivial cases. | dkf | 2010-02-20 | 1 | -108/+105 |
|
|
* | Fix error in stack depth calculation for [dict update], correct misleading | dkf | 2010-02-17 | 1 | -1/+4 |
|
|
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -683/+364 |
|
|
* | Small cleanups of formatting issues | dkf | 2010-02-09 | 1 | -72/+88 |
|
|
* | Compilation of [try] now enabled! | dkf | 2010-02-09 | 1 | -1/+640 |
|
|
* | Added basic compilation of [error] (the most common case only). | dkf | 2010-02-05 | 1 | -1/+46 |
|
|
* | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -15/+113 |
|
|
* | * 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 |
|
|