| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2020-05-14 | 1 | -21/+21 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -21/+21 |
| |\ |
|
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -21/+21 |
|
|
| | * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -2/+2 |
|
|
* | | | merge 8.7 | dgp | 2020-03-06 | 1 | -107/+37 |
|\ \ \
| |/ / |
|
| * | | More TCL_UNUSED(). | dgp | 2020-03-06 | 1 | -107/+37 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -5/+42 |
|\ \ \
| |/ / |
|
| * | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -4/+41 |
| |\ \ |
|
| * \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-01 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge 8.7. The changes in tclCmdIL.c fix the travis build. | jan.nijtmans | 2019-05-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -24/+24 |
|
|
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-02-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -2/+2 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-02-04 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -4/+4 |
| |\ \ \
| | |/ / |
|
* | | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet. | jan.nijtmans | 2019-01-17 | 1 | -21/+21 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-16 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -12/+12 |
|
|
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -3/+5 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2018-09-27 | 1 | -55/+4 |
|\ \ \
| |/ / |
|
| * | | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values | dkf | 2018-09-27 | 1 | -55/+4 |
| |\ \
| | |/ |
|
| | * | Rest of TIP 505 implementation -- mostly undoing dumb things. | dgp | 2018-03-26 | 1 | -56/+4 |
|
|
| | * | Work in progress implementing TIP 505. | dgp | 2018-03-26 | 1 | -0/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2018-08-11 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -2/+2 |
|
|
* | | | Another round of size_t'isms, this time also for Tcl_DString | jan.nijtmans | 2018-06-29 | 1 | -2/+2 |
|
|
* | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk. | jan.nijtmans | 2018-06-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -21/+23 |
|\ \ \
| |/ / |
|
| * | | General code style cleanup. | dkf | 2018-05-13 | 1 | -21/+23 |
|
|
* | | | Merge trunk | jan.nijtmans | 2018-04-15 | 1 | -249/+174 |
|\ \ \
| |/ / |
|
| * | | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -253/+148 |
| |\ \
| | |/ |
|
| | * | Update the command compilers and bytecode execution engine to use new machinery. | dgp | 2018-03-09 | 1 | -109/+19 |
|
|
| | * | Stop failing error ordering tests in compiled [lreplace]. | dgp | 2018-03-08 | 1 | -18/+31 |
|
|
| | * | Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37]. | dgp | 2018-03-08 | 1 | -203/+77 |
|
|
| | * | Establish 4 symbols for categories of parsed index values: | dgp | 2018-03-07 | 1 | -52/+64 |
|
|
| | * | Rework TclGetIndexFromToken to make use of TclGetEndOffsetFromObj, and | dgp | 2018-03-07 | 1 | -22/+73 |
|
|
| | * | Incorporate sebres work on the same ticket. Good stuff! | dgp | 2018-03-07 | 1 | -11/+46 |
| | |\ |
|
| | | * | try to fix [db36fa5122]: better compiled variants of several indices-related ... | sebres | 2018-03-06 | 1 | -11/+46 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-03-07 | 1 | -3/+22 |
| |\ \ \
| | |/ / |
|
| | * | | various bits of ranting commentary | dgp | 2018-03-06 | 1 | -3/+22 |
| | |/ |
|
| * | | merge 8.6 | dgp | 2018-03-01 | 1 | -32/+43 |
| |\ \
| | |/ |
|
| | * | Some comments info for the next folks who come wandering in. | dgp | 2018-03-01 | 1 | -1/+13 |
|
|
| | * | Refactor to eliminate duplicate routine parsing tokens as indices. | dgp | 2018-03-01 | 1 | -31/+30 |
|
|
* | | | Change Tcl_Token definition (int -> size_t). Many related code-changes. | jan.nijtmans | 2018-01-31 | 1 | -3/+5 |
|/ / |
|
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -1/+1 |
|\ \
| |/ |
|