summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp@users.sourceforge.net2015-11-201-2/+8
* silence compiler warningdgp@users.sourceforge.net2013-05-221-1/+2
* Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlynijtmans@users.sourceforge.net2013-05-211-5/+5
* 3587651 fix [info functions] (Re-implementation in Tcl)dgp@users.sourceforge.net2012-11-161-8/+31
* make some more internal tables constnijtmans@users.sourceforge.net2012-04-181-60/+60
|\
* | Limits on list length were too strict. Revised panics to errors where possible.dgp@users.sourceforge.net2011-04-211-12/+5
* | Use ListRepPtr(.) and other cleanup.dgp@users.sourceforge.net2011-04-181-23/+11
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreask@activestate.com2008-07-231-2/+2
| * * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreask@activestate.com2008-07-071-2/+2
| * * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on theandreask@activestate.com2008-06-161-26/+30
| * * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditionalandreask@activestate.com2008-06-121-9/+18
| * Prevent shimmering crash in [lsearch] when -exact and -integer/-real aredonal.k.fellows@manchester.ac.uk2007-12-051-1/+3
| * Fix [Bug 1675116] in a way suitable for 8.4.donal.k.fellows@manchester.ac.uk2007-03-101-1/+13
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreask@activestate.com2006-11-281-6/+291
| * Fix [Bug 1374778]donal.k.fellows@manchester.ac.uk2005-12-091-2/+13
| * Fix [Bug 1366683]donal.k.fellows@manchester.ac.uk2005-11-291-3/+18
| * * generic/tclBasic.c:Miguel Sofer2005-10-231-2/+3
| * Take care with globals that have an entry in the var table but "don't exist"donal.k.fellows@manchester.ac.uk2005-07-291-3/+6
| * * 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-2/+10
| * Speed up [info <thing> <simplePattern>]donal.k.fellows@manchester.ac.uk2004-10-141-51/+163
| * Fixed confusing error message. [Bug 771539]donal.k.fellows@manchester.ac.uk2003-07-151-2/+2
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp@users.sourceforge.net2003-04-161-5/+2
* | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrongdonal.k.fellows@manchester.ac.uk2010-06-221-2/+2
* | Backport of memory leak plug.donal.k.fellows@manchester.ac.uk2009-08-201-1/+4
* | * generic/tclCmdIL.c: Removed unused variables.dgp@users.sourceforge.net2009-07-161-4/+2
* | Missed a (minor) change.donal.k.fellows@manchester.ac.uk2008-09-271-2/+2
* | Fix [Bug 2130992].donal.k.fellows@manchester.ac.uk2008-09-271-2/+18
* | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line beforedas2008-08-141-2/+4
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreask@activestate.com2008-07-231-2/+2
* | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreask@activestate.com2008-07-071-2/+2
* | * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on theandreask@activestate.com2008-06-161-41/+46
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocatedgp@users.sourceforge.net2008-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 HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.donal.k.fellows@manchester.ac.uk2007-12-051-1/+15
* | Factor out the core compiled-ensemble builder for simplicity.donal.k.fellows@manchester.ac.uk2007-11-211-42/+3
* | Greatly improved ensemble compiler. This one now can handle any ensemble.donal.k.fellows@manchester.ac.uk2007-11-161-34/+36
* | Compile [info exists] into bytecode. Includes new instructions to support it.donal.k.fellows@manchester.ac.uk2007-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