summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Expand)AuthorAgeFilesLines
* Private methods seem to be working...dkf2018-05-051-10/+15
* Duplicate the private variable config when cloning objects.dkf2018-04-131-2/+17
* Start of private method dispatch machinery.dkf2018-04-051-0/+19
* merge 8.7dgp2018-03-301-93/+133
|\
| * Rebase the memleak work.dgp2018-03-141-93/+133
| |\
| | * Further work to improve Object reference accounting in order to plug leaks.pooryorick2018-03-141-17/+27
| | * Audit and correct Object reference counting issues.pooryorick2018-03-131-84/+112
| | * Prevent leaks of the Object structs of oo::object and oo::class.dgp2018-03-111-0/+9
| | * Attempt at providing the missing instance squelcher.dgp2018-03-111-0/+16
| | * Udate Tcl_ObjectDeleted to reflect recent changes.pooryorick2018-02-151-4/+2
| | * Fix syntax error in previous commit.pooryorick2018-02-151-2/+2
| | * Add the check for wrong arguments back to TclOO_Object_Destroy, removepooryorick2018-02-151-1/+3
| | * Streamline TclOO object cleanup routines.pooryorick2018-02-151-374/+245
| | * Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that thatpooryorick2018-02-151-55/+73
| | * Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2018-02-151-27/+33
| | * Minor refactoring of TclOO object reference count booking during objectpooryorick2018-02-151-8/+8
| | * Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance().pooryorick2018-02-151-29/+10
| | * Streamline TclOO object cleanup routines.pooryorick2018-02-151-280/+204
| | * Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2018-02-141-0/+3073
| | * Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-3074/+0
* | | This should be the implementation of private variables.dkf2018-03-181-0/+18
* | | Starting to build the implementation of the private methods and variables. De...dkf2018-02-251-0/+2
|/ /
* | Some refactoring and tidying up of comments.dkf2018-01-091-115/+225
* | Udate Tcl_ObjectDeleted to reflect recent changes.pooryorick2018-01-081-4/+2
* | Fix syntax error in previous commit.pooryorick2017-12-131-2/+2
* | Add the check for wrong arguments back to TclOO_Object_Destroy, removepooryorick2017-12-111-1/+3
* | Streamline TclOO object cleanup routines.pooryorick2017-12-101-374/+245
* | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-3/+3
* | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that thatpooryorick2017-11-291-55/+73
* | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2017-11-281-27/+33
* | Minor refactoring of TclOO object reference count booking during objectpooryorick2017-11-281-8/+8
* | Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance().pooryorick2017-11-271-29/+10
* | Streamline TclOO object cleanup routines.pooryorick2017-11-271-280/+204
|/
* Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2017-11-191-16/+21
* merge 8.6dgp2017-11-081-1/+4
|\
| * TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set.dgp2017-11-081-1/+4
* | Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents()pooryorick2017-11-011-2/+13
* | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-301-9/+26
* | Start of implementation of TIP #470.dkf2017-04-271-0/+1
* | Merge core-8-6-branch: jan.nijtmans2016-07-071-6/+3
|\ \ | |/
| * Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-6/+3
* | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-2/+2
|/
* constructor invocation ensemble rewrite shenanigans also fit into the dgp2016-05-261-8/+8
* Tweaking some comments for clarity.dkf2016-02-051-3/+20
* [cf74deb33c] Plug memleaks in class teardown.dgp2016-02-041-22/+17
* [593baa032c] Additional fix for the mixinSubs list.dgp2015-12-221-8/+21
* [593baa032c] Possible fix (with test) for segfault in superclass teardown.dgp2015-12-221-9/+20
* [3d96b7076e] Prevent crashes when destroying an object's class inside a metho...dkf2015-11-211-4/+16
* Stop documentation lie about command rename traces and comment lie aboutdgp2015-06-081-1/+1
|\
* | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even...dkf2015-05-151-2/+7