summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tip-548jan.nijtmans2019-08-291-4/+41
|\
* \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
|\ \ | |/
| * Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
* | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-1/+1
|/
* Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-081-24/+24
* More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-12/+12
* Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Valuesdkf2018-09-271-55/+4
|\
| * Rest of TIP 505 implementation -- mostly undoing dumb things.dgp2018-03-261-56/+4
| * Work in progress implementing TIP 505.dgp2018-03-261-0/+1
* | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
* | General code style cleanup.dkf2018-05-131-21/+23
* | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-253/+148
|\ \ | |/
| * Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-109/+19
| * Stop failing error ordering tests in compiled [lreplace].dgp2018-03-081-18/+31
| * Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37].dgp2018-03-081-203/+77
| * Establish 4 symbols for categories of parsed index values:dgp2018-03-071-52/+64
| * Rework TclGetIndexFromToken to make use of TclGetEndOffsetFromObj, anddgp2018-03-071-22/+73
| * Incorporate sebres work on the same ticket. Good stuff!dgp2018-03-071-11/+46
| |\
| | * try to fix [db36fa5122]: better compiled variants of several indices-related ...sebres2018-03-061-11/+46
* | | Merge 8.6jan.nijtmans2018-03-071-3/+22
|\ \ \ | |/ /
| * | various bits of ranting commentarydgp2018-03-061-3/+22
| |/
* | merge 8.6dgp2018-03-011-32/+43
|\ \ | |/
| * Some comments info for the next folks who come wandering in.dgp2018-03-011-1/+13
| * Refactor to eliminate duplicate routine parsing tokens as indices.dgp2018-03-011-31/+30
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-1/+1
|\ \ | |/
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
|/
* [47ac84309b] Import of aspect's branch from his personal repository on chisel...dkf2016-03-301-7/+40
* [47ac84309b] Fix problems with [lreplace] compilation.dkf2016-03-271-2/+12
* Simple change gets most of the effect. Fails to handle backslash. anyone care?dgp2016-03-111-1/+3
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests.dgp2015-06-181-1/+1
|\
| * fix for a4cb3f06c4fe - bug introduced in 32b61592465aspect2015-06-161-1/+1
* | Tidier version.dkf2015-05-191-15/+1
* | Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode.dgp2015-05-191-9/+10
|/
* undo erroneous change in [1fa2e32e07]aspect2015-02-191-1/+1
* handle [lreplace l x y ...] where y<xaspect2015-02-191-3/+4
* (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1aspect2015-02-191-1/+4
* Use more suitable variable name pushers.dgp2014-12-231-10/+6
* [214cc0eb22] Restore [lappend $var] return value to the 8.6.1- behavior.dgp2014-11-051-1/+1
* Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd]Miguel Sofer2014-09-271-2/+0
* [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-091-3/+4
* [ccc2c2cc98]: lreplace edge casedkf2014-09-051-1/+13
* [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedkf2014-07-181-43/+17
* added compilation for [nextto]dkf2014-01-191-0/+25
* merge main working branchdkf2013-12-301-0/+35
* implement [namespace origin] in bytecodedkf2013-12-301-0/+22
* merge trunkdkf2013-12-231-0/+2
|\
| * remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ...mig2013-12-201-0/+2
* | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-1/+1