summaryrefslogtreecommitdiffstats
path: root/generic/tclListObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warnings, compiling on 32-bit Linuxjan.nijtmans2020-09-181-3/+3
* Merge 8.7jan.nijtmans2020-09-171-3/+5
|\
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+5
| * Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-3/+3
| | * end-of-line spacingjan.nijtmans2019-05-241-7/+7
| | |\
* | | \ Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: ...jan.nijtmans2020-06-071-3/+3
|\ \ \ \ | |/ / /
| * | | If "endValue" doesn't matter in TclGetIntForIndexM() call, use INT_MAX - 1, n...jan.nijtmans2020-06-071-3/+3
* | | | Merge 8.7. Change TclListObjRange() signature, using size_t for index argumen...jan.nijtmans2020-06-051-7/+8
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2020-03-071-6/+2
|\ \ \ \ | |/ / /
| * | | moredgp2020-03-061-6/+2
* | | | Merge 8.7jan.nijtmans2020-02-291-13/+12
|\ \ \ \ | |/ / /
| * | | Better error-message in case of "index out of range", mentioning the actual i...jan.nijtmans2020-02-291-13/+12
* | | | Merge 8.7jan.nijtmans2020-02-281-11/+13
|\ \ \ \ | |/ / /
| * | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-0/+2
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-11/+11
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-11/+11
* | | | | Merge 8.7jan.nijtmans2019-08-151-11/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-11/+11
| |/ / /
* | | | merge 8.7dkf2019-04-191-1/+1
|\ \ \ \ | |/ / /
| * | | Style corrections and warning eliminationdkf2019-04-181-1/+1
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | | Merge 8.7jan.nijtmans2019-02-251-1/+1
|\ \ \ \ | |/ / /
| * | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-1/+1
* | | | Merge trunkjan.nijtmans2019-02-041-8/+8
|\ \ \ \
| * \ \ \ Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-11/+17
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7jan.nijtmans2019-01-281-5/+5
| |\ \ \ \ | | |/ / /
| | * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-5/+5
| | * | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
| | |\ \ \ | | | |/ /
* | | | | Merge trunk. All callers of TclIndexDecode and related functions now adapted ...jan.nijtmans2019-01-201-11/+17
|\ \ \ \ \ | |/ / / /
* | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-10/+12
|/ / / /
* | | | Merge 8.7jan.nijtmans2019-01-161-1/+1
|\ \ \ \ | |/ / /
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-7/+7
* | | | Merge 8.7jan.nijtmans2018-12-111-9/+4
|\ \ \ \ | |/ / /
| * | | Merge and adapt 8.6dgp2018-11-091-3/+5
| |\ \ \ | | |/ /
| | * | merge 8.5dgp2018-11-091-1/+18
| | |\ \ | | | |/
| | | * Revise bug fix to support (length == 0) correctly.dgp2018-11-091-1/+18
| * | | Implement TIP 523dkf2018-11-061-6/+15
| |\ \ \
| | * | | Simplify to only accept index arguemnts. No index list.pspjuth2018-10-241-10/+3
| | * | | Implement TIP 523, New lpop commandpspjuth2018-10-221-5/+21
* | | | | [35a8f1c04a] Fix bad lengths when creating string rep of some lists.dgp2018-11-131-3/+5
* | | | | Implement TIP 445dgp2018-11-131-80/+171
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.7dgp2018-03-301-0/+81
| |\ \ \ \ | | |/ / /
| * | | | merge 8.7dgp2017-11-151-3/+3
| |\ \ \ \
| * | | | | Rework [lset] internals to be sure outdated intreps get purged.dgp2017-09-121-9/+30
| * | | | | Make sure ListObjReplace invalidates outdated intreps.dgp2017-09-121-2/+7
| * | | | | Make sure ListObjAppendElement invalidates outdated intreps.dgp2017-09-121-0/+4
| * | | | | merge trunkdgp2016-11-161-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2016-11-041-7/+7
| |\ \ \ \ \ \
| * | | | | | | Purge more direct accesses to bytes field.dgp2016-10-071-1/+1