summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-1/+1
* merge 8.7dgp2018-03-301-43/+1
|\
| * merge 8.7dgp2018-03-151-90/+185
| |\
| * | Refactored lrange to common function.pspjuth2017-12-291-43/+1
* | | merge 8.7dgp2018-03-111-40/+48
|\ \ \ | | |/ | |/|
| * | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-40/+48
| |\ \
| | * | Use new machinery to repair index value flaws in [lsort].dgp2018-03-091-17/+18
| | * | Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-18/+25
| | * | More demonstration tests of index value encoding flaws.dgp2018-03-091-0/+3
| | * | Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37].dgp2018-03-081-1/+1
* | | | merge 8.7dgp2018-03-051-50/+137
|\ \ \ \ | |/ / /
| * | | TIP 351 Implementation.dgp2018-03-051-50/+137
| |\ \ \
| | * | | Allow -stride 1.pspjuth2018-01-251-2/+2
| | * | | Add -stride to lsearch. TIP#351pspjuth2018-01-021-50/+137
| | | |/ | | |/|
* | | | merge core-8-branchjan.nijtmans2018-02-061-2/+1
|\ \ \ \ | |/ / /
| * | | Revise the TclStringCat() interface to follow a common pattern.dgp2018-02-051-2/+1
* | | | merge core-8-branchjan.nijtmans2018-01-291-2/+3
|\ \ \ \ | |/ / /
| * | | Fix segfault due to shimmering in [join $l $l]. (Test join-4.1).dgp2018-01-271-2/+3
| |\ \ \ | | |/ / | |/| / | | |/
* | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
|/ /
* | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-2/+2
* | merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
|\ \ | |/
| * Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | merge core-8-6-branchsebres2017-05-291-19/+18
|\ \ | |/
| * fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the ...sebres2017-05-291-19/+18
* | merge core-8-6-branchjan.nijtmans2017-05-291-2/+2
|\ \ | |/
| * Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-2/+2
* | Fix [7c7d3b4481d4e4e86420b54031f4abd1df18d64|7c7d3b4481]: load test failures....jan.nijtmans2017-01-051-3/+0
* | Bring back stub table in original state.jan.nijtmans2016-12-081-1/+1
|\ \
* | | Merge trunk.jan.nijtmans2016-11-251-5/+13
|/ /
* | WIPdgp2016-10-281-3/+2
* | When appropriate, implement [join] with the common [string cat] engine.dgp2016-10-281-15/+36
|\ \
| * | Add obvious optimizations to [join] implementation.dgp2016-10-281-0/+10
|/ /
* | Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+8
|\ \ | |/
| * Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+8
| |\
| | * Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+8
* | | Merge core-8-6-branch: jan.nijtmans2016-07-071-2/+1
|\ \ \ | |/ /
| * | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-2/+1
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-2/+2
|/ /
* | [c95b9fc0e3] Make errorcodes out of level parsing more consistent.dkf2016-06-221-2/+2
* | [47ac84309b] Import of aspect's branch from his personal repository on chisel...dkf2016-03-301-1/+1
* | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp2015-11-201-2/+8
|\ \ | |/
| * [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp2015-11-201-2/+8
* | Revised fix for memleak in [info frame]. Still pretty ugly, but not moredgp2014-07-171-1/+9
* | Backout checkin that broke test io-39.1.dgp2014-07-161-9/+1
* | Repair improper assertion.dgp2014-07-161-1/+1
* | Stop memleak in [info frame].dgp2014-07-111-1/+9
* | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...jan.nijtmans2014-05-121-14/+15
* | Big simplification of the bug fix.dgp2013-12-181-66/+34
* | Factor out the level offsetting into a final pass. Let the firstdgp2013-12-171-16/+27
* | Refactoring work on the "chain" operation.dgp2013-12-161-53/+48