summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | and anotherdgp2016-07-131-1/+1
| * | | | | | | | merge trunkdgp2016-07-091-6/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Revise the "TclOO method name" objType to use proposed routines.dgp2016-04-071-15/+14
* | | | | | | | | | Implement TIP 524dgp2018-11-131-0/+263
* | | | | | | | | | Merge 8.7jan.nijtmans2018-10-191-1/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | merge core-8-6-branchdkf2018-10-191-1/+0
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-1/+0
| | * | | | | | | Streamline TclOO object cleanup routines.pooryorick2018-02-151-1/+3
| | * | | | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2018-02-141-4/+4
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-13/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-203/+461
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Make [info object methods] and [info class methods] work right.dkf2018-05-151-1/+8
| * | | | | | | Make sure that [self call] reports useful info.dkf2018-05-141-142/+164
| * | | | | | | Correct results from unknown method handler.dkf2018-05-131-80/+147
| * | | | | | | Documentation.dkf2018-05-061-2/+2
| * | | | | | | Fix up instance privates.dkf2018-05-061-67/+116
| * | | | | | | Private methods seem to be working...dkf2018-05-051-32/+124
| * | | | | | | Start of private method dispatch machinery.dkf2018-04-051-10/+31
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | merge trunkjan.nijtmans2018-01-291-1/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Some refactoring and tidying up of comments.dkf2018-01-091-2/+11
| * | | | | | Streamline TclOO object cleanup routines.pooryorick2017-12-101-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Change TclOO epoch fields from int to size_t.jan.nijtmans2017-11-161-3/+3
|/ / / / /
* | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-301-4/+4
|/ / / /
* | | | Oops; put the code in the wrong place. Mixins have priority when deciding met...dkf2017-10-191-12/+12
* | | | Ensure that method list introspection finds methods from mixins in all cases....dkf2017-10-191-19/+56
* | | | [900cb0284bc] Ensure that masking pseudo-methods used for export management a...dkf2017-03-291-0/+1
| |_|/ |/| |
* | | Slightly more efficient version as this is Hot Path code.dkf2016-11-151-1/+1
* | | See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjTypedgp2016-11-141-0/+1
| |/ |/|
* | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-6/+3
|/
* Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-1/+1
* [b9e1a3032e] Implement the documented method search order for TclOO.dkf2014-08-281-26/+71
* [a84a720966] Protect against double free in TclOO classChainCache teardown.dgp2014-07-311-1/+1
* merge core-8-5-branchjan.nijtmans2013-01-311-6/+5
|\
* | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-1/+1
* | Fix uninit variable (thanks to dgp for reporting)dkf2012-03-261-1/+1
* | Implementation of TIP #380dkf2012-03-261-1/+17
* | [Bug 3387082]: Plug memory leak in call chain introspection.dkf2011-08-071-4/+2
* | Remove stray refcount bump that caused a memory leak.dkf2011-07-141-1/+0
* | Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-251-2/+221
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-14/+13
* | fix typo in dkf's last commitmig2011-03-011-1/+1
* | Reorganization of call context reference count management so that codedkf2011-03-011-4/+6
* | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-5/+3
* | Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-121-6/+12
* | Add "const" to many internalnijtmans2008-10-161-2/+2
* | slightly more efficientdkf2008-09-251-3/+1
* | Fix [Bug 2120903]dkf2008-09-251-9/+8
* | new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-4/+4
* | * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-4/+4
* | NRE-aware TclOO.dkf2008-07-161-25/+61