summaryrefslogtreecommitdiffstats
path: root/generic/tclOOMethod.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2019-11-151-1/+1
|\
| * Fix test-case event-11.8, failing as a result of the TclOOObjectDestroyed() f...jan.nijtmans2019-11-151-1/+1
| * Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() topooryorick2019-11-151-1/+1
* | merge 8.6sebres2019-11-141-3/+5
|\ \ | |/
| * restore verification for deleted interpsebres2019-11-141-1/+3
| * fixed SF [135804138e] -- no call of next possible after object namespace is d...sebres2019-11-141-3/+3
* | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-12/+12
* | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | merge 8.6dgp2018-11-161-4/+2
|\ \ | |/
| * Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-4/+2
| * Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-241-0/+1
* | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-25/+25
* | merge 8.7dgp2018-06-041-3/+36
|\ \
| * | Minor updates to C API to handle private methods.dkf2018-05-191-0/+7
| * | Make sure that [self call] reports useful info.dkf2018-05-141-0/+6
| * | Start of private method dispatch machinery.dkf2018-04-051-2/+4
| * | This should be the implementation of private variables.dkf2018-03-181-1/+19
* | | merge trunkdgp2017-10-271-0/+1
|\ \ \ | |/ /
| * | [fc1409fc91]: TclOO method with non-literal value for body argument causes se...pooryorick2017-10-241-0/+1
* | | anotherdgp2016-07-131-5/+4
* | | merge trunkdgp2016-07-091-5/+3
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
| |/
| * Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-4/+2
* | merge trunkdgp2016-06-291-19/+8
|\ \ | |/
| * Reduce to minimum set of TclResetRewriteEnsemble() calls.dgp2016-05-261-0/+5
| * Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble()dgp2016-05-251-20/+3
| * Appears that the TclInitRewriteEnsemble() routine was created with an intentdgp2016-05-241-0/+1
* | oopsdgp2016-03-241-3/+1
|/
* explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-4/+1
* Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-6/+6
* Remove lines of code made obsolete by earlier changes.dgp2015-06-191-5/+1
* [3609693] Must strip the internal representation of procedure-like methods indkf2013-09-091-2/+48
* merge trunkdgp2013-08-151-12/+1
|\
| * The fix for [3610404] leads to a simplification in the implementation ofdgp2013-08-151-12/+1
* | merge trunkdgp2013-08-141-0/+2
|\ \ | |/
| * [3610404] Re-resolution of command after enter traces invalidate epoch.dgp2013-08-141-0/+2
| |\
| | * merge trunkdgp2013-08-141-4/+4
| | |\ | | |/ | |/|
| | * Use the double-secret iPtr->lookupNsPtr field to get post-enter-tracedgp2013-04-091-0/+1
* | | merge trunkdgp2013-08-141-4/+4
|\ \ \ | |/ /
| * | Eliminate the union that is no longer needed.dgp2013-08-061-4/+4
| |/
* | Revise TclNREvalObjv so that pre-resolution of the Command by a callerdgp2013-04-081-1/+1
|/
* merge core-8-5-branchjan.nijtmans2013-01-311-1/+1
* merge trunkdgp2012-08-081-4/+4
|\
| * converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-4/+4
* | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-1/+1
|/
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-9/+0
* [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-161-1/+1
* [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-101-1/+1
* More generation of error codes (TclOO miscellany).dkf2011-04-041-0/+2
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-23/+22