summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrongdkf2010-06-221-2/+3
* | | * generic/tclCmdIL.c (TclInfoFrame): Change this code to usedkf2010-05-171-9/+6
* | | TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-1/+56
* | | Code Audit results:dkf2010-03-051-5/+4
* | | Oops! [Bug 2960852]dkf2010-02-281-9/+12
* | | More additions of {TCL LOOKUP} error-code generation to various subcommands ofdkf2010-02-281-1/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-7/+6
* | | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-221-11/+15
* | | * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-071-2/+2
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-26/+26