summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrongdkf2010-06-221-2/+3
* | | * generic/tclCmdIL.c (TclInfoFrame): Change this code to usedkf2010-05-171-9/+6
* | | TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-1/+56
* | | Code Audit results:dkf2010-03-051-5/+4
* | | Oops! [Bug 2960852]dkf2010-02-281-9/+12
* | | More additions of {TCL LOOKUP} error-code generation to various subcommands ofdkf2010-02-281-1/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-7/+6
* | | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-221-11/+15
* | | * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-071-2/+2
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-26/+26
* | | Revert mistaken commitdgp2009-11-161-56/+1
* | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-1/+56
* | | Use the Tcl value stack more, simplify exit paths in [lsearch]dkf2009-08-201-75/+40
* | | Close off memory leak in [lsort].dkf2009-08-201-74/+68
* | | Interpreted [if] is now fully NRE-enabled. [Bug 2823276]dkf2009-08-191-36/+78
* | | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-4/+2
* | | tweaksdkf2009-07-111-5/+6
* | | * generic/tclInt.h: add assert macros for clang staticdas2009-06-301-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-14/+14
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-6/+6
* | | * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-2/+2
* | | Add "const" to many internalnijtmans2008-10-161-8/+8
* | | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.dgp2008-10-141-5/+6
* | | * generic/tclBasic.c: Move [tailcall], [coroutine] andMiguel Sofer2008-10-071-1/+2
* | | More result hygiene.dkf2008-10-041-3/+3
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-3/+3
* | | TIP #326 IMPLEMENTATIONdkf2008-09-291-13/+115
* | | TIP #313 IMPLEMENTATIONdkf2008-09-291-19/+39
* | | Corrected sanity test in zero-element casedkf2008-09-271-2/+3
* | | Fix [Bug 2130992].dkf2008-09-271-4/+20
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-9/+9
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
* | | * generic/tclBasic.c: Previous fix, now done right.Miguel Sofer2008-08-211-43/+27
* | | parts of last commit were not saved :}Miguel Sofer2008-08-211-4/+15
* | | * generic/tclBasic.c: Fix the cmdFrame level count inMiguel Sofer2008-08-211-1/+11
* | | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line beforedas2008-08-141-2/+4
* | | nr-enabling [if]Miguel Sofer2008-07-311-4/+14
* | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-2/+2
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-2/+2
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-5/+5
* | | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-2/+2
* | | formatting, whitespacedas2008-06-301-39/+49
* | | Lrange cleanup and in-place optimization [Patch 1890831]ferrieux2008-06-291-36/+48
* | | * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up theandreas_kupries2008-06-161-41/+47
* | | Small clarifications that code a bit nicer to read.dkf2008-05-301-8/+8
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-61/+61
|/ /
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocatedgp2008-03-141-4/+3
* | * generic/tclCmdIl.c (Tcl_LreverseObjCmd):Miguel Sofer2008-01-221-1/+10
* | * generic/tclCmdIL.c: more [lsort] data handling streamlines. TheMiguel Sofer2007-12-261-137/+108
* | * generic/tclCmdIL.c: more [lsort] data handling streamlines.Miguel Sofer2007-12-251-51/+63