summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredonal.k.fellows@manchester.ac.uk2007-04-101-45/+31
* Fix [Bug 1679072]donal.k.fellows@manchester.ac.uk2007-03-121-33/+43
* Fix [Bug 1675044]donal.k.fellows@manchester.ac.uk2007-03-111-3/+15
* * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116]Miguel Sofer2007-03-101-10/+13
* Fix [Bug 1675116]donal.k.fellows@manchester.ac.uk2007-03-091-13/+20
* Moved [lindex] guts to tclListObj.c, same as [lset] guts.donal.k.fellows@manchester.ac.uk2007-03-081-187/+23
* * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient pr...dgp@users.sourceforge.net2007-03-071-180/+66
* * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp@users.sourceforge.net2007-03-021-1/+2
* Added comments warning against certain optimizationsdgp@users.sourceforge.net2007-03-021-1/+10
* * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementationdgp@users.sourceforge.net2007-03-021-20/+11
* * generic/tclCmdIL.c (Info*Cmd): Code simplifications anddgp@users.sourceforge.net2007-03-021-28/+20
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplificationsdgp@users.sourceforge.net2007-03-011-15/+6
* * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplificationsdgp@users.sourceforge.net2007-03-011-19/+5
* Remove line with no effectdgp@users.sourceforge.net2007-03-011-2/+1
* * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the samedgp@users.sourceforge.net2007-03-011-47/+24
* * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make andgp@users.sourceforge.net2007-03-011-63/+28
* Function header/whitespace police/general format fixesdonal.k.fellows@manchester.ac.uk2007-02-061-574/+589
* * generic/tclBasic.c: TIP #280 implementation.andreask@activestate.com2006-11-281-8/+270
* TIP#270 IMPLEMENTATIONdgp@users.sourceforge.net2006-11-151-3/+3
* Optimize for the unshared case.donal.k.fellows@manchester.ac.uk2006-11-091-12/+28
* Implemented [lreverse] from TIP#272donal.k.fellows@manchester.ac.uk2006-11-091-1/+51
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp@users.sourceforge.net2006-11-021-3/+3
* * generic/tclBasic.c: Refactored and renamed the routinesdgp@users.sourceforge.net2006-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... :-}donal.k.fellows@manchester.ac.uk2006-10-201-13/+7
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydonal.k.fellows@manchester.ac.uk2006-10-201-7/+13
* Error message consistency improvements. [Bug 1534628]donal.k.fellows@manchester.ac.uk2006-08-091-3/+3
* Fix [Bug 1374778]donal.k.fellows@manchester.ac.uk2005-12-091-4/+18
* Fix [Bug 1366683]donal.k.fellows@manchester.ac.uk2005-11-291-3/+17
* * generic/tclBinary.c:Miguel Sofer2005-11-041-7/+7
* * generic/tclClock.c: Removed some dead code.dgp@users.sourceforge.net2005-10-191-55/+1
* TIP#237 IMPLEMENTATIONdgp@users.sourceforge.net2005-10-081-2/+17
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp@users.sourceforge.net2005-09-141-15/+5
* More whitespace cleansing and _ANSI_ARGS_ purgingdonal.k.fellows@manchester.ac.uk2005-08-261-192/+166
* Take care with globals that have an entry in the var table but "don't exist"donal.k.fellows@manchester.ac.uk2005-07-291-19/+41
* Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-171-556/+582
* Stop warningdonal.k.fellows@manchester.ac.uk2005-07-141-2/+2
* Implementation of TIP#241 from Joe Mistachkindonal.k.fellows@manchester.ac.uk2005-06-011-14/+48
* TIP#229 implementationdonal.k.fellows@manchester.ac.uk2005-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.dgp@users.sourceforge.net2005-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() todgp@users.sourceforge.net2004-12-011-9/+2
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp@users.sourceforge.net2004-11-241-6/+8
* Make [info globals ::foo] work. [Bug 1057461]donal.k.fellows@manchester.ac.uk2004-10-311-1/+9
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-5/+5
* TIP#217 implementationdonal.k.fellows@manchester.ac.uk2004-10-141-12/+32
* Speed up [info <thing> <simplePattern>]donal.k.fellows@manchester.ac.uk2004-10-141-47/+158
* Convert to using the TclGetString macro; slightly faster...donal.k.fellows@manchester.ac.uk2004-10-061-27/+27