summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-5/+11
* Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-311-1/+6
* Added magic for Objective C. [Bug 2163447]dkf2008-10-131-1/+16
* Implementation of TIP #320.#320.#320.dkf2008-09-231-1/+8
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-231-2/+2
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-1/+2
* NRE-enable the TclOO constructor system.dkf2008-07-181-1/+6
* NRE-aware TclOO.dkf2008-07-161-4/+7
* Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-311-4/+4
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+579