summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [92aeb847f9]: proc with more than 2**31 variablesjan.nijtmans2025-04-141-15/+26
|\
| * Error-message cleanupjan.nijtmans2025-04-141-21/+17
| * Slight improvement: Cleanup before creating error-messagejan.nijtmans2025-04-101-6/+11
| * First attempt at fixing [92aeb847f9]: proc with more than 2**31 variables. At...jan.nijtmans2025-04-101-1/+10
|/
* merge 8.7 (fix for [67d5f75c36cbada6])sebres2024-12-261-1/+1
|\
| * rewrite TclGetLambdaFromObj a bit (more similar to 8.6th code)sebres2024-12-261-5/+1
| * integrate bug-67d5f75c36, fix for [67d5f75c36cbada6]sebres2024-12-261-0/+4
| |\
| | * Bug [67d5f75c36]. Revert to 8.6 behaviour. Recompile lambda on interp mismatchapnadkarni2024-10-011-0/+4
| * | (cherry-pick )Fix ungrammatical doubling of words in commentsjan.nijtmans2024-12-101-1/+1
* | | GHA win-, linux- and mac-flows: speed-up build (j4), add info section into bu...jan.nijtmans2024-11-131-2/+2
|\ \ \ | |/ /
| * | backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug.jan.nijtmans2024-11-121-2/+2
* | | (void *)NULL -> (char *)NULL, where appropriatejan.nijtmans2024-10-251-16/+16
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 8.6jan.nijtmans2024-04-041-19/+19
| |\
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-6/+6
* | | Fix ungrammatical doubling of words in commentsminordkf2024-09-211-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
|\ \ \