| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
* | | 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 | -23/+11 |
|
|
* | | 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 (Tcl_LsortObjCmd): Use ckalloc() to allocate | dgp | 2008-03-14 | 1 | -4/+3 |
|
|
* | | * generic/tclCmdIl.c (Tcl_LreverseObjCmd): | Miguel Sofer | 2008-01-22 | 1 | -1/+10 |
|
|
* | | * generic/tclCmdIL.c: more [lsort] data handling streamlines. The | Miguel Sofer | 2007-12-26 | 1 | -137/+108 |
|
|
* | | * generic/tclCmdIL.c: more [lsort] data handling streamlines. | Miguel Sofer | 2007-12-25 | 1 | -51/+63 |
|
|
* | | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. | Miguel Sofer | 2007-12-23 | 1 | -41/+109 |
|
|
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid | Miguel Sofer | 2007-12-22 | 1 | -23/+36 |
|
|
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 1 | -12/+24 |
|
|
* | | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of | Miguel Sofer | 2007-12-22 | 1 | -2/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. | dkf | 2007-12-05 | 1 | -1/+15 |
|
|
* | | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 1 | -42/+3 |
|
|
* | | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -34/+36 |
|
|
* | | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -7/+12 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -36/+36 |
|
|
* | | * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internal | das | 2007-09-13 | 1 | -14/+41 |
|
|
* | | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -449/+6 |
|
|
* | | fix typo ... donal broke the build | Miguel Sofer | 2007-07-01 | 1 | -2/+2 |
|
|
* | | Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu... | dkf | 2007-06-30 | 1 | -9/+11 |
|
|
* | | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. | dgp | 2007-06-22 | 1 | -3/+5 |
|
|