summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Expand)AuthorAgeFilesLines
* amend to [de08cf03235f3ce9], [7842f33a5cc5eed0], stop tail recursion in AddSi...sebres2024-05-221-0/+3
* small amend to [1d16344c8cfaecc8], [7842f33a5cc5eed0]: don't need to invoke b...sebres2024-05-221-1/+4
* circumvent crash [7842f33a5cc5eed0] on null ptr (oPtr->selfCls may be NULL)sebres2024-05-211-1/+1
* 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
* | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+2
* | | Add doc comments, fix a typo in a manpagedkf2023-05-011-12/+70
* | | Merge 8.7dkf2023-05-011-1/+1
|\ \ \ | |/ /
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-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 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-06-251-1/+1
|\ \ \ \ \ \
* | | | | | | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-151-1/+5
|/ / / / / /
* | | | | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-2/+2
* | | | | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-7/+7
| |_|_|_|/ |/| | | |
* | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
| |_|_|/ |/| | |
* | | | Unused arguments in the OO source code files.dgp2020-03-071-6/+3
* | | | Merge 8.7jan.nijtmans2020-01-071-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Add FALLTHRU markers, eliminating gcc warning using -Wextrajan.nijtmans2019-12-241-0/+2
| | |/ | |/|
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+6
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-2/+2
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-5/+5
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-25/+25
|\ \ \ | |/ /
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-2/+2
|/ /
* | merge 8.6dgp2019-05-031-7/+10
|\ \ | |/
| * Minor code style cleanup.dkf2019-04-231-11/+22
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-3/+3
* | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
|\ \ | |/
* | Fix windows build with Visual Studiojan.nijtmans2018-11-211-3/+3
* | Implement TIP 524dkf2018-11-061-0/+263
|\ \
| * | Definition and introspection commands.dkf2018-10-281-4/+4
| * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-0/+263
* | | merge 8.7dgp2018-10-241-1/+0
|\ \ \ | |/ /
| * | merge core-8-6-branchdkf2018-10-191-1/+0
| |\ \ | | |/
| | * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-1/+0
| | * Streamline TclOO object cleanup routines.pooryorick2018-02-151-1/+3
| | * Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2018-02-141-4/+4