summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Big simplification of the bug fix.dgp2013-12-181-66/+34
* Factor out the level offsetting into a final pass. Let the firstdgp2013-12-171-16/+27
* Refactoring work on the "chain" operation.dgp2013-12-161-53/+48
* Simplify the coding of the unchain operation.dgp2013-12-131-31/+9
* Draft fix for Bug 0b874c344d. Includes test.dgp2013-12-051-4/+56
* Consolidate some helper routines.dgp_bye_ctx_eval_flagdgp2013-08-141-19/+0
* Arrange for both execution traces and [info frame] to get their pre-substdgp2013-08-101-3/+22
* Eliminate the union that is no longer needed.dgp2013-08-061-6/+3
* The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp2013-08-061-20/+5
* silence compiler warningdgp2013-05-221-1/+2
|\
| * silence compiler warningdgp2013-05-221-1/+2
* | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-5/+5
|\ \ | |/
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-5/+5
* | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-20/+20
* | 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