| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -17/+6 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 1 | -2/+1 |
|
|
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -3/+6 |
|
|
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -2/+2 |
|
|
* | Make interpreted [for] and [while] NRE-safe. [Bug 2823276] | dkf | 2009-08-19 | 1 | -61/+121 |
|
|
* | Change ForIterData, make it const-safe. | nijtmans | 2009-08-16 | 1 | -2/+2 |
|
|
* | TIP #353 IMPLEMENTATION | dgp | 2009-08-12 | 1 | -9/+34 |
|
|
* | minor cleanups | dgp | 2009-07-24 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -16/+27 |
|
|
* | * generic/tclBasic.c: Fix for (among others) [Bug 2699087] | Miguel Sofer | 2009-03-21 | 1 | -1/+15 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -4/+4 |
|
|
* | More coding style improvements. | dkf | 2009-01-04 | 1 | -40/+40 |
|
|
* | oops | dkf | 2008-12-06 | 1 | -1/+2 |
|
|
* | Partial fix for [Bug 2388866] | dkf | 2008-12-06 | 1 | -1/+13 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -6/+7 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -5/+154 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in | Miguel Sofer | 2008-10-23 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 1 | -7/+7 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-24 | 1 | -5/+1 |
|
|
* | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now | Miguel Sofer | 2008-09-01 | 1 | -20/+29 |
|
|
* | NRE-enable non-compiled [foreach]. [Bug 2017632] | dkf | 2008-08-24 | 1 | -102/+207 |
|
|
* | * generic/tclBasic.c: Implementation of [coroutine] and [yield] | Miguel Sofer | 2008-08-17 | 1 | -3/+3 |
|
|
* | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. | Miguel Sofer | 2008-07-31 | 1 | -36/+87 |
|
|
* | * generic/tclBasic.c: NR-enabling [catch] | Miguel Sofer | 2008-07-31 | 1 | -3/+30 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+8 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -2/+2 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -3/+2 |
|
|
* | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -1/+3 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -24/+24 |
|
|
* | missing char in error message | dgp | 2008-03-14 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c: Revised direct evaluation implementation of | dgp | 2008-03-07 | 1 | -6/+9 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -6/+6 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -4/+4 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -41/+44 |
|
|
* | Reduce number of StackAlloc and StackFree calls. | dgp | 2007-03-23 | 1 | -26/+16 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays | dgp | 2007-03-22 | 1 | -39/+28 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away | dgp | 2007-03-01 | 1 | -5/+5 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make | dgp | 2007-03-01 | 1 | -26/+28 |
|
|
* | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying | dgp | 2007-02-26 | 1 | -33/+6 |
|
|
* | Function header/whitespace police/general format fixes | dkf | 2007-02-06 | 1 | -121/+147 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -8/+20 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -7/+7 |
|
|
* | * generic/tclCmdAH.c: Further revisions to produce the routines | dgp | 2006-11-02 | 1 | -7/+3 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -8/+7 |
|
|
* | Clean up uses of cast NULLs. | dkf | 2006-11-02 | 1 | -22/+22 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -11/+12 |
|
|