summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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 (SortElement): Use unions properly in thedonal.k.fellows@manchester.ac.uk2011-01-011-25/+28
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -indexdonal.k.fellows@manchester.ac.uk2010-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