Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some refactoring and tidying up of comments. | dkf | 2018-01-09 | 1 | -115/+225 |
| | |||||
* | Udate Tcl_ObjectDeleted to reflect recent changes. | pooryorick | 2018-01-08 | 1 | -4/+2 |
| | |||||
* | Fix syntax error in previous commit. | pooryorick | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | Add the check for wrong arguments back to TclOO_Object_Destroy, remove | pooryorick | 2017-12-11 | 1 | -1/+3 |
| | | | inadvertant increment of Namespace->refCount. | ||||
* | Streamline TclOO object cleanup routines. | pooryorick | 2017-12-10 | 1 | -374/+245 |
| | |||||
* | Eliminate use of certain unnecessary struct names. Also white-spacing. ↵ | jan.nijtmans | 2017-11-30 | 1 | -3/+3 |
| | | | | Nothing functional. | ||||
* | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that that | pooryorick | 2017-11-29 | 1 | -55/+73 |
| | | | have mixed themselves into themselves. | ||||
* | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object | pooryorick | 2017-11-28 | 1 | -27/+33 |
| | | | creation by qualified name). | ||||
* | Minor refactoring of TclOO object reference count booking during object | pooryorick | 2017-11-28 | 1 | -8/+8 |
| | | | creation. | ||||
* | Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance(). | pooryorick | 2017-11-27 | 1 | -29/+10 |
| | |||||
* | Streamline TclOO object cleanup routines. | pooryorick | 2017-11-27 | 1 | -280/+204 |
| | |||||
* | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2017-11-19 | 1 | -16/+21 |
| | | | coroutine and TclOO object creation routines to use TclCreateObjCommandInNs. | ||||
* | 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 |
| | | | | | | for a class mixed into one of its instances. | ||||
* | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2017-10-30 | 1 | -9/+26 |
| | | | | | | deletes the object's namespace. | ||||
* | | 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 |
|\ \ | |/ | | | | | | | | | | | 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 | ||||
| * | 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 |
|/ | | | | which are deprecated. | ||||
* | constructor invocation ensemble rewrite shenanigans also fit into the | dgp | 2016-05-26 | 1 | -8/+8 |
| | | | refactored routines. | ||||
* | 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 ↵ | dkf | 2015-11-21 | 1 | -4/+16 |
| | | | | method call. | ||||
* | Stop documentation lie about command rename traces and comment lie about | dgp | 2015-06-08 | 1 | -1/+1 |
|\ | | | | | what's done with them in TclOO. | ||||
* | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵ | dkf | 2015-05-15 | 1 | -2/+7 |
| | | | | | | | | even when construction didn't complete. | ||||
* | | 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 |
|/ / | | | | | | | Test suite very unhappy with this. Shoving into a mistake branch until that's sorted. | ||||
* | | 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" ↵ | jan.nijtmans | 2013-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | is more appropriate in those two places. | ||||
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | | | | | | | | Fix "make test-packages" on cygwin | ||||
* | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -4/+5 |
|/ / | | | | | | | This version <i>almost</i> works, except for a problem with restoring the context namespace upon return (which produces very strange results!) | ||||
* | | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -2/+4 |
| | | |||||
* | | merge trunk | dgp | 2012-08-08 | 1 | -30/+50 |
|\ \ | |||||
| * | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -22/+26 |
| | | | |||||
| * | | import small refactoring from TclOO package codebase | dkf | 2012-07-31 | 1 | -8/+24 |
| | | | |||||
* | | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
|/ / | |||||
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+3 |
| | | |||||
* | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -39/+29 |
| | | | | | | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings. | ||||
* | | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -1/+0 |
| | | |||||
* | | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -0/+23 |
| | | |||||
* | | gcc warning: unused but set variable | jan.nijtmans | 2012-03-27 | 1 | -2/+1 |
| | | |||||
* | | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -35/+115 |
| | | |||||
* | | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -134/+252 |
| | | |||||
* | | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -1/+19 |
| | | | | | | | | copying an object, make sure that the configuration of the variable resolver is also duplicated. |