Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
* | Merge trunk. Also update Tcl_ObjType.version to match TIP 644 | apnadkarni | 2022-11-09 | 1 | -0/+7 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-11-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Deprecate TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-07 | 1 | -1/+1 |
| * | | Merge 8.7. lreplace4 bcc instruction and FLT_MAX fix | apnadkarni | 2022-11-05 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 1 | -6/+7 |
| | * | New bytecode implementation for lreplace | apnadkarni | 2022-10-30 | 1 | -2/+2 |
| | * | New bytecode for linsert | apnadkarni | 2022-10-30 | 1 | -2/+6 |
| | * | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 1 | -0/+2 |
* | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -1/+3 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-08-25 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | [37108037b9]: Code cleanups to support CHERI. Apply patch 0001 and 0003 (and ... | jan.nijtmans | 2022-08-25 | 1 | -2/+6 |
* | | Merge 8.7. Eliminate warning, seen with clang | jan.nijtmans | 2022-06-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-06-13 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Some -1 -> TCL_INDEX_NONE. Update fossil's ignore-glob | jan.nijtmans | 2022-06-13 | 1 | -43/+44 |
| * | Fix merge conflict previous commit | jan.nijtmans | 2022-01-17 | 1 | -1/+0 |
| * | Merge 8.6 | jan.nijtmans | 2022-01-17 | 1 | -0/+1 |
| |\ | |||||
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -2/+3 |
* | | | More (internal) int -> size_t, allowing values > 2^31 | jan.nijtmans | 2022-06-09 | 1 | -5/+5 |
* | | | Undo unintended (internal) variable rename | jan.nijtmans | 2022-06-08 | 1 | -1/+1 |
* | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -106/+112 |
|\ \ \ | |||||
| * | | | more tweaks | jan.nijtmans | 2022-03-31 | 1 | -14/+15 |
| * | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -1/+1 |
| * | | | more progress | jan.nijtmans | 2022-03-31 | 1 | -1/+1 |
| * | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -15/+15 |
| * | | | more progress | jan.nijtmans | 2022-03-31 | 1 | -8/+8 |
| * | | | More progress | jan.nijtmans | 2022-03-30 | 1 | -3/+3 |
| * | | | More progress | jan.nijtmans | 2022-03-30 | 1 | -15/+15 |
| * | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -24/+24 |
| * | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -6/+6 |
| * | | | Fix some compiler warnings | jan.nijtmans | 2022-03-28 | 1 | -1/+1 |
| * | | | Make varIndexes a size_t[] | jan.nijtmans | 2022-03-23 | 1 | -5/+6 |
| * | | | More progress | jan.nijtmans | 2022-03-23 | 1 | -1/+1 |
| * | | | Further | jan.nijtmans | 2022-03-18 | 1 | -4/+4 |
| * | | | More progress | jan.nijtmans | 2022-03-18 | 1 | -3/+3 |
| * | | | More progress | jan.nijtmans | 2022-03-17 | 1 | -14/+14 |
| * | | | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -20/+20 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | More progress | jan.nijtmans | 2022-03-09 | 1 | -20/+20 |
| * | | | More size_t | jan.nijtmans | 2022-03-08 | 1 | -3/+3 |
| * | | | Another round of int -> size_t for internal functions | jan.nijtmans | 2022-03-07 | 1 | -6/+10 |
| * | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -9/+9 |
|/ / / | |||||
* | | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build error | jan.nijtmans | 2022-01-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-01-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi... | jan.nijtmans | 2022-01-13 | 1 | -1/+1 |
| | * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -2/+2 |
| * | | Merge 8.7 | jan.nijtmans | 2021-10-11 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -7/+7 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-06 | 1 | -189/+178 |
|\ \ \ | |/ / |