summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-4/+4
|\
* \ Merge 8.7jan.nijtmans2020-12-081-4/+4
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-4/+4
* | Merge 8.7jan.nijtmans2020-10-261-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-10-261-1/+1
| |\
| | * Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-261-1/+1
* | | Merge 8.7jan.nijtmans2020-09-281-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-281-1/+1
| |\ \ | | |/
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-1/+1
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-9/+10
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-9/+10
* | | Merge 8.7jan.nijtmans2020-05-141-21/+21
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-141-21/+21
| |\ \ | | |/
| | * In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-21/+21
| | * Merge 8.5jan.nijtmans2019-06-261-2/+2
* | | merge 8.7dgp2020-03-061-107/+37
|\ \ \ | |/ /
| * | More TCL_UNUSED().dgp2020-03-061-107/+37
* | | Merge 8.7jan.nijtmans2020-02-281-5/+42
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-291-4/+41
| |\ \
| * \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-1/+1
* | | | Merge 8.7jan.nijtmans2019-08-011-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| |/ /
* | | Merge 8.7. The changes in tclCmdIL.c fix the travis build.jan.nijtmans2019-05-081-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
* | | Merge trunkjan.nijtmans2019-02-051-2/+2
|\ \ \
| * | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+2
* | | | Merge trunkjan.nijtmans2019-02-041-4/+4
|\ \ \ \ | |/ / /
| * | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-4/+4
| |\ \ \ | | |/ /
* | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-21/+21
|/ / /
* | | Merge 8.7jan.nijtmans2019-01-161-12/+12
|\ \ \ | |/ /
| * | More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-12/+12
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-3/+5
* | | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2018-09-271-55/+4
|\ \ \ | |/ /
| * | 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
* | | merge trunkjan.nijtmans2018-08-111-2/+2
|\ \ \ | |/ /
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
* | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-2/+2
* | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-1/+1
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2018-05-231-21/+23
|\ \ \ | |/ /
| * | General code style cleanup.dkf2018-05-131-21/+23
* | | Merge trunkjan.nijtmans2018-04-151-249/+174
|\ \ \ | |/ /
| * | [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