summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-14/+8
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-13/+7
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-7/+13
* Error message consistency improvements. [Bug 1534628]dkf2006-08-091-3/+3
* Fix [Bug 1374778]dkf2005-12-091-4/+18
* Fix [Bug 1366683]dkf2005-11-291-3/+17
* * generic/tclBinary.c:Miguel Sofer2005-11-041-7/+7
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-55/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-2/+17
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-15/+5
* More whitespace cleansing and _ANSI_ARGS_ purgingdkf2005-08-261-192/+166
* Take care with globals that have an entry in the var table but "don't exist"dkf2005-07-291-19/+41
* Getting more systematic about styledkf2005-07-171-556/+582
* Stop warningdkf2005-07-141-2/+2
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-14/+48
* TIP#229 implementationdkf2005-05-301-6/+124
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-1/+8
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-33/+13
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-141-3/+4
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-9/+2
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-1/+9
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-5/+5
* TIP#217 implementationdkf2004-10-141-12/+32
* Speed up [info <thing> <simplePattern>]dkf2004-10-141-47/+158
* Convert to using the TclGetString macro; slightly faster...dkf2004-10-061-27/+27