summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7sebres2024-05-221-0/+3
|\
| * amend to [de08cf03235f3ce9], [7842f33a5cc5eed0], stop tail recursion in AddSi...sebres2024-05-221-0/+3
* | merge 8.7sebres2024-05-221-1/+4
|\ \ | |/
| * small amend to [1d16344c8cfaecc8], [7842f33a5cc5eed0]: don't need to invoke b...sebres2024-05-221-1/+4
* | merge 8.7sebres2024-05-211-1/+1
|\ \ | |/
| * circumvent crash [7842f33a5cc5eed0] on null ptr (oPtr->selfCls may be NULL)sebres2024-05-211-1/+1
* | merge 8.7sebres2024-05-211-6/+52
|\ \ | |/
| * Fix gcc warning: return should have valuejan.nijtmans2024-05-201-1/+1
| * Fix [7842f33a5c]: Call chain creation could crash in destructors in some tang...dkf2024-05-201-6/+52
| |\
| | * Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some sit...dkf2024-05-201-6/+52
| | * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| * | Rebase to 8.7jan.nijtmans2023-07-261-5/+1
| |\ \
| | * | TIP #666 implementationjan.nijtmans2023-05-031-5/+1
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-8/+7
* | | | Clean up a lot of small whitespace issues dkf2024-05-131-7/+8
* | | | More whitespace cleanupdkf2024-05-101-1/+0
* | | | Merge 8.7jan.nijtmans2023-06-021-2/+2
|\ \ \ \ | |/ / /
| * | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+2
* | | | Merge 8.7dkf2023-05-191-6/+261
|\ \ \ \ | |/ / /
| * | | Add doc comments, fix a typo in a manpagedkf2023-05-011-12/+70
| * | | Merge 8.7dkf2023-05-011-1/+1
| |\ \ \ | | |/ /
| * | | rebase to 8.7jan.nijtmans2022-09-191-6/+203
| |\ \ \
| | * \ \ merge core-8-branchdkf2021-01-051-1/+1
| | |\ \ \
| | * \ \ \ merge core-8-branchdkf2020-12-061-30/+30
| | |\ \ \ \
| | * \ \ \ \ merge core-8-branchdkf2019-12-301-0/+2
| | |\ \ \ \ \
| | * | | | | | Property definitions now work on instances.dkf2019-12-291-4/+5
| | * | | | | | Implementation of properties for TclOOdkf2019-12-281-2/+198
* | | | | | | | 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
| | |/ / / / / /
* | | | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-16/+16
|/ / / / / / /
* | | | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | | | | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | | | | | Merge 8.7jan.nijtmans2022-09-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2022-09-101-7/+9
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | code cleanup (typo's, type casts)jan.nijtmans2022-09-101-40/+43
| | * | | | | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-8/+8
* | | | | | | Merge 8.7jan.nijtmans2022-08-211-1/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.7jan.nijtmans2022-06-251-1/+1
| |\ \ \ \ \ \
| * | | | | | | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-151-1/+5
| |/ / / / / /
* | | | | | | Merge 9.0jan.nijtmans2022-03-151-6/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-03-141-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-2/+2
| * | | | | | | Fix compiler warnings (caused by previous commit)jan.nijtmans2022-02-241-4/+6
* | | | | | | | Merge 9.0jan.nijtmans2022-02-241-23/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | More (internal) size_t usage in TclOOjan.nijtmans2022-02-241-6/+7
* | | | | | | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-19/+24
|/ / / / / / /
* | | | | | | Merge 8.7jan.nijtmans2021-10-081-7/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-7/+7
| | |_|_|_|/ | |/| | | |