summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-7/+7
* Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ...jan.nijtmans2024-03-101-4/+47
|\
| * Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ...jan.nijtmans2024-03-101-4/+47
| |\
| | * namespace unknown considers also alternate search path (relative global NS), ...sebres2024-03-081-6/+21
| | * Rebase to 9.0jan.nijtmans2024-03-071-4/+32
| | |\ | |/ / |/| |
| | * core reviewsebres2024-03-061-3/+6
| | * small amend: simpler traversing using ns->parentPtrsebres2024-03-061-13/+7
| | * better variant of fix for [910d67a229fe7f65] with improved search for NS::com...sebres2024-03-061-2/+12
| | * small amend to [910d67a229fe7f65]: additional corner case (see the test names...sebres2024-03-061-1/+1
| | * fix for [910d67a229fe7f65]: search of `namespace unknown` handler fixed: firs...sebres2024-03-051-4/+25
* | | TIP 677: Constant Variablesdkf2023-12-111-1/+2
|\ \ \
| * | | Bytecode implementationdkf2023-12-051-1/+1
| * | | Command defined. It does nothing yet.dkf2023-11-271-1/+2
* | | | int -> Tcl_Size for DTracejan.nijtmans2023-12-061-5/+5
* | | | Fix: /tclBasic.c:1800:32: warning: passing argument 2 of ‘Tcl_EventuallyFre...jan.nijtmans2023-12-061-2/+4
* | | | Fix DTrace-enabled (--enable-dtrace) build on NetBSD.bch2023-12-051-4/+2
* | | | typojan.nijtmans2023-11-271-1/+1
|/ / /
* | | Merge 8.7jan.nijtmans2023-11-101-13/+8
|\ \ \ | |/ /
| * | Recommend Tcl_CreateObjCommand over Tcl_CreateCommandjan.nijtmans2023-11-101-13/+8
* | | Merge 8.7jan.nijtmans2023-10-191-45/+45
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-46/+46
* | | Merge 8.7jan.nijtmans2023-10-111-3/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-111-3/+4
| |\ \ | | |/
| | * Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be declared/d...jan.nijtmans2023-10-111-8/+9
| | |\
| | | * Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-111-6/+6
| | | * Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ...jan.nijtmans2023-10-101-3/+4
| | |/
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-62/+63
* | | Even better: Remove TclInvokeObjectCommand completely: it isn't supposed to b...jan.nijtmans2023-10-061-70/+4
* | | Make TclInvokeObjectCommand/TclInvokeStringCommand static functions. They are...jan.nijtmans2023-10-061-15/+17
|\ \ \ | |/ /
* | | int -> Tcl_Size for 2 internal functionsjan.nijtmans2023-10-051-1/+1
* | | Merge 8.7jan.nijtmans2023-10-051-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-051-4/+4
| |\ \ | | |/
| | * Fix mingw build (broke by prev. commit)jan.nijtmans2023-10-051-4/+4
* | | Merge 8.7jan.nijtmans2023-10-041-2/+38
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-10-041-2/+38
| |\ \ | | |/
| | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-041-2/+37
| | |\
| | | * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-011-2/+37
| | |/
| * | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-156/+4
| |\ \
| | * \ Rebase to 8.7jan.nijtmans2023-08-301-156/+4
| | |\ \
| | | * \ Rebase to 8.7jan.nijtmans2023-07-261-156/+4
| | | |\ \
| | | | * | TIP #666 implementationjan.nijtmans2023-05-031-156/+4
* | | | | | Merge 8.7jan.nijtmans2023-09-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-09-051-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Fix [https://core.tcl-lang.org/tclvfs/tktview/60cacfbcb9|60cacfbcb9]: Segment...jan.nijtmans2023-09-051-1/+1
| | * | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-12/+12
| * | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-24/+17
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-5/+1
| |/ / /
* | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-1/+1
* | | | More replacements of DuplicateObj with ListObjCopy.griffin2023-08-121-1/+1
* | | | Revert more bits.griffin2023-08-101-4/+0