Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-10-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix [d554e5554e]: fix typo “defintion” | jan.nijtmans | 2022-10-20 | 1 | -34/+34 |
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -9/+10 |
* | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -2/+2 |
* | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -5/+5 |
* | | | More progress | jan.nijtmans | 2022-03-18 | 1 | -27/+27 |
* | | | More progress | jan.nijtmans | 2022-03-17 | 1 | -1/+1 |
* | | | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -50/+50 |
|\ \ \ | |||||
* | | | | More progress | jan.nijtmans | 2022-03-09 | 1 | -50/+50 |
* | | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -62/+62 |
* | | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList too | jan.nijtmans | 2022-01-24 | 1 | -2/+3 |
* | | | | Tcl Dicts > 2^31 elements too | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-10-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro... | jan.nijtmans | 2020-10-26 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
| | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -9/+10 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -9/+10 |
* | | | 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 |
|\ \ \ | |/ / |