summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2020-08-111-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7jan.nijtmans2020-03-071-6/+3
|\ \ \ \ \ | |/ / / /
| * | | | Unused arguments in the OO source code files.dgp2020-03-071-6/+3
* | | | | Merge 8.7jan.nijtmans2020-02-281-30/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2020-01-071-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
| |\ \ \ \ | | |/ / /
| * | | | 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.7jan.nijtmans2019-12-241-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add FALLTHRU markers, eliminating gcc warning using -Wextrajan.nijtmans2019-12-241-0/+2
| | |/ / | |/| |
* | | | Merge 8.7jan.nijtmans2019-08-151-5/+5
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-5/+5
| |/ /
* | | merge 8.7dgp2019-05-031-7/+10
|\ \ \ | |/ /
| * | merge 8.6dgp2019-05-031-7/+10
| |\ \ | | |/