Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sensible behaviour with export and unexport of private methods. | dkf | 2018-05-27 | 1 | -0/+32 |
| | |||||
* | Corrections for a number of small things to align with TIP | dkf | 2018-05-19 | 1 | -1/+87 |
| | |||||
* | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 1 | -0/+36 |
| | |||||
* | Make sure that [self call] reports useful info. | dkf | 2018-05-14 | 1 | -0/+27 |
| | |||||
* | Correct results from unknown method handler. | dkf | 2018-05-13 | 1 | -0/+139 |
| | |||||
* | Make [info vars] aware of private variable resolution. | dkf | 2018-05-13 | 1 | -0/+40 |
| | |||||
* | Make the 'varname' method know about private variables. | dkf | 2018-05-07 | 1 | -0/+34 |
| | |||||
* | Corrections to test names. | dkf | 2018-05-06 | 1 | -4/+4 |
| | |||||
* | Fix up instance privates. | dkf | 2018-05-06 | 1 | -0/+44 |
| | |||||
* | Private methods seem to be working... | dkf | 2018-05-05 | 1 | -1/+109 |
| | |||||
* | Added basic tests of the 'private' definition command. | dkf | 2018-04-15 | 1 | -2/+50 |
| | |||||
* | Testing the private variables. | dkf | 2018-04-15 | 1 | -0/+82 |
| | |||||
* | Added tests for [info object creationid] | dkf | 2018-04-15 | 1 | -1/+68 |
| | |||||
* | Rebase the memleak work. | dgp | 2018-03-14 | 1 | -61/+161 |
|\ | |||||
| * | 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 |
| | | | | | | have mixed themselves into themselves. | ||||
| * | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object | pooryorick | 2018-02-15 | 1 | -0/+3 |
| | | | | | | creation by qualified name). | ||||
| * | 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 |
| | | | | | | TclOO.c/ReleaseClassContents() for a class mixed into one of its instances. | ||||
| * | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -0/+12 |
| | | | | | | deletes the object's namespace. | ||||
| * | Remove restriction on defining the class of a TclOO object not explicitly | pooryorick | 2018-02-11 | 1 | -2/+2 |
| | | | | | | instantiated from ::oo::class. | ||||
| * | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body ↵ | dkf | 2017-10-24 | 1 | -0/+11 |
| | | | | | | | | representations. | ||||
* | | Remove restriction on defining the class of a TclOO object not explicitly | pooryorick | 2018-01-27 | 1 | -2/+2 |
| | | | | | | instantiated from ::oo::class. | ||||
* | | Streamline TclOO object cleanup routines. | pooryorick | 2017-12-10 | 1 | -6/+7 |
| | | |||||
* | | Eliminate use of certain unnecessary struct names. Also white-spacing. ↵ | jan.nijtmans | 2017-11-30 | 1 | -2/+2 |
| | | | | | | | | Nothing functional. | ||||
* | | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that that | pooryorick | 2017-11-29 | 1 | -3/+30 |
| | | | | | | have mixed themselves into themselves. | ||||
* | | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object | pooryorick | 2017-11-28 | 1 | -0/+3 |
| | | | | | | creation by qualified name). | ||||
* | | Unit test for issue 3c32a3f8bd, Segmentation fault in | pooryorick | 2017-11-01 | 1 | -0/+18 |
| | | | | | | TclOO.c/ReleaseClassContents() for a class mixed into one of its instances. | ||||
* | | merge bug-fc1409fc91. | pooryorick | 2017-10-30 | 1 | -0/+12 |
|\ \ | |||||
| * | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -0/+12 |
| | | | | | | | | | deletes the object's namespace. | ||||
* | | | Change (internal) refCount field from TclRegexp to type size_t: this allows ↵ | jan.nijtmans | 2017-10-24 | 1 | -1/+1 |
|/ / | | | | | | | more references on 64-bit platforms. Remove unused macro "xxx" in regguts.h. Remove superflouous eol-space in oo.test. | ||||
* | | Added test case. | dkf | 2017-10-24 | 1 | -0/+11 |
| | | |||||
* | | [1a56550e96] Ensure that method list introspection finds methods from mixins ↵ | dkf | 2017-10-19 | 1 | -1/+23 |
|\ \ | |/ | | | | | in all cases. | ||||
| * | Ensure that method list introspection finds methods from mixins in all ↵ | dkf | 2017-10-19 | 1 | -1/+1 |
| | | | | | | | | cases. Use better approach for preventing excessive iteration. | ||||
| * | [1a56550e96] Mixins aren't being searched correctly by [info class methods -all] | dkf | 2017-10-18 | 1 | -1/+23 |
| | | |||||
* | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 1 | -0/+35 |
|\ \ | |/ | |||||
| * | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -0/+35 |
| | | |||||
| * | [900cb0284bc] Ensure that masking pseudo-methods used for export management ↵ | dkf | 2017-03-29 | 1 | -0/+37 |
| | | | | | | | | are not introspectable directly. [cherrypick] | ||||
* | | Add tests and docs. | dkf | 2017-06-13 | 1 | -0/+107 |
| | | |||||
* | | Tweak to make tests a little clearer. | dkf | 2017-03-29 | 1 | -13/+13 |
| | | |||||
* | | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not ↵ | aspect | 2017-03-27 | 1 | -0/+38 |
| | | | | | | | | listed (bug [900cb0284bc]) | ||||
* | | merge 8.6 | dgp | 2016-07-09 | 1 | -0/+32 |
|\ \ | |/ | |||||
| * | 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 |
| | | |||||
* | | Merge core-8-6-branch: | jan.nijtmans | 2016-07-07 | 1 | -0/+12 |
|\ \ | |/ | | | | | | | | | | | New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE Simplify all the Tcl_NRPostProc declarations Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows | ||||
| * | New tests to demo the remaining flaw in ensemble dispatch revisions. | dgp | 2016-07-05 | 1 | -0/+12 |
| | | | | | | Itcl 4 also demonstrated these problems. | ||||
* | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -4/+4 |
|/ |