Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are... | jan.nijtmans | 2023-10-06 | 1 | -8/+14 |
|\ | |||||
| * | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" | jan.nijtmans | 2023-10-06 | 1 | -26/+26 |
* | | int -> Tcl_Size for 2 internal functions | jan.nijtmans | 2023-10-05 | 1 | -2/+2 |
* | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-10-04 | 1 | -0/+4 |
| |\ | |||||
| | * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test... | jan.nijtmans | 2023-10-01 | 1 | -1/+5 |
| | * | Remove unneeded internal stub-entries (now that TIP #666 is accepted) | jan.nijtmans | 2023-09-13 | 1 | -395/+1 |
| | * | Remove ARGSUSED. More type-casts | jan.nijtmans | 2022-11-29 | 1 | -5/+5 |
| | * | Make TclObjInterpProc a macro (since it always should be used through TclGetO... | jan.nijtmans | 2022-09-22 | 1 | -1/+1 |
* | | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub table | jan.nijtmans | 2023-10-04 | 1 | -4/+0 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 1 | -13/+15 |
|\ \ \ | |/ / | |||||
| * | | Move some (internal) stub entries to lower numbers | jan.nijtmans | 2023-10-04 | 1 | -13/+15 |
* | | | Remaining part of TIP #666 implementation (first part already done [cd426d20a... | jan.nijtmans | 2023-09-11 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 1 | -13/+0 |
| |\ \ | |||||
| | * \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -3/+0 |
| | |\ \ | |/ / / | |||||
| | * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -3/+0 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-05-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac... | jan.nijtmans | 2023-05-19 | 1 | -28/+27 |
| |/ / | |||||
| * | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI... | jan.nijtmans | 2023-04-05 | 1 | -1/+1 |
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -2/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use Tcl_Size for ArithSeries.len | jan.nijtmans | 2022-11-28 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-11-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -1/+1 |
| * | | Deprecate TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-07 | 1 | -1/+1 |
* | | | Remove TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-06 | 1 | -3/+4 |
* | | | Merge 9.0 | jan.nijtmans | 2022-09-26 | 1 | -6/+124 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-09-19 | 1 | -6/+124 |
| |\ \ \ | | |/ / | |||||
| | * | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W... | jan.nijtmans | 2022-09-19 | 1 | -0/+3 |
| | * | | Remove pre-8.6-related comments | jan.nijtmans | 2022-09-19 | 1 | -380/+0 |
| | * | | Merge 8.6 (no need for TclUnusedStubEntry here) | jan.nijtmans | 2022-08-29 | 1 | -5/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -1/+1 |
* | | | | | Merge 9.0 | jan.nijtmans | 2022-09-07 | 1 | -0/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge tip-625 | jan.nijtmans | 2022-07-18 | 1 | -0/+11 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Start on list representation black box tests | apnadkarni | 2022-07-15 | 1 | -0/+11 |
| | * | | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr... | jan.nijtmans | 2022-06-23 | 1 | -10/+10 |
| * | | | | Fix (internal) TclFindElement() signature (int -> size_t) | jan.nijtmans | 2022-06-20 | 1 | -1/+1 |
* | | | | | More Tcl_Size | jan.nijtmans | 2022-06-20 | 1 | -2/+2 |
* | | | | | More Tcl_Size | jan.nijtmans | 2022-06-20 | 1 | -26/+26 |
|/ / / / | |||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-25 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little b... | jan.nijtmans | 2022-05-25 | 1 | -2/+2 |
| | * | | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha... | jan.nijtmans | 2022-03-14 | 1 | -5/+5 |
| | * | | | merge 8.7 | dgp | 2021-04-28 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.7 | dgp | 2021-04-08 | 1 | -5/+5 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.7 | dgp | 2021-04-05 | 1 | -1/+1 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.7 | dgp | 2021-03-22 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge 8.7 | dgp | 2021-03-04 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge pre-TIP 481 commits of 8.7 branch | dgp | 2021-01-15 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ |