Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-12-27 | 1 | -3/+3 |
|\ | |||||
| * | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -4/+4 |
* | | int -> Tcl_Size for DTrace | jan.nijtmans | 2023-12-06 | 1 | -1/+1 |
* | | Revise macro usage | jan.nijtmans | 2023-11-16 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -16/+16 |
|\ \ | |/ | |||||
| * | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -16/+16 |
| * | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 1 | -4/+4 |
| * | Mark (internal) symbols which are going to be removed in 9.0 with "deprecated" | jan.nijtmans | 2023-10-06 | 1 | -4/+4 |
| * | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -46/+3 |
| |\ | |||||
| | * | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -45/+3 |
* | | | int -> Tcl_Size for 2 internal functions | jan.nijtmans | 2023-10-05 | 1 | -6/+7 |
* | | | Permit large scripts > INT_MAX. Not complete because compiler source line tra... | apnadkarni | 2023-07-09 | 1 | -3/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2023-06-20 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Size | jan.nijtmans | 2023-06-20 | 1 | -11/+11 |
| |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2023-06-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -2/+2 |
| * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -1/+1 |
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -15/+15 |
* | | Minor cleanup (Thanks, Gustaf!) | jan.nijtmans | 2023-03-16 | 1 | -1/+1 |
* | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -9/+9 |
* | | Merge 8.7 | jan.nijtmans | 2022-11-28 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem... | jan.nijtmans | 2022-11-28 | 1 | -0/+8 |
* | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644 | apnadkarni | 2022-11-09 | 1 | -58/+56 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-11-02 | 1 | -19/+19 |
| |\ \ | | |/ | |||||
| | * | If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More co... | jan.nijtmans | 2022-11-02 | 1 | -45/+51 |
| * | | code cleanup (e.g. ProcGetIntRep -> ProcGetInternalRep, size_t -> Tcl_Size) | jan.nijtmans | 2022-11-02 | 1 | -39/+37 |
* | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -3/+5 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-09-22 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -3/+2 |
| |\ | |||||
| | * | Do the "#undef TclObjInterpProc" slightly earlier | jan.nijtmans | 2022-09-22 | 1 | -2/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-09-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Make TclObjInterpProc a macro (since it always should be used through TclGetO... | jan.nijtmans | 2022-09-22 | 1 | -50/+25 |
* | | | Merge 8.7 | jan.nijtmans | 2022-09-19 | 1 | -6/+50 |
|\ \ \ | |/ / | |||||
| * | | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W... | jan.nijtmans | 2022-09-19 | 1 | -5/+48 |
* | | | [51d5f22997] Protect against passing negative size to Tcl_NewListObj. | dgp | 2022-09-15 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-09-09 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Change TclObjInterpProc() to a macro, since extensions should never invoke it... | jan.nijtmans | 2022-09-09 | 1 | -0/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2022-08-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [37108037b9]: Code cleanups to support CHERI: Apply patch 0007 (modified) | jan.nijtmans | 2022-08-26 | 1 | -1/+1 |
* | | | merge 8.7 | sebres | 2022-07-29 | 1 | -2/+15 |
|\ \ \ | |/ / | |||||
| * | | amend for [4eb3a155ac] SF-fix: 8.7 specific implementation and warnings silen... | sebres | 2022-07-29 | 1 | -5/+5 |
| * | | merge 8.6 (apply SF fix) | sebres | 2022-07-29 | 1 | -2/+15 |
| |\ \ | | |/ | |||||
| | * | fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPt... | sebres | 2022-07-27 | 1 | -2/+15 |
* | | | Merge 8.7 | jan.nijtmans | 2022-06-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Unneeded type-cast | jan.nijtmans | 2022-06-20 | 1 | -1/+1 |
* | | | Merge 9.0 | jan.nijtmans | 2022-06-07 | 1 | -14/+1 |
|\ \ \ | |||||
* \ \ \ | Merge 9.0. Add Tcl_ProcObjCmd2() | jan.nijtmans | 2022-05-31 | 1 | -0/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate warnings in tclProc.c with USE_DTRACE. Try to eliminate warnings wi... | jan.nijtmans | 2022-05-26 | 1 | -4/+4 |
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-25 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |