summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify all the Tcl_NRPostProc declarations.dgp@users.sourceforge.net2016-07-061-2/+1
* [c95b9fc0e3] Make errorcodes out of level parsing more consistent.donal.k.fellows@manchester.ac.uk2016-06-221-2/+2
* [47ac84309b] Import of aspect's branch from his personal repository on chisel...donal.k.fellows@manchester.ac.uk2016-03-301-1/+1
* [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp@users.sourceforge.net2015-11-201-2/+8
|\
| * [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp@users.sourceforge.net2015-11-201-2/+8
* | Revised fix for memleak in [info frame]. Still pretty ugly, but not moredgp@users.sourceforge.net2014-07-171-1/+9
* | Backout checkin that broke test io-39.1.dgp@users.sourceforge.net2014-07-161-9/+1
* | Repair improper assertion.dgp@users.sourceforge.net2014-07-161-1/+1
* | Stop memleak in [info frame].dgp@users.sourceforge.net2014-07-111-1/+9
* | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...nijtmans@users.sourceforge.net2014-05-121-14/+15
* | Big simplification of the bug fix.dgp@users.sourceforge.net2013-12-181-66/+34
* | Factor out the level offsetting into a final pass. Let the firstdgp@users.sourceforge.net2013-12-171-16/+27
* | Refactoring work on the "chain" operation.dgp@users.sourceforge.net2013-12-161-53/+48
* | Simplify the coding of the unchain operation.dgp@users.sourceforge.net2013-12-131-31/+9
* | Draft fix for Bug 0b874c344d. Includes test.dgp@users.sourceforge.net2013-12-051-4/+56
* | Consolidate some helper routines.dgp@users.sourceforge.net2013-08-141-19/+0
* | Arrange for both execution traces and [info frame] to get their pre-substdgp@users.sourceforge.net2013-08-101-3/+22
* | Eliminate the union that is no longer needed.dgp@users.sourceforge.net2013-08-061-6/+3
* | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp@users.sourceforge.net2013-08-061-20/+5
* | silence compiler warningdgp@users.sourceforge.net2013-05-221-1/+2
|\ \ | |/
| * silence compiler warningdgp@users.sourceforge.net2013-05-221-1/+2
* | [3613609]: Replace strcasecmp() with UTF-8-aware version.donal.k.fellows@manchester.ac.uk2013-05-221-5/+5
|\ \ | |/
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlynijtmans@users.sourceforge.net2013-05-211-5/+5
* | Add super-simple compiler to many ensemble subcommands to allow better codedonal.k.fellows@manchester.ac.uk2013-01-041-20/+20
* | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp@users.sourceforge.net2012-11-161-8/+31
|\ \ | |/
| * 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
| |\
* | | Compilation of [info commands] in the case of a fully-qualified literal name.donal.k.fellows@manchester.ac.uk2012-10-291-1/+1
* | | merge trunkdonal.k.fellows@manchester.ac.uk2012-08-041-118/+133
|\ \ \
| * | | converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-118/+133
* | | | Compilation of misc info sometimes used in high-performance code.donal.k.fellows@manchester.ac.uk2012-03-041-2/+2
|/ / /
* | | Further corrections to [info frame] in a coroutine.dgp@users.sourceforge.net2011-09-231-21/+45
* | | Revise [info frame] so that it stops creating cyclesdgp@users.sourceforge.net2011-09-221-1/+1
* | | Small changes to quell gcc warnings and make message generation less ugly.donal.k.fellows@manchester.ac.uk2011-08-161-6/+3
* | | Limits on list length were too strict. Revised panics to errors where possible.dgp@users.sourceforge.net2011-04-211-14/+5
|\ \ \ | |/ /
| * | 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-21/+10
|\ \ \ | |/ /
| * | Use ListRepPtr(.) and other cleanup.dgp@users.sourceforge.net2011-04-181-23/+11
* | | Test _before_ commit, not after...donal.k.fellows@manchester.ac.uk2011-04-041-2/+2
* | | More generation of error codes (miscellaneous commands mostly already handled).donal.k.fellows@manchester.ac.uk2011-04-041-6/+31
* | | Better error-message in case of errors related to setting a variablenijtmans@users.sourceforge.net2011-04-041-14/+8
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@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-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 listsakupries@shaw.ca2008-07-231-2/+2
| | * * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingakupries@shaw.ca2008-07-071-2/+2
| | * * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on theakupries@shaw.ca2008-06-161-26/+30
| | * * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditionalakupries@shaw.ca2008-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