summaryrefslogtreecommitdiffstats
path: root/generic/tclOOMethod.c
Commit message (Expand)AuthorAgeFilesLines
* Use Tcl's internal API a bit betterdkf2024-08-011-60/+68
* Factor out CmdFrame init and fix bug with body line numbersdkf2024-07-291-101/+62
* Merge trunkdkf2024-07-181-120/+99
|\
| * Utility branch I can sensibly compare with core-9-0-b2-rcdgp2024-05-171-1/+1
| * Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-171-111/+91
| |\
| | * Proper fix for [87271f7cd6]. Structures relating to [info frame] in a method ...dkf2024-05-171-111/+91
| | |\
| | | * Fix the problem properlydkf2024-05-171-103/+55
| | | * Starting to clean up the mess. The extra frame info can have the same lifespa...dkf2024-05-171-54/+82
| * | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-6/+6
| * | | Clean up a lot of small whitespace issues dkf2024-05-131-6/+6
| * | | Merge 8.7jan.nijtmans2024-04-111-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-2/+2
| | |\ \ | | | |/
| | | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | | * More type-casts in tclOOMethod.c (backported from 8.7)jan.nijtmans2022-08-211-64/+67
| | * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-5/+5
| * | | Fix indentation/brace usage style issuesdkf2024-03-191-3/+2
| * | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-5/+5
* | | | Now passing testsdkf2024-01-271-9/+9
|/ / /
* | | Merge 8.7jan.nijtmans2023-10-191-2/+2
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-2/+2
| * | Remove unused TclMethodIsType()jan.nijtmans2023-05-031-17/+0
| * | TIP #666 implementationjan.nijtmans2023-05-031-116/+7
* | | Permit large scripts > INT_MAX. Not complete because compiler source line tra...apnadkarni2023-07-091-2/+2
* | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-3/+3
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-14/+14
|/ / /
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
* | | Merge 8.7jan.nijtmans2022-08-211-7/+133
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-07-011-9/+72
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-06-251-4/+4
| |\ \ \ | | |/ /
| * | | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-151-0/+63
| |/ /
* | | Merge 9.0jan.nijtmans2022-06-071-1/+1
|\ \ \
| * | | int -> size_t in (internal) Tcl_ResolveCompiledVarProcjan.nijtmans2022-06-071-1/+1
* | | | Merge 9.0jan.nijtmans2022-05-171-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-05-171-5/+5
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-5/+5
| * | | Fix compiler warnings (caused by previous commit)jan.nijtmans2022-02-241-2/+2
* | | | Merge 9.0jan.nijtmans2022-02-241-7/+6
|\ \ \ \ | |/ / /
| * | | More (internal) size_t usage in TclOOjan.nijtmans2022-02-241-1/+2
| * | | Merge 8.7jan.nijtmans2022-02-101-5/+5
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-5/+5
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-3/+4
| | | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-12/+12
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-1/+1
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-4/+4
* | | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-2/+2
* | | | More WIPjan.nijtmans2022-01-261-10/+12