summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Merge 8.7jan.nijtmans2019-01-181-5/+12
|\ \ \ | |/ / | | / | |/ |/|
| * Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use...jan.nijtmans2019-01-181-3/+10
* | Merge 8.7jan.nijtmans2019-01-161-7/+7
|\ \ | |/
| * More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-7/+7
* | Merge 8.7jan.nijtmans2018-12-181-9/+8
|\ \ | |/
| * Internal minor optimization of TIP #502 implementation. No difference in any ...jan.nijtmans2018-12-181-9/+8
* | Merge 8.7jan.nijtmans2018-12-121-21/+21
|\ \ | |/
| * If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-21/+21
| * Implement TIP 523dkf2018-11-061-0/+90
| |\
| | * Simplify to only accept index arguemnts. No index list.pspjuth2018-10-241-11/+4
| | * Implement TIP 523, New lpop commandpspjuth2018-10-221-0/+97
* | | Implement TIP 445dgp2018-11-131-14/+4
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-17/+63
| |\ \ | | |/
| * | merge 8.7dgp2018-03-301-43/+1
| |\ \
| * \ \ merge 8.7dgp2018-03-101-40/+48
| |\ \ \
| * \ \ \ merge 8.7dgp2018-03-051-50/+137
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-02-061-2/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-01-291-2/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2017-11-301-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-09-011-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkdgp2017-06-061-21/+20
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-5/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-011-9/+37
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-281-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-04-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | More purging of direct access to bytes field where it isn't important.dgp2016-03-241-14/+4
* | | | | | | | | | | | | | | | | Adapted TIP 523dgp2018-11-131-0/+90
* | | | | | | | | | | | | | | | | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-09-271-14/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2018-08-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | More size_t API changes (*.decls files are complete now)jan.nijtmans2018-07-031-1/+2