summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-05-111-2/+2
|\
| * Merge 8.6jan.nijtmans2020-05-111-2/+2
| |\
| | * occurance -> occurrence.jan.nijtmans2020-05-111-2/+2
* | | Merge 8.7jan.nijtmans2020-05-071-1/+1
|\ \ \ | |/ /
| * | Fix [fad64a857e76f98e]: "lsearch" provides wrong errorCode with bad -stride ...jan.nijtmans2020-05-071-1/+1
* | | Merge 8.7jan.nijtmans2020-05-051-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-051-3/+3
| |\ \ | | |/
| | * More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in...jan.nijtmans2020-05-051-5/+5
* | | merge 8.7 (lpop SF fix)sebres2020-03-111-0/+8
|\ \ \ | |/ /
| * | close [234d6c811d]: fixed segfault on empty list variable by "lpop" without i...sebres2020-03-111-0/+8
* | | merge 8.7dgp2020-03-061-122/+60
|\ \ \ | |/ /
| * | More TCL_UNUSED().dgp2020-03-061-122/+60
* | | Merge 8.7jan.nijtmans2020-02-291-4/+4
|\ \ \ | |/ /
| * | Better error-message in case of "index out of range", mentioning the actual i...jan.nijtmans2020-02-291-4/+4
* | | Merge 8.7jan.nijtmans2020-02-281-32/+73
|\ \ \ | |/ /
| * | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-32/+73
| |\ \
| | * \ Merge 8.7jan.nijtmans2020-02-131-2/+20
| | |\ \
| | * \ \ Merge tip-548jan.nijtmans2019-08-291-8/+49
| | |\ \ \
| | * \ \ \ Merge tip-548jan.nijtmans2019-08-151-14/+14
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-20/+20
| | |\ \ \ \
| | * | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
| | |/ / / /
* | | | | | Merge 8.7jan.nijtmans2020-02-261-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-02-261-3/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-3/+3
* | | | | merge 8.7sebres2020-01-171-2/+20
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.6sebres2020-01-171-2/+20
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort)sebres2020-01-171-2/+20
| | |\ \
| | | * | closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would t...sebres2020-01-171-2/+20
* | | | | Merge 8.7jan.nijtmans2019-08-151-14/+14
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-14/+14
| | |_|/ | |/| |
* | | | merge 8.7dgp2019-06-281-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
| |\ \ \ | | |/ /
| | * | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
| | * | end-of-line spacingjan.nijtmans2019-05-241-1/+1
| | |\ \ | | | |/
* | | | Merge 8.7. The changes in tclCmdIL.c fix the travis build.jan.nijtmans2019-05-081-9/+7
|\ \ \ \ | |/ / /
| * | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-081-21/+19
* | | | merge 8.7dgp2019-05-031-3/+6
|\ \ \ \ | |/ / /
| * | | Plug memleak in [lpop] due to mishandling the unconventional recountingdgp2019-04-241-3/+6
* | | | merge 8.7dkf2019-04-191-1/+137
|\ \ \ \ | |/ / /
| * | | Style corrections and warning eliminationdkf2019-04-181-1/+1
| * | | Tests, and reduce number of copies.dkf2019-03-301-7/+29
| * | | Implementation of [lremove].dkf2019-03-301-0/+114
* | | | Merge 8.7. Tcl_BackgroundError is now a macro.jan.nijtmans2019-02-101-1/+1
|\ \ \ \ | |/ / /
* | | | Change TclGetIntForIndex() and TclGetIntForIndexM() to return a size_t value ...jan.nijtmans2019-02-081-36/+41
|\ \ \ \
| * \ \ \ Merge trunkjan.nijtmans2019-02-041-4/+4
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge trunkjan.nijtmans2019-01-241-2/+2
| |\ \ \ \
| * \ \ \ \ Merge trunk. All callers of TclIndexDecode and related functions now adapted ...jan.nijtmans2019-01-201-25/+35
| |\ \ \ \ \
| * | | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-14/+13
* | | | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-4/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
* | | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-2/+2
| |_|/ / / |/| | | |