summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-10-191-9/+9
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-9/+9
* | Merge 8.7jan.nijtmans2023-10-011-0/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-10-011-0/+1
| |\
| | * Fix [7b31677235]: tclOO.c: initialize fakeObject.refCountjan.nijtmans2023-10-011-0/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
| * | some more int -> Tcl_Sizejan.nijtmans2023-09-251-61/+66
| * | Rebase to 8.7jan.nijtmans2023-07-261-8/+8
| |\ \
| | * | TIP #666 implementationjan.nijtmans2023-05-031-8/+8
* | | | Fix build - ckalloc/ckfree not in Tcl 9apnadkarni2023-05-191-4/+4
* | | | Merge 8.7dkf2023-05-191-3/+50
|\ \ \ \ | |/ / /
| * | | Merge 8.7dkf2023-05-011-3/+3
| |\ \ \ | | |/ /
| * | | rebase to 8.7jan.nijtmans2022-09-191-3/+50
| |\ \ \
| | * \ \ merge core-8-branchdkf2021-01-051-2/+2
| | |\ \ \
| | * \ \ \ merge core-8-branchdkf2020-12-061-53/+56
| | |\ \ \ \
| | * | | | | Implementation of properties for TclOOdkf2019-12-281-3/+50
* | | | | | | Merge trunkapnadkarni2023-04-141-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | | | | | | Merge 9.0apnadkarni2023-04-051-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2023-03-301-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | | * | | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-24/+24
|/ / / / / /
* | | | | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-53/+53
* | | | | | Change 'skip' argument from int to size_t. Should have been part of TIP #630...jan.nijtmans2022-09-091-14/+11
* | | | | | Merge 8.7jan.nijtmans2022-08-211-8/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2022-07-011-2/+2
| |\ \ \ \ \
| * | | | | | TclOO version -> 1.3.0jan.nijtmans2022-07-011-1/+1
| * | | | | | Merge 8.7jan.nijtmans2022-07-011-8/+8
* | | | | | | Merge 8.7jan.nijtmans2022-07-011-3/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2022-07-011-3/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Test for TclOO 1.1.0. Remove some useless type-castsjan.nijtmans2022-07-011-2/+2
| | * | | | Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-1/+1
| | * | | | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-6/+6
* | | | | | Merge 9.0jan.nijtmans2022-02-241-10/+10
|\ \ \ \ \ \
| * | | | | | More (internal) size_t usage in TclOOjan.nijtmans2022-02-241-2/+2
* | | | | | | more int->size_tjan.nijtmans2022-02-171-4/+7
* | | | | | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-9/+14
* | | | | | | more progressjan.nijtmans2022-01-261-1/+1
|/ / / / / /
* | | | | | Merge 8.7jan.nijtmans2021-09-271-0/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Turn code snippets in TIP into a branch.dkf2021-08-011-0/+20
* | | | | | Merge 8.7jan.nijtmans2021-04-041-12/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-041-12/+11
| * | | | | OO cleanup fix that passes test 11.7.pooryorick2021-04-031-11/+12
| | |_|_|/ | |/| | |
* | | | | OO cleanup fix that passes test 11.7.pooryorick2021-04-021-11/+12
* | | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2020-12-041-1/+8
|\ \ \ \ | |/ / /