summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 3587651 fix [info functions] (Re-implementation in Tcl)dgp2012-11-161-8/+31
* make some more internal tables constjan.nijtmans2012-04-181-60/+60
|\
* | Limits on list length were too strict. Revised panics to errors where possible.dgp2011-04-211-12/+5
* | Use ListRepPtr(.) and other cleanup.dgp2011-04-181-23/+11
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * 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 (InfoFrameCmd): Backport of fix made on theandreas_kupries2008-06-161-26/+30
| * * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditionalandreas_kupries2008-06-121-9/+18
| * Prevent shimmering crash in [lsearch] when -exact and -integer/-real aredkf2007-12-051-1/+3
| * Fix [Bug 1675116] in a way suitable for 8.4.dkf2007-03-101-1/+13
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-6/+291
| * Fix [Bug 1374778]dkf2005-12-091-2/+13
| * Fix [Bug 1366683]dkf2005-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"dkf2005-07-291-3/+6
| * * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
| * Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-2/+10
| * Speed up [info <thing> <simplePattern>]dkf2004-10-141-51/+163
| * Fixed confusing error message. [Bug 771539]dkf2003-07-151-2/+2
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-5/+2
* | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrongdkf2010-06-221-2/+2
* | Backport of memory leak plug.dkf2009-08-201-1/+4
* | * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-4/+2
* | Missed a (minor) change.dkf2008-09-271-2/+2
* | Fix [Bug 2130992].dkf2008-09-271-2/+18
* | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line beforedas2008-08-141-2/+4
* | * 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