| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | * generic/tclCmdIL.c (SortElement): Use unions properly in the | dkf | 2011-01-01 | 1 | -25/+28 |
|
|
* | | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 1 | -44/+48 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -26/+26 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -4/+15 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -3/+3 |
|
|
* | | | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong | dkf | 2010-06-22 | 1 | -2/+3 |
|
|
* | | | * generic/tclCmdIL.c (TclInfoFrame): Change this code to use | dkf | 2010-05-17 | 1 | -9/+6 |
|
|
* | | | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -1/+56 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -5/+4 |
|
|
* | | | Oops! [Bug 2960852] | dkf | 2010-02-28 | 1 | -9/+12 |
|
|
* | | | More additions of {TCL LOOKUP} error-code generation to various subcommands of | dkf | 2010-02-28 | 1 | -1/+9 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -7/+6 |
|
|
* | | | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 1 | -11/+15 |
|
|
* | | | * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku | Miguel Sofer | 2009-12-07 | 1 | -2/+2 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -26/+26 |
|
|
* | | | Revert mistaken commit | dgp | 2009-11-16 | 1 | -56/+1 |
|
|
* | | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -1/+56 |
|
|
* | | | Use the Tcl value stack more, simplify exit paths in [lsearch] | dkf | 2009-08-20 | 1 | -75/+40 |
|
|
* | | | Close off memory leak in [lsort]. | dkf | 2009-08-20 | 1 | -74/+68 |
|
|
* | | | Interpreted [if] is now fully NRE-enabled. [Bug 2823276] | dkf | 2009-08-19 | 1 | -36/+78 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -4/+2 |
|
|
* | | | tweaks | dkf | 2009-07-11 | 1 | -5/+6 |
|
|
* | | | * generic/tclInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -1/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -14/+14 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -6/+6 |
|
|
* | | | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -8/+8 |
|
|
* | | | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. | dgp | 2008-10-14 | 1 | -5/+6 |
|
|
* | | | * generic/tclBasic.c: Move [tailcall], [coroutine] and | Miguel Sofer | 2008-10-07 | 1 | -1/+2 |
|
|
* | | | More result hygiene. | dkf | 2008-10-04 | 1 | -3/+3 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 1 | -3/+3 |
|
|
* | | | TIP #326 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -13/+115 |
|
|
* | | | TIP #313 IMPLEMENTATION | dkf | 2008-09-29 | 1 | -19/+39 |
|
|
* | | | Corrected sanity test in zero-element case | dkf | 2008-09-27 | 1 | -2/+3 |
|
|
* | | | Fix [Bug 2130992]. | dkf | 2008-09-27 | 1 | -4/+20 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -9/+9 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -3/+3 |
|
|
* | | | * generic/tclBasic.c: Previous fix, now done right. | Miguel Sofer | 2008-08-21 | 1 | -43/+27 |
|
|
* | | | parts of last commit were not saved :} | Miguel Sofer | 2008-08-21 | 1 | -4/+15 |
|
|
* | | | * generic/tclBasic.c: Fix the cmdFrame level count in | Miguel Sofer | 2008-08-21 | 1 | -1/+11 |
|
|
* | | | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before | das | 2008-08-14 | 1 | -2/+4 |
|
|
* | | | nr-enabling [if] | Miguel Sofer | 2008-07-31 | 1 | -4/+14 |
|
|
* | | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -2/+2 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -5/+5 |
|
|
* | | | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting | andreas_kupries | 2008-07-07 | 1 | -2/+2 |
|
|
* | | | formatting, whitespace | das | 2008-06-30 | 1 | -39/+49 |
|
|
* | | | Lrange cleanup and in-place optimization [Patch 1890831] | ferrieux | 2008-06-29 | 1 | -36/+48 |
|
|
* | | | * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the | andreas_kupries | 2008-06-16 | 1 | -41/+47 |
|
|
* | | | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -8/+8 |
|
|