summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-171-6/+1
|\
| * Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-171-6/+1
| |\
| | * Remove the band-aiddkf2024-05-171-6/+1
* | | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer cra...dkf2024-05-161-1/+6
|\ \ \ | |/ /
| * | Apply emergency workaround for [87271f7cd6]; not fixed yet, but no longer cra...dkf2024-05-161-1/+6
| |\ \ | | |/
| | * Apply an emergency workarounddkf2024-05-161-1/+6
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-103/+120
* | | Clean up a lot of small whitespace issues dkf2024-05-131-120/+103
* | | More whitespace cleanupdkf2024-05-101-1/+0
* | | Merge 8.7jan.nijtmans2024-04-111-35/+35
|\ \ \ | |/ /
| * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-37/+37
| |\ \ | | |/
| | * Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-4/+4
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-31/+31
* | | Use Tcl_NewBooleanObj for booleans; we should say what we meandkf2024-04-111-2/+2
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-5/+5
|\ \ \ | |/ /
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
|\ \ \ | |/ /
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-5/+5
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-21/+21
* | | Fix indentation/brace usage style issuesdkf2024-03-191-14/+14
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-21/+21
* | | Remove some dead codejan.nijtmans2024-02-211-47/+1
* | | twice ClientData -> void * (for consistancy)jan.nijtmans2023-12-131-1/+1
* | | Added introspectiondkf2023-12-051-0/+2
* | | Revise macro usagejan.nijtmans2023-11-161-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-35/+35
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-35/+35
* | | Merge 8.7jan.nijtmans2023-09-181-3/+2
|\ \ \ | |/ /
| * | 3 more places where -wtrapv errors are triggered running the test-suitejan.nijtmans2023-09-151-2/+2
* | | Refactor to eliminate list dup as no longer necessaryapnadkarni2023-09-171-37/+40
* | | Add test for lassign/lseq memoryapnadkarni2023-09-171-1/+1
* | | Avoid list shimmering with uncompiled lassign on lseqapnadkarni2023-09-171-13/+34
* | | Merge 8.7jan.nijtmans2023-09-121-2/+2
|\ \ \ | |/ /
| * | Rebase to 8.7jan.nijtmans2023-08-311-2/+2
| |\ \
| | * \ Rebase to 8.7jan.nijtmans2023-08-301-2/+2
| | |\ \
| | | * \ Rebase to 8.7jan.nijtmans2023-07-261-2/+2
| | | |\ \
| | | | * \ Rebase to 8.7jan.nijtmans2023-07-091-2/+2
| | | | |\ \
| | | | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-2/+2
| * | | | | | Backport some test improvements from 9.0jan.nijtmans2023-08-311-1/+1
| |/ / / / /
| * | | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-119/+103
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-23/+7
| |/ / / /
| * | | | Code cleanup for arithSeries, all backported from 9.0jan.nijtmans2023-07-101-1/+0
| |/ / /
* | | | merge trunkgriffin2023-08-131-7/+7
|\ \ \ \
| * | | | Rename Tcl_BumpObj() to Tcl_BounceRefCount().griffin2023-08-121-7/+7
* | | | | More replacements of DuplicateObj with ListObjCopy.griffin2023-08-121-7/+10
* | | | | Revert more bits.griffin2023-08-101-19/+0
* | | | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-7/+7
|/ / / /
* | | | Fix bug [c25d2cd3e6], as well as memory leaks in lsearch and concat.griffin2023-07-161-4/+20
* | | | Cleanup abstract list ObjType function definitions.griffin2023-07-071-17/+12
* | | | TIP #636 cleanup: Eliminate the use of Tcl_ObjTypeLength() et al, which look ...jan.nijtmans2023-07-071-14/+19