summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-011-2/+2
|\
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-2/+2
* | Merge 8.7jan.nijtmans2019-12-031-8/+6
|\ \
| * \ merge 8.6dgp2019-11-151-8/+6
| |\ \ | | |/
| | * Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() topooryorick2019-11-151-8/+6
| * | Merge 8.6jan.nijtmans2019-08-281-1/+1
| |\ \ | | |/
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-1/+1
| | * Merge 8.5jan.nijtmans2019-06-261-1/+1
| * | Eliminate "register" keyword usage from all header-files (and also correspond...jan.nijtmans2019-07-251-1/+1
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-4/+4
|/ /
* | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-2/+2
* | Definition and introspection commands.dkf2018-10-281-0/+3
* | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-0/+20
* | merge core-8-6-branchdkf2018-10-191-0/+11
|\ \ | |/
| * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-0/+8
| * Streamline TclOO object cleanup routines.pooryorick2018-02-151-28/+18
| * Streamline TclOO object cleanup routines.pooryorick2018-02-151-0/+4
| * Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2018-02-141-8/+8
* | merge core-8-branchdkf2018-08-261-1/+1
|\ \
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | Create a special command, [ :my:class], (in each instance namespace) that all...dkf2018-07-011-0/+2
|/ /
* | Make [info object methods] and [info class methods] work right.dkf2018-05-151-0/+1
* | Make sure that [self call] reports useful info.dkf2018-05-141-0/+4
* | Correct results from unknown method handler.dkf2018-05-131-1/+2
* | Private methods seem to be working...dkf2018-05-051-10/+1
* | Start of private method dispatch machinery.dkf2018-04-051-1/+11
* | This should be the implementation of private variables.dkf2018-03-181-2/+42
* | Starting to build the implementation of the private methods and variables. De...dkf2018-02-251-0/+3
* | Streamline TclOO object cleanup routines.pooryorick2017-12-101-28/+18
* | Streamline TclOO object cleanup routines.pooryorick2017-11-271-0/+4
* | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-301-8/+8
* | Start of implementation of TIP #470.dkf2017-04-271-0/+3
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-1/+1
|/
* [3d96b7076e] Prevent crashes when destroying an object's class inside a metho...dkf2015-11-211-0/+3
* Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be...jan.nijtmans2015-07-011-1/+1
* The fix for [3610404] leads to a simplification in the implementation ofdgp2013-08-151-6/+0
* 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-5/+4
* Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-15/+0
* Implementation of TIP #397dkf2012-03-271-0/+2
* Implementation of TIP #380dkf2012-03-261-12/+3
* Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-251-0/+7
* Reorganization of call context reference count management so that codedkf2011-03-011-4/+2
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-2/+2
* [Patch 2961556]: Change TclOO to use the same style of function typedefs asdkf2010-03-051-10/+10
* Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.dkf2010-03-041-1/+5
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-2/+2
* Improvements to destructor handling.dkf2010-01-281-1/+3
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-1/+2
* Reorganize method cache handling a bit to better support itcl nasty cases.dkf2009-07-121-2/+3