| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ... | sebres | 2017-05-29 | 1 | -19/+18 |
|
|
* | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
|
|
* | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 1 | -0/+8 |
|\ |
|
| * | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 1 | -0/+8 |
|
|
* | | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -2/+1 |
|
|
* | | [c95b9fc0e3] Make errorcodes out of level parsing more consistent. | dkf | 2016-06-22 | 1 | -2/+2 |
|
|
* | | [47ac84309b] Import of aspect's branch from his personal repository on chisel... | dkf | 2016-03-30 | 1 | -1/+1 |
|
|
* | | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp | 2015-11-20 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp | 2015-11-20 | 1 | -2/+8 |
|
|
* | | Revised fix for memleak in [info frame]. Still pretty ugly, but not more | dgp | 2014-07-17 | 1 | -1/+9 |
|
|
* | | Backout checkin that broke test io-39.1. | dgp | 2014-07-16 | 1 | -9/+1 |
|
|
* | | Repair improper assertion. | dgp | 2014-07-16 | 1 | -1/+1 |
|
|
* | | Stop memleak in [info frame]. | dgp | 2014-07-11 | 1 | -1/+9 |
|
|
* | | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea... | jan.nijtmans | 2014-05-12 | 1 | -14/+15 |
|
|
* | | Big simplification of the bug fix. | dgp | 2013-12-18 | 1 | -66/+34 |
|
|
* | | Factor out the level offsetting into a final pass. Let the first | dgp | 2013-12-17 | 1 | -16/+27 |
|
|
* | | Refactoring work on the "chain" operation. | dgp | 2013-12-16 | 1 | -53/+48 |
|
|
* | | Simplify the coding of the unchain operation. | dgp | 2013-12-13 | 1 | -31/+9 |
|
|
* | | Draft fix for Bug 0b874c344d. Includes test. | dgp | 2013-12-05 | 1 | -4/+56 |
|
|
* | | Consolidate some helper routines. | dgp | 2013-08-14 | 1 | -19/+0 |
|
|
* | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp | 2013-08-10 | 1 | -3/+22 |
|
|
* | | Eliminate the union that is no longer needed. | dgp | 2013-08-06 | 1 | -6/+3 |
|
|
* | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to | dgp | 2013-08-06 | 1 | -20/+5 |
|
|
* | | silence compiler warning | dgp | 2013-05-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | silence compiler warning | dgp | 2013-05-22 | 1 | -1/+2 |
|
|
* | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 1 | -5/+5 |
|
|
* | | 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 |
|
|