summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-5/+5
|
* Merge 8.7jan.nijtmans2023-12-271-3/+3
|\
| * Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negativejan.nijtmans2023-12-261-4/+4
| |
* | int -> Tcl_Size for DTracejan.nijtmans2023-12-061-1/+1
| |
* | Revise macro usagejan.nijtmans2023-11-161-1/+1
| |
* | Merge 8.7jan.nijtmans2023-10-191-16/+16
|\ \ | |/
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-16/+16
| |
| * More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-4/+4
| |
| * Mark (internal) symbols which are going to be removed in 9.0 with "deprecated"jan.nijtmans2023-10-061-4/+4
| |
| * Rebase to 8.7jan.nijtmans2023-07-261-46/+3
| |\
| | * TIP #666 implementationjan.nijtmans2023-05-031-45/+3
| | |
* | | int -> Tcl_Size for 2 internal functionsjan.nijtmans2023-10-051-6/+7
| | |
* | | Permit large scripts > INT_MAX. Not complete because compiler source line ↵apnadkarni2023-07-091-3/+3
| | | | | | | | | | | | tracking still limited.
* | | Merge 8.7jan.nijtmans2023-06-201-3/+3
|\ \ \ | |/ /
| * | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-201-11/+11
| |/
* | Merge 8.7jan.nijtmans2023-06-191-2/+2
|\ \ | |/
| * Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-2/+2
| |
| * More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
| |
* | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-15/+15
| |
* | Minor cleanup (Thanks, Gustaf!)jan.nijtmans2023-03-161-1/+1
| |
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-9/+9
| |
* | Merge 8.7jan.nijtmans2022-11-281-0/+8
|\ \ | |/
| * Reduce shimmering: If a conclusion can be drawn about the number of list ↵jan.nijtmans2022-11-281-0/+8
| | | | | | | | elements, don't get the elements before the list length is checked
* | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-58/+56
|\ \
| * \ Merge 8.7jan.nijtmans2022-11-021-19/+19
| |\ \ | | |/
| | * If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More ↵jan.nijtmans2022-11-021-45/+51
| | | | | | | | | | | | code cleanup (backported from 9.0)
| * | code cleanup (e.g. ProcGetIntRep -> ProcGetInternalRep, size_t -> Tcl_Size)jan.nijtmans2022-11-021-39/+37
| | |
* | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-3/+5
|/ /
* | Merge 8.7jan.nijtmans2022-09-221-3/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-09-221-3/+2
| |\
| | * Do the "#undef TclObjInterpProc" slightly earlierjan.nijtmans2022-09-221-2/+1
| | |
* | | Merge 8.7jan.nijtmans2022-09-221-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-09-221-1/+1
| |\ \ | | |/
| | * Make TclObjInterpProc a macro (since it always should be used through ↵jan.nijtmans2022-09-221-50/+25
| | | | | | | | | | | | | | | TclGetObjInterpProc()) Add some unused stub entries. Add some more type-casts to tclProc.c
* | | Merge 8.7jan.nijtmans2022-09-191-6/+50
|\ \ \ | |/ /
| * | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. ↵jan.nijtmans2022-09-191-5/+48
| | | | | | | | | | | | Will be needed for Itcl (in combination with TIP #626). Should have been part of TIP #627.
* | | [51d5f22997] Protect against passing negative size to Tcl_NewListObj.dgp2022-09-151-1/+1
| | |
* | | Merge 8.7jan.nijtmans2022-09-091-0/+2
|\ \ \ | |/ /
| * | Change TclObjInterpProc() to a macro, since extensions should never invoke ↵jan.nijtmans2022-09-091-0/+2
| | | | | | | | | | | | it directly, always through TclGetObjInterpProc()
* | | Merge 8.7jan.nijtmans2022-08-261-1/+1
|\ \ \ | |/ /
| * | [37108037b9]: Code cleanups to support CHERI: Apply patch 0007 (modified)jan.nijtmans2022-08-261-1/+1
| | |
* | | merge 8.7sebres2022-07-291-2/+15
|\ \ \ | |/ /
| * | amend for [4eb3a155ac] SF-fix: 8.7 specific implementation and warnings ↵sebres2022-07-291-5/+5
| | | | | | | | | | | | silencing
| * | merge 8.6 (apply SF fix)sebres2022-07-291-2/+15
| |\ \ | | |/
| | * fixes [4eb3a155ac] and similar segfaults: reset corresponding ↵sebres2022-07-271-2/+15
| | | | | | | | | | | | bodyPtr->procPtr if procPtr gets released in TclProcCleanupProc, also recompile body if its procPtr is not the same as supplied.
* | | Merge 8.7jan.nijtmans2022-06-201-1/+1
|\ \ \ | |/ /
| * | Unneeded type-castjan.nijtmans2022-06-201-1/+1
| | |
* | | Merge 9.0jan.nijtmans2022-06-071-14/+1
|\ \ \
* \ \ \ Merge 9.0. Add Tcl_ProcObjCmd2()jan.nijtmans2022-05-311-0/+13
|\ \ \ \ | |/ / /
| * | | Eliminate warnings in tclProc.c with USE_DTRACE. Try to eliminate warnings ↵jan.nijtmans2022-05-261-4/+4
| | | | | | | | | | | | | | | | with gcc 4.8.5, which i is unhappy with macros that explicitly test (&foo) as booleans