Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ... | jan.nijtmans | 2023-12-29 | 1 | -2/+2 | |
|\ | ||||||
| \ | ||||||
| \ | ||||||
*-. \ | Merge 8.7. Remove 2 (internal) stub entries which are not used any more. | jan.nijtmans | 2023-11-23 | 1 | -10/+6 | |
|\ \ \ | | |/ | |/| | ||||||
| | * | Since TIP 258 (2005) and development efforts leading up to it (2004), the | dgp | 2023-10-25 | 1 | -10/+6 | |
| |/ | ||||||
* | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are... | jan.nijtmans | 2023-10-06 | 1 | -14/+6 | |
|\ \ | |/ | ||||||
| * | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" | jan.nijtmans | 2023-10-06 | 1 | -49/+70 | |
* | | int -> Tcl_Size for 2 internal functions | jan.nijtmans | 2023-10-05 | 1 | -4/+4 | |
* | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 1 | -3/+5 | |
|\ \ | |/ | ||||||
| * | Merge 8.6 | jan.nijtmans | 2023-10-04 | 1 | -3/+5 | |
| |\ | ||||||
| | * | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test... | jan.nijtmans | 2023-10-01 | 1 | -3/+5 | |
| | * | Remove ARGSUSED. More type-casts | jan.nijtmans | 2022-11-29 | 1 | -12/+11 | |
| | * | Make TclObjInterpProc a macro (since it always should be used through TclGetO... | jan.nijtmans | 2022-09-22 | 1 | -2/+4 | |
* | | | Make TclObjInterpProc() MODULE_SCOPE. Not needed any more in stub table | jan.nijtmans | 2023-10-04 | 1 | -8/+3 | |
* | | | Fix TclObjInterpProc2 when compiling for Tcl 8.7 | jan.nijtmans | 2023-10-04 | 1 | -0/+2 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-04 | 1 | -26/+29 | |
|\ \ \ | |/ / | ||||||
| * | | Move some (internal) stub entries to lower numbers | jan.nijtmans | 2023-10-04 | 1 | -26/+29 | |
| * | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 1 | -7/+5 | |
| |\ \ | ||||||
| | * \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -6/+5 | |
| | |\ \ | |/ / / | ||||||
| | * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -6/+5 | |
* | | | | Merge 8.7 | jan.nijtmans | 2023-05-21 | 1 | -2/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac... | jan.nijtmans | 2023-05-19 | 1 | -44/+46 | |
| |/ / | ||||||
| * | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI... | jan.nijtmans | 2023-04-05 | 1 | -2/+2 | |
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -4/+4 | |
* | | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Use Tcl_Size for ArithSeries.len | jan.nijtmans | 2022-11-28 | 1 | -3/+3 | |
* | | | Merge 8.7 | jan.nijtmans | 2022-11-25 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -3/+3 | |
| * | | Deprecate TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-07 | 1 | -2/+3 | |
* | | | Remove TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-06 | 1 | -5/+3 | |
* | | | Merge 9.0 | jan.nijtmans | 2022-09-26 | 1 | -3/+6 | |
|\ \ \ | ||||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-09-19 | 1 | -3/+6 | |
| |\ \ \ | | |/ / | ||||||
| | * | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W... | jan.nijtmans | 2022-09-19 | 1 | -3/+6 | |
* | | | | Merge 9.0 | jan.nijtmans | 2022-09-17 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-09-09 | 1 | -0/+5 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Change TclObjInterpProc() to a macro, since extensions should never invoke it... | jan.nijtmans | 2022-09-09 | 1 | -0/+2 | |
| | * | | Merge 8.6 (no need for TclUnusedStubEntry here) | jan.nijtmans | 2022-08-29 | 1 | -5/+3 | |
| | |\ \ | | | |/ | ||||||
| | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -3/+6 | |
| | | |\ | ||||||
| | | | * | Add 2 unused (internal) stub entries | jan.nijtmans | 2022-08-29 | 1 | -3/+6 | |
* | | | | | Merge 9.0 | jan.nijtmans | 2022-09-07 | 1 | -0/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge tip-625 | jan.nijtmans | 2022-07-18 | 1 | -0/+12 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Start on list representation black box tests | apnadkarni | 2022-07-15 | 1 | -0/+12 | |
| | * | | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr... | jan.nijtmans | 2022-06-23 | 1 | -22/+21 | |
| * | | | | Fix (internal) TclFindElement() signature (int -> size_t) | jan.nijtmans | 2022-06-20 | 1 | -2/+2 | |
* | | | | | Fix TclpGetClicks/TclpGetSeconds's Tcl 8 compabitility | jan.nijtmans | 2022-06-26 | 1 | -0/+9 | |
* | | | | | More Tcl_Size | jan.nijtmans | 2022-06-20 | 1 | -4/+4 | |
* | | | | | More Tcl_Size | jan.nijtmans | 2022-06-20 | 1 | -45/+45 | |
|/ / / / | ||||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-25 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-25 | 1 | -2/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little b... | jan.nijtmans | 2022-05-25 | 1 | -2/+2 | |
* | | | | | Merge 9.0 | jan.nijtmans | 2022-05-16 | 1 | -6/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Put back Tcl_AppendUnicodeToObj() | jan.nijtmans | 2022-03-25 | 1 | -6/+3 | |