summaryrefslogtreecommitdiffstats
path: root/generic/tclOOCall.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak to make tests a little clearer.bug_900cb0284bcdkf2017-03-291-1/+1
* Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not list...aspect2017-03-271-0/+1
* Slightly more efficient version as this is Hot Path code.bug_itcl_1b2865dkf2016-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.bug_3365156dkf2011-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
* | Fix [Bug 1998221]dkf2008-06-191-6/+9
* | Plug leak. [Bug 1987817]dkf2008-06-081-5/+17
* | * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-13/+13
* | Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+1211
|/
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-803/+0
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-0/+803