summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ungrammatical doubling of words in commentsminordkf6 days1-1/+1
* Optimization: two more objTypes which always have length 1 when viewed as a listjan.nijtmans2024-07-101-1/+5
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* Some tidying up, mostly of indentationdkf2024-06-011-1/+1
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-8/+8
* Clean up a lot of small whitespace issues dkf2024-05-131-8/+8
* More whitespace cleanupdkf2024-05-101-31/+30
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-7/+7
|\
| * More int -> Tcl_Sizejan.nijtmans2024-03-171-1/+1
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-5/+5
* | more spacing/formatting tweaksdkf2024-03-191-3/+3
* | Fix indentation/brace usage style issuesdkf2024-03-191-6/+3
* | 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 tra...apnadkarni2023-07-091-3/+3
* | | 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 elem...jan.nijtmans2022-11-281-0/+8
* | 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 co...jan.nijtmans2022-11-021-45/+51
| * | 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 TclGetO...jan.nijtmans2022-09-221-50/+25
* | | Merge 8.7jan.nijtmans2022-09-191-6/+50
|\ \ \ | |/ /
| * | New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-191-5/+48
* | | [51d5f22997] Protect against passing negative size to Tcl_NewListObj.dgp2022-09-151-1/+1
* | | Merge 8.7jan.nijtmans2022-09-091-0/+2
|\ \ \ | |/ /