summaryrefslogtreecommitdiffstats
path: root/generic/tclOODefineCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-07-011-3/+3
* Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-8/+8
* Fix [22547f9053]: TIP 519 compiler warningjan.nijtmans2022-02-181-1/+1
* Merge 8.6jan.nijtmans2022-02-101-8/+8
|\
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-8/+8
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-9/+9
| * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-1/+1
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-9/+9
* | Unused arguments in the OO source code files.dgp2020-03-071-48/+24
* | Merge 8.7jan.nijtmans2020-02-261-2/+1
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-261-2/+1
| |\ \ | | |/
| | * Ensure that we release the correct references when an error occurs during set...dkf2020-02-251-2/+1
* | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-18/+36
|\ \ \ | |/ /
* | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-6/+12
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-08-141-3/+3
| |\ \
| | * | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-3/+3
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
| |/ /
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
|\ \ \ | |/ /
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
|/ /
* | merge 8.6dgp2019-05-031-29/+47
|\ \ | |/
| * Minor code style cleanup.dkf2019-04-231-37/+61
* | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-2/+2
|\ \ | |/
| * Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-021-0/+2
* | silence compiler warningdgp2018-11-091-1/+1
* | Implement TIP 524dkf2018-11-061-17/+131
|\ \
| * | Definition and introspection commands.dkf2018-10-281-16/+118
| * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-10/+22
* | | Implement TIP 519dkf2018-11-061-9/+44
|\ \ \
| * | | Remove unused variabledkf2018-10-211-1/+0
| * | | More tests. Better implementation.dkf2018-10-211-18/+39
| * | | Rebase on 8.7dkf2018-10-201-6/+21
| |/ /
* | | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins andpooryorick2018-11-011-0/+2
|/ /
* | merge core-8-6-branchdkf2018-10-191-1/+31
|\ \ | |/
| * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-2/+12
| * Tests for advanced object mutation issues.dkf2018-10-181-1/+21
* | Fix minor typodkf2018-09-281-1/+1
* | Simplify the slot resolution protocoldkf2018-09-111-33/+35
* | Implementation of TIP 516dkf2018-09-081-11/+75
* | merge 8.6jan.nijtmans2018-07-311-64/+0
|\ \ | |/
| * Remove some actually dead codejan.nijtmans2018-07-311-63/+0
* | Add sensible behaviour with export and unexport of private methods.dkf2018-05-271-3/+9
* | Corrections for a number of small things to align with TIPdkf2018-05-191-4/+9
* | merge 8.7dgp2018-03-301-61/+12
|\ \
| * \ Rebase the memleak work.dgp2018-03-141-61/+12
| |\ \ | | |/
| | * Further work to improve Object reference accounting in order to plug leaks.pooryorick2018-03-141-30/+9
| | * Audit and correct Object reference counting issues.pooryorick2018-03-131-6/+4
| | * Streamline TclOO object cleanup routines.pooryorick2018-02-151-12/+52
| | * Remove restriction on defining the class of a TclOO object not explicitlypooryorick2018-02-111-15/+0