summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994].Miguel Sofer2007-12-231-41/+109
* * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoidMiguel Sofer2007-12-221-23/+36
* * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj ofMiguel Sofer2007-12-221-12/+24
* * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj ofMiguel Sofer2007-12-221-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.dkf2007-12-051-1/+15
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-42/+3
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-34/+36
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-7/+12
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-36/+36
* * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internaldas2007-09-131-14/+41
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-449/+6
* fix typo ... donal broke the buildMiguel Sofer2007-07-011-2/+2
* Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu...dkf2007-06-301-9/+11
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-221-3/+5
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-2/+2
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-181-10/+15
* Convert [info] into an ensemble command.dkf2007-06-121-183/+145
* Changes to allow the tip257 code to work as an extension properly post-tip280dkf2007-05-051-7/+16
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-3/+3