summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Minor code style cleanup.dkf2019-04-231-57/+110
| | * Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-021-2/+7
| * | Implement TIP 524dkf2018-11-061-4/+34
| |\ \
| | * | Test cases (and some fixes)dkf2018-10-281-4/+7
| | * | Definition and introspection commands.dkf2018-10-281-0/+1
| | * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-4/+30
* | | | Implement TIP 524dgp2018-11-131-4/+34
* | | | Plug memory leak. Fork new trunk that isn't broken.dgp2018-11-131-2/+7
|\ \ \ \ | |/ / /
| * | | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins andpooryorick2018-11-011-2/+7
| |/ /
* | | Merge 8.7jan.nijtmans2018-10-221-1/+1
|\ \ \ | |/ /
| * | Missing ',' in documentation (discovered by MacOSX help processing). Some whi...jan.nijtmans2018-10-221-1/+1
* | | Merge 8.7jan.nijtmans2018-10-191-33/+63
|\ \ \ | |/ /
| * | merge core-8-6-branchdkf2018-10-191-33/+63
| |\ \ | | |/
| | * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-40/+69
* | | Merge trunkjan.nijtmans2018-09-271-23/+13
|\ \ \ | |/ /
| * | merge core-8-branchdkf2018-09-041-639/+738
| |\ \
| * | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-17/+12
* | | | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-76/+72
|\ \ \ \ | | |/ / | |/| |
| * | | Combine the two bits of scripted code inside TclOO's definition into one.dkf2018-08-051-13/+1
| * | | Document the [myclass] command; someone might find it useful besides me.dkf2018-07-071-17/+17
| * | | Create a special command, [ :my:class], (in each instance namespace) that all...dkf2018-07-011-0/+58
| * | | Split scripted parts of TclOO into their own file.dkf2018-06-171-58/+8
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-37/+37
|\ \ \ \ | |/ / /
* | | | More using TCL_Z_MODIFIER where possiblejan.nijtmans2018-06-281-1/+1
* | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-8/+67
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \
| * | | | 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
* | | | | Merge trunkjan.nijtmans2018-04-151-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
* | | | merge trunkjan.nijtmans2018-01-291-402/+379
|\ \ \ \ | |/ / /
| * | | Some refactoring and tidying up of comments.dkf2018-01-091-115/+225