summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Expand)AuthorAgeFilesLines
* Force named namespaces to be made by TclOO. [154f0982f2]dkf2024-08-061-4/+16
|\
| * merge 8.6dkf2024-08-061-9/+9
| |\
| | * Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-291-9/+9
| * | [154f0982f2] Update createWithNamespace to error on namespace creation failuredkf2024-05-231-4/+16
| |/
* | Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-1/+1
* | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-9/+9
|\ \ | |/
| * Fix [e646d28f1a]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-2/+2
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-9/+9
* | 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
* | | Merge 8.7dkf2023-05-011-3/+3
|\ \ \ | |/ /
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| * | 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
* | | 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 8.7jan.nijtmans2022-07-011-2/+2
|\ \ \ \ \
| * \ \ \ \ 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
* | | | | | TclOO version -> 1.3.0jan.nijtmans2022-07-011-1/+1
* | | | | | Merge 8.7jan.nijtmans2022-07-011-8/+8
|/ / / / /
* | | | | Turn code snippets in TIP into a branch.dkf2021-08-011-0/+20
* | | | | 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
| |_|_|/ |/| | |
* | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| |_|/ |/| |
* | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+8
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
* | | Merge 8.6jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
* | | Unused arguments in the OO source code files.dgp2020-03-071-20/+10
* | | Merge 8.7jan.nijtmans2019-12-031-15/+29
|\ \ \ | | |/ | |/|
| * | merge 8.6dgp2019-11-151-15/+29
| |\ \ | | |/
| | * fix compliation warning, resulting from previous commitjan.nijtmans2019-11-151-1/+1
| | * Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() topooryorick2019-11-151-15/+29
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+9
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-4/+4
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-6/+6
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-35/+35
|/ /
* | merge 8.6dgp2019-05-031-43/+46
|\ \ | |/
| * Minor code style cleanup.dkf2019-04-231-57/+110
| * Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-021-2/+7