| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP #581: Last possible master/slave -> parent/child changes, without affecti... | jan.nijtmans | 2020-09-05 | 1 | -68/+68 |
|
|
* | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
|
|
* | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -16/+16 |
|
|
* | Ensure that we release the correct references when an error occurs during set... | dkf | 2020-02-25 | 1 | -1/+35 |
|
|
* | Fix [cff53cf7d0]: Failed test oo-0.9 in file oo.test in Tcl8.6.10 | jan.nijtmans | 2020-01-13 | 1 | -2/+2 |
|
|
* | make oo-7.10 test more readable | sebres | 2019-11-14 | 1 | -3/+3 |
|
|
* | bug [135804138e]: test case illustrating the segfault | sebres | 2019-11-14 | 1 | -0/+29 |
|
|
* | Added missing test case | dkf | 2019-04-09 | 1 | -0/+24 |
|
|
* | Added another test case. This one is OK. | dkf | 2018-10-19 | 1 | -0/+16 |
|
|
* | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 1 | -5/+12 |
|
|
* | Tests for advanced object mutation issues. | dkf | 2018-10-18 | 1 | -0/+77 |
|
|
* | A few test hygiene fixes. | dgp | 2018-03-14 | 1 | -2/+4 |
|
|
* | Further work to improve Object reference accounting in order to plug leaks. | pooryorick | 2018-03-14 | 1 | -60/+152 |
|
|
* | Audit and correct Object reference counting issues. | pooryorick | 2018-03-13 | 1 | -1/+7 |
|
|
* | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -3/+7 |
|
|
* | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that that | pooryorick | 2018-02-15 | 1 | -3/+30 |
|
|
* | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object | pooryorick | 2018-02-15 | 1 | -0/+3 |
|
|
* | Modify test oo-11.6 to not use [self], which is not avaiable until 8.7. | pooryorick | 2018-02-14 | 1 | -3/+3 |
|
|
* | Unit test for issue 3c32a3f8bd, Segmentation fault in | pooryorick | 2018-02-14 | 1 | -0/+18 |
|
|
* | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -0/+12 |
|
|
* | Remove restriction on defining the class of a TclOO object not explicitly | pooryorick | 2018-02-11 | 1 | -2/+2 |
|
|
* | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe... | dkf | 2017-10-24 | 1 | -0/+11 |
|
|
* | Ensure that method list introspection finds methods from mixins in all cases.... | dkf | 2017-10-19 | 1 | -1/+1 |
|
|
* | [1a56550e96] Mixins aren't being searched correctly by [info class methods -all] | dkf | 2017-10-18 | 1 | -1/+23 |
|
|
* | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -0/+35 |
|
|
* | [900cb0284bc] Ensure that masking pseudo-methods used for export management a... | dkf | 2017-03-29 | 1 | -0/+37 |
|
|
* | Also test the interpreted path. | dkf | 2016-07-07 | 1 | -5/+7 |
|
|
* | Demonstrate that there is a problem. | dkf | 2016-07-05 | 1 | -0/+30 |
|
|
* | New tests to demo the remaining flaw in ensemble dispatch revisions. | dgp | 2016-07-05 | 1 | -0/+12 |
|
|
* | [593baa032c] Additional fix for the mixinSubs list. | dgp | 2015-12-22 | 1 | -0/+6 |
|
|
* | [593baa032c] Possible fix (with test) for segfault in superclass teardown. | dgp | 2015-12-22 | 1 | -0/+7 |
|
|
* | [3d96b7076e] Prevent crashes when destroying an object's class inside a metho... | dkf | 2015-11-21 | 1 | -0/+51 |
|
|
* | Added tests. | dkf | 2015-07-10 | 1 | -0/+24 |
|
|
* | [ad6696285c] Demonstrate that filters are not called for destructors. | dkf | 2015-05-17 | 1 | -0/+28 |
|
|
* | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even... | dkf | 2015-05-15 | 1 | -0/+25 |
|
|
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
|
|
* | Exceptional handling of oo::class has to be consistent throughout. | dgp | 2014-09-08 | 1 | -0/+10 |
|
|
* | [7d52e1101b] oo::object should know that oo::class is a subclass. | dkf | 2014-08-17 | 1 | -0/+17 |
|
|
* | [75b8433707] Plug a subtle memory leak in TclOO.
| dkf | 2014-07-18 | 1 | -0/+13 |
|
|
* | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is... | jan.nijtmans | 2013-10-11 | 1 | -1/+1 |
|
|
* | Bump TclOO version to 1.0.1 | dkf | 2013-09-18 | 1 | -2/+2 |
|
|
* | define tests for this bug; no fix yet | dkf | 2013-08-21 | 1 | -0/+30 |
|
|
* | merge trunk | dgp | 2013-08-14 | 1 | -0/+36 |
|\ |
|
| * | Deal with the elaborate rip-apart-a-metaclass case as well. | dkf | 2013-08-02 | 1 | -0/+19 |
|
|
| * | [9d61624b3d]: Stop crashes when emptying the superclass slot. | dkf | 2013-08-02 | 1 | -0/+17 |
|
|
* | | added some test cases, based on bug report | dkf | 2013-04-09 | 1 | -0/+63 |
|/ |
|
* | characterize bug | dkf | 2013-02-08 | 1 | -0/+19 |
|
|
* | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 | dgp | 2012-11-08 | 1 | -1/+1 |
|
|
* | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -2/+2 |
|
|
* | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -5/+105 |
|
|