Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -3/+3 |
|\ | |||||
* \ | Merge 8.7 | jan.nijtmans | 2020-11-18 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants... | jan.nijtmans | 2020-11-18 | 1 | -5/+5 |
* | | Merge 8.7 | dkf | 2020-11-08 | 1 | -4/+50 |
|\ \ | |/ | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-10-24 | 1 | -17/+22 |
| |\ | |||||
| * | | Tricky case in function calls. | dkf | 2020-08-24 | 1 | -3/+30 |
| * | | Implementation of TIP 582: comments in expressions | dkf | 2020-08-22 | 1 | -2/+18 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
* | | | | merge 8.7 | dgp | 2020-09-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Restore change with correction. | dgp | 2020-09-28 | 1 | -8/+8 |
| * | | | Revert change that made test expr-20.2 fail. | dgp | 2020-09-28 | 1 | -7/+7 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -8/+8 |
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| | * | | Revert change in ParseLexeme() too | jan.nijtmans | 2020-04-23 | 1 | -2/+3 |
| | * | | Merge 8.5. Failing tests for now. To be remedied shortly. | dgp | 2020-04-16 | 1 | -3/+2 |
| | |\ \ | |||||
| | | * | | Replace calls of TclUtfToUniChar() with TclUtfNext() when caller has no | dgp | 2020-04-14 | 1 | -3/+2 |
| | | * | | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f... | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
* | | | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -7/+12 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -7/+12 |
| | |_|/ | |/| | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -2/+2 |
* | | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -16/+16 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -6/+6 |
| |\ \ \ | |||||
| * | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -10/+10 |
| |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
* | | | | Merge 8.7. Also eliminate some spacing before line-endings | jan.nijtmans | 2019-06-24 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-15 | 1 | -6/+43 |
|\ \ \ \ | |/ / / | |||||
| * | | | And fix the silly error | dkf | 2019-06-05 | 1 | -2/+2 |
| * | | | And the command version of the new operators too. | dkf | 2019-06-05 | 1 | -1/+1 |
| * | | | Start of implementation of string comparison operators. | dkf | 2019-06-05 | 1 | -5/+42 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
| * | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
* | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -2/+2 |
* | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 1 | -2/+2 |
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -2/+2 |
* | | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -3/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | dgp | 2017-09-01 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge trunk | dgp | 2017-06-06 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | Purge more direct accesses to bytes field. | dgp | 2016-10-07 | 1 | -3/+5 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2018-10-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | TIP #502 implementation: Index value reform. | jan.nijtmans | 2018-10-12 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | |