| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -6/+6 |
|
|
* | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|
|
* | fix compliation warning, resulting from previous commit | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
|
|
* | Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() to | pooryorick | 2019-11-15 | 1 | -15/+29 |
|
|
* | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -57/+110 |
|
|
* | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins and | dgp | 2018-11-02 | 1 | -2/+7 |
|
|
* | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 1 | -40/+69 |
|
|
* | Further work to improve Object reference accounting in order to plug leaks. | pooryorick | 2018-03-14 | 1 | -17/+27 |
|
|
* | Audit and correct Object reference counting issues. | pooryorick | 2018-03-13 | 1 | -84/+112 |
|
|
* | Prevent leaks of the Object structs of oo::object and oo::class. | dgp | 2018-03-11 | 1 | -0/+9 |
|
|
* | Attempt at providing the missing instance squelcher. | dgp | 2018-03-11 | 1 | -0/+16 |
|
|
* | Udate Tcl_ObjectDeleted to reflect recent changes. | pooryorick | 2018-02-15 | 1 | -4/+2 |
|
|
* | Fix syntax error in previous commit. | pooryorick | 2018-02-15 | 1 | -2/+2 |
|
|
* | Add the check for wrong arguments back to TclOO_Object_Destroy, remove | pooryorick | 2018-02-15 | 1 | -1/+3 |
|
|
* | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -374/+245 |
|
|
* | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that that | pooryorick | 2018-02-15 | 1 | -55/+73 |
|
|
* | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object | pooryorick | 2018-02-15 | 1 | -27/+33 |
|
|
* | Minor refactoring of TclOO object reference count booking during object | pooryorick | 2018-02-15 | 1 | -8/+8 |
|
|
* | Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance(). | pooryorick | 2018-02-15 | 1 | -29/+10 |
|
|
* | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -280/+204 |
|
|
* | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+3073 |
|
|
* | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -3074/+0 |
|
|
* | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2017-11-19 | 1 | -16/+21 |
|
|
* | merge 8.6 | dgp | 2017-11-08 | 1 | -1/+4 |
|\ |
|
| * | TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. | dgp | 2017-11-08 | 1 | -1/+4 |
|
|
* | | Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() | pooryorick | 2017-11-01 | 1 | -2/+13 |
|
|
* | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -9/+26 |
|
|
* | | Start of implementation of TIP #470. | dkf | 2017-04-27 | 1 | -0/+1 |
|
|
* | | Merge core-8-6-branch:
| jan.nijtmans | 2016-07-07 | 1 | -6/+3 |
|\ \
| |/ |
|
| * | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -6/+3 |
|
|
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -2/+2 |
|/ |
|
* | constructor invocation ensemble rewrite shenanigans also fit into the | dgp | 2016-05-26 | 1 | -8/+8 |
|
|
* | Tweaking some comments for clarity. | dkf | 2016-02-05 | 1 | -3/+20 |
|
|
* | [cf74deb33c] Plug memleaks in class teardown. | dgp | 2016-02-04 | 1 | -22/+17 |
|
|
* | [593baa032c] Additional fix for the mixinSubs list. | dgp | 2015-12-22 | 1 | -8/+21 |
|
|
* | [593baa032c] Possible fix (with test) for segfault in superclass teardown. | dgp | 2015-12-22 | 1 | -9/+20 |
|
|
* | [3d96b7076e] Prevent crashes when destroying an object's class inside a metho... | dkf | 2015-11-21 | 1 | -4/+16 |
|
|
* | Stop documentation lie about command rename traces and comment lie about | dgp | 2015-06-08 | 1 | -1/+1 |
|\ |
|
* | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even... | dkf | 2015-05-15 | 1 | -2/+7 |
|
|
* | | Exceptional handling of oo::class has to be consistent throughout. | dgp | 2014-09-08 | 1 | -1/+3 |
|
|
* | | [7d52e1101b] oo::object should know that oo::class is a subclass. | dkf | 2014-08-17 | 1 | -0/+1 |
|
|
* | | [75b8433707] Revised fix for memleak in oo instance list management. | dgp | 2014-07-19 | 1 | -0/+7 |
|\ \ |
|
| * | | [75b8433707] Plug a subtle memory leak in TclOO.
| dkf | 2014-07-18 | 1 | -0/+1 |
|/ / |
|
* | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -1/+2 |
|
|
* | | merge main working branch | dkf | 2013-12-30 | 1 | -2/+2 |
|\ \ |
|
| * | | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is... | jan.nijtmans | 2013-10-11 | 1 | -1/+1 |
|
|
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -4/+5 |
|/ / |
|
* | | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -2/+4 |
|
|
* | | merge trunk | dgp | 2012-08-08 | 1 | -30/+50 |
|\ \ |
|