summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-161-8/+31
|\
| * 3587651 fix [info functions] (Re-implementation in Tcl)dgp2012-11-161-8/+31
| * make some more internal tables constjan.nijtmans2012-04-181-60/+60
| |\
* | | Compilation of [info commands] in the case of a fully-qualified literal name.dkf2012-10-291-1/+1
* | | merge trunkdkf2012-08-041-118/+133
|\ \ \
| * | | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-118/+133
* | | | Compilation of misc info sometimes used in high-performance code.dkf2012-03-041-2/+2
|/ / /
* | | Further corrections to [info frame] in a coroutine.dgp2011-09-231-21/+45
* | | Revise [info frame] so that it stops creating cyclesdgp2011-09-221-1/+1
* | | Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-161-6/+3
* | | Limits on list length were too strict. Revised panics to errors where possible.dgp2011-04-211-14/+5
|\ \ \ | |/ /
| * | 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-21/+10
|\ \ \ | |/ /
| * | Use ListRepPtr(.) and other cleanup.dgp2011-04-181-23/+11
* | | Test _before_ commit, not after...dkf2011-04-041-2/+2
* | | More generation of error codes (miscellaneous commands mostly already handled).dkf2011-04-041-6/+31
* | | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-041-14/+8
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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 (SortElement): Use unions properly in thedkf2011-01-011-25/+28
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdkf2010-12-271-44/+48
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-26/+26
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-4/+15
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-3/+3