| Commit message (Expand) | Author | Age | Files | Lines |
* | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -20/+20 |
|
|
* | 3587651 Fix [info functions] and Tcl_ListMathFuncs(). | dgp | 2012-11-16 | 1 | -8/+31 |
|\ |
|
| * | 3587651 fix [info functions] (Re-implementation in Tcl) | dgp | 2012-11-16 | 1 | -8/+31 |
|
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -60/+60 |
| |\ |
|
* | | | Compilation of [info commands] in the case of a fully-qualified literal name. | dkf | 2012-10-29 | 1 | -1/+1 |
|
|
* | | | merge trunk | dkf | 2012-08-04 | 1 | -118/+133 |
|\ \ \ |
|
| * | | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -118/+133 |
|
|
* | | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 1 | -2/+2 |
|/ / / |
|
* | | | Further corrections to [info frame] in a coroutine. | dgp | 2011-09-23 | 1 | -21/+45 |
|
|
* | | | Revise [info frame] so that it stops creating cycles | dgp | 2011-09-22 | 1 | -1/+1 |
|
|
* | | | Small changes to quell gcc warnings and make message generation less ugly. | dkf | 2011-08-16 | 1 | -6/+3 |
|
|
* | | | Limits on list length were too strict. Revised panics to errors where possible. | dgp | 2011-04-21 | 1 | -14/+5 |
|\ \ \
| |/ / |
|
| * | | Limits on list length were too strict. Revised panics to errors where possible. | dgp | 2011-04-21 | 1 | -12/+5 |
|
|
* | | | Use ListRepPtr(.) and other cleanup. | dgp | 2011-04-18 | 1 | -21/+10 |
|\ \ \
| |/ / |
|
| * | | Use ListRepPtr(.) and other cleanup. | dgp | 2011-04-18 | 1 | -23/+11 |
|
|
* | | | Test _before_ commit, not after... | dkf | 2011-04-04 | 1 | -2/+2 |
|
|
* | | | More generation of error codes (miscellaneous commands mostly already handled). | dkf | 2011-04-04 | 1 | -6/+31 |
|
|
* | | | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -14/+8 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
| | * | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting | andreas_kupries | 2008-07-07 | 1 | -2/+2 |
|
|
| | * | * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on the | andreas_kupries | 2008-06-16 | 1 | -26/+30 |
|
|
| | * | * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional | andreas_kupries | 2008-06-12 | 1 | -9/+18 |
|
|
| | * | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are | dkf | 2007-12-05 | 1 | -1/+3 |
|
|
| | * | Fix [Bug 1675116] in a way suitable for 8.4. | dkf | 2007-03-10 | 1 | -1/+13 |
|
|
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -6/+291 |
|
|
| | * | Fix [Bug 1374778] | dkf | 2005-12-09 | 1 | -2/+13 |
|
|
| | * | Fix [Bug 1366683] | dkf | 2005-11-29 | 1 | -3/+18 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -2/+3 |
|
|
| | * | Take care with globals that have an entry in the var table but "don't exist" | dkf | 2005-07-29 | 1 | -3/+6 |
|
|
| | * | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 1 | -6/+8 |
|
|
| | * | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -2/+10 |
|
|
| | * | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -51/+163 |
|
|
| | * | Fixed confusing error message. [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|
|
| | * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -5/+2 |
|
|
| * | | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong | dkf | 2010-06-22 | 1 | -2/+2 |
|
|
| * | | Backport of memory leak plug. | dkf | 2009-08-20 | 1 | -1/+4 |
|
|
| * | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -4/+2 |
|
|
| * | | Missed a (minor) change. | dkf | 2008-09-27 | 1 | -2/+2 |
|
|
| * | | Fix [Bug 2130992]. | dkf | 2008-09-27 | 1 | -2/+18 |
|
|
| * | | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before | das | 2008-08-14 | 1 | -2/+4 |
|
|
| * | | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
| * | | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting | andreas_kupries | 2008-07-07 | 1 | -2/+2 |
|
|
| * | | * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the | andreas_kupries | 2008-06-16 | 1 | -41/+46 |
|
|
* | | | * generic/tclCmdIL.c (SortElement): Use unions properly in the | dkf | 2011-01-01 | 1 | -25/+28 |
|
|
* | | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 1 | -44/+48 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -26/+26 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -4/+15 |
|
|