Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7. lreplace4 bcc instruction and FLT_MAX fix | apnadkarni | 2022-11-05 | 1 | -0/+8 |
|\ | |||||
| * | Merge core-8-branch | apnadkarni | 2022-11-05 | 1 | -9/+8 |
| |\ | |||||
| * | | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 1 | -2/+8 |
| * | | New bytecode for linsert | apnadkarni | 2022-10-30 | 1 | -1/+1 |
| * | | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 1 | -2/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-25 | 1 | -10/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade... | jan.nijtmans | 2022-10-25 | 1 | -9/+8 |
| |/ | |||||
| * | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions) | jan.nijtmans | 2022-10-23 | 1 | -26/+26 |
| * | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -93/+93 |
* | | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ... | jan.nijtmans | 2022-10-23 | 1 | -20/+22 |
* | | Merge 9.0 | jan.nijtmans | 2022-07-04 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-07-04 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Some -1 -> TCL_INDEX_NONE (Thanks, Gustaf!) | jan.nijtmans | 2022-07-04 | 1 | -4/+4 |
* | | | Merge 9.0 | jan.nijtmans | 2022-06-24 | 1 | -80/+80 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-06-24 | 1 | -3/+3 |
| |\ \ |/ / / | | _ | |||||
| * | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a... | jan.nijtmans | 2022-06-24 | 1 | -3/+3 |
* | | Merge 8.7 | jan.nijtmans | 2022-06-23 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | more "unsigned int" -> TCL_HASH_TYPE | jan.nijtmans | 2022-06-23 | 1 | -8/+8 |
* | | Merge 8.7 | jan.nijtmans | 2022-06-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | More (internal) int -> size_t, allowing values > 2^31 | jan.nijtmans | 2022-06-09 | 1 | -2/+2 |
* | | Undo unintended (internal) variable rename | jan.nijtmans | 2022-06-08 | 1 | -1/+1 |
* | | Merge 9.0 | jan.nijtmans | 2022-05-30 | 1 | -12/+4 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-05-27 | 1 | -12/+4 |
| |\ \ | | |/ | |||||
| | * | Use more Tcl_ObjCmdProc/Tcl_MethodCallProc typedefs | jan.nijtmans | 2022-05-27 | 1 | -12/+4 |
* | | | more tweaks | jan.nijtmans | 2022-03-31 | 1 | -4/+4 |
* | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -2/+2 |
* | | | more progress | jan.nijtmans | 2022-03-31 | 1 | -2/+2 |
* | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -3/+3 |
* | | | more progress | jan.nijtmans | 2022-03-31 | 1 | -4/+4 |
* | | | More progress | jan.nijtmans | 2022-03-30 | 1 | -13/+13 |
* | | | More progress | jan.nijtmans | 2022-03-30 | 1 | -5/+5 |
* | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -7/+7 |
* | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -4/+4 |
* | | | size_t continued | jan.nijtmans | 2022-03-24 | 1 | -4/+4 |
* | | | More size_t | jan.nijtmans | 2022-03-24 | 1 | -5/+5 |
* | | | Make varIndexes a size_t[] | jan.nijtmans | 2022-03-23 | 1 | -1/+1 |
* | | | Further | jan.nijtmans | 2022-03-18 | 1 | -2/+2 |
* | | | More progress | jan.nijtmans | 2022-03-17 | 1 | -7/+7 |
* | | | Update doc, fix PrintSourceToObj signature | jan.nijtmans | 2022-03-10 | 1 | -5/+5 |
* | | | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
* | | | More progress | jan.nijtmans | 2022-03-09 | 1 | -8/+8 |
* | | | More size_t | jan.nijtmans | 2022-03-08 | 1 | -6/+16 |
* | | | Another round of int -> size_t for internal functions | jan.nijtmans | 2022-03-07 | 1 | -12/+12 |
|/ / | |||||
* | | Use size_t in AuxDataPrintProc | jan.nijtmans | 2022-03-01 | 1 | -3/+3 |
* | | Backout part of previous commit, making compile.test work again with --enable... | jan.nijtmans | 2022-02-28 | 1 | -6/+6 |
* | | More size_t usage, e.g. for "foreach" | jan.nijtmans | 2022-02-27 | 1 | -10/+10 |
* | | Merge 8.7 | jan.nijtmans | 2022-01-13 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-01-13 | 1 | -9/+9 |
| |\ | |||||
| | * | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crash | jan.nijtmans | 2022-01-12 | 1 | -9/+9 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -6/+6 |
|\ \ \ | |/ / |