Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -6/+2 |
|\ | |||||
| * | more | dgp | 2020-03-06 | 1 | -6/+2 |
* | | Merge 8.7 | jan.nijtmans | 2020-02-29 | 1 | -13/+12 |
|\ \ | |/ | |||||
| * | Better error-message in case of "index out of range", mentioning the actual i... | jan.nijtmans | 2020-02-29 | 1 | -13/+12 |
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -11/+13 |
|\ \ | |/ | |||||
| * | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -0/+2 |
| |\ | |||||
| * \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -11/+11 |
| |\ \ | | |/ | |||||
| * | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -11/+11 |
* | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -11/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -11/+11 |
| |/ | |||||
* | | merge 8.7 | dkf | 2019-04-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
* | | Merge 8.7 | jan.nijtmans | 2019-02-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -1/+1 |
* | | Merge trunk | jan.nijtmans | 2019-02-04 | 1 | -8/+8 |
|\ \ | |||||
| * \ | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -11/+17 |
| |\ \ | | |/ | |||||
| * | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -5/+5 |
| | * | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
| | |\ | |||||
* | | \ | Merge trunk. All callers of TclIndexDecode and related functions now adapted ... | jan.nijtmans | 2019-01-20 | 1 | -11/+17 |
|\ \ \ \ | |/ / / | |||||
* | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet. | jan.nijtmans | 2019-01-17 | 1 | -10/+12 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-01-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -7/+7 |
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -9/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge and adapt 8.6 | dgp | 2018-11-09 | 1 | -3/+5 |
| |\ \ | | |/ | |||||
| | * | merge 8.5 | dgp | 2018-11-09 | 1 | -1/+18 |
| | |\ | |||||
| | | * | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 1 | -1/+18 |
| * | | | Implement TIP 523 | dkf | 2018-11-06 | 1 | -6/+15 |
| |\ \ \ | |||||
| | * | | | Simplify to only accept index arguemnts. No index list. | pspjuth | 2018-10-24 | 1 | -10/+3 |
| | * | | | Implement TIP 523, New lpop command | pspjuth | 2018-10-22 | 1 | -5/+21 |
* | | | | | [35a8f1c04a] Fix bad lengths when creating string rep of some lists. | dgp | 2018-11-13 | 1 | -3/+5 |
* | | | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -80/+171 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge 8.7 | dgp | 2018-03-30 | 1 | -0/+81 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | merge 8.7 | dgp | 2017-11-15 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * | | | | | Rework [lset] internals to be sure outdated intreps get purged. | dgp | 2017-09-12 | 1 | -9/+30 |
| * | | | | | Make sure ListObjReplace invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -2/+7 |
| * | | | | | Make sure ListObjAppendElement invalidates outdated intreps. | dgp | 2017-09-12 | 1 | -0/+4 |
| * | | | | | merge trunk | dgp | 2016-11-16 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge trunk | dgp | 2016-11-04 | 1 | -7/+7 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Purge more direct accesses to bytes field. | dgp | 2016-10-07 | 1 | -1/+1 |
| * | | | | | | | Functional conversion of "list" Tcl_ObjType to proposed routines. | dgp | 2016-03-29 | 1 | -76/+131 |
* | | | | | | | | Adapted TIP 523 | dgp | 2018-11-13 | 1 | -6/+15 |
* | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -15/+15 |
|\ \ \ \ \ \ \ \ | |||||
* \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2018-04-15 | 1 | -10/+85 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | merge 8.7 | dgp | 2018-03-30 | 1 | -0/+81 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | merge 8.7 | dgp | 2018-03-15 | 1 | -10/+4 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Refactored lrange to common function. | pspjuth | 2017-12-29 | 1 | -0/+81 |
| | | |_|_|_|/ / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-03-07 | 1 | -10/+4 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | * | | | | | | | Merge 8.6 | jan.nijtmans | 2018-03-07 | 1 | -10/+4 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | / / | | | | |_|_|/ / | | | |/| | | | |