| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | 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 |
|
|
| * | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -7/+7 |
|
|
| * | | Backport dgp's fixes to comments and ChangeLog entry | Kevin B Kenny | 2010-11-05 | 1 | -2/+2 |
|
|
| * | | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -70/+113 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -46/+69 |
|
|
| * | | Fix off-by-one error that caused crashes. Backport from HEAD. | dkf | 2008-05-07 | 1 | -2/+2 |
|
|
* | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
|
|
* | | | Correct typo and mistaken comment. | dgp | 2010-11-04 | 1 | -2/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -67/+104 |
|
|
* | | | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -1/+2 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation | dkf | 2010-10-20 | 1 | -4/+7 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter | dkf | 2010-04-30 | 1 | -2/+8 |
|
|
* | | | 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 |
|
|