summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-2/+2
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-2/+2
* * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on theandreas_kupries2008-06-161-41/+46
* * 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
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-45/+31
* Fix [Bug 1679072]dkf2007-03-121-33/+43
* Fix [Bug 1675044]dkf2007-03-111-3/+15
* * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116]Miguel Sofer2007-03-101-10/+13
* Fix [Bug 1675116]dkf2007-03-091-13/+20
* Moved [lindex] guts to tclListObj.c, same as [lset] guts.dkf2007-03-081-187/+23
* * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient pr...dgp2007-03-071-180/+66
* * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp2007-03-021-1/+2
* Added comments warning against certain optimizationsdgp2007-03-021-1/+10
* * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementationdgp2007-03-021-20/+11
* * generic/tclCmdIL.c (Info*Cmd): Code simplifications anddgp2007-03-021-28/+20
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplificationsdgp2007-03-011-15/+6
* * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplificationsdgp2007-03-011-19/+5
* Remove line with no effectdgp2007-03-011-2/+1
* * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the samedgp2007-03-011-47/+24
* * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make andgp2007-03-011-63/+28
* Function header/whitespace police/general format fixesdkf2007-02-061-574/+589
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-8/+270
* TIP#270 IMPLEMENTATIONdgp2006-11-151-3/+3
* Optimize for the unshared case.dkf2006-11-091-12/+28
* Implemented [lreverse] from TIP#272dkf2006-11-091-1/+51
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-3/+3
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-5/+5