summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Expand)AuthorAgeFilesLines
* Working towards a BCCed [next].donal.k.fellows@manchester.ac.uk2012-11-011-4/+5
* yet another small introspector: [self]donal.k.fellows@manchester.ac.uk2012-10-191-2/+4
* merge trunkdgp@users.sourceforge.net2012-08-081-30/+50
|\
| * converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-22/+26
| * import small refactoring from TclOO package codebasedonal.k.fellows@manchester.ac.uk2012-07-311-8/+24
* | Update TclOO package to 0.7, correct copyright dates.donal.k.fellows@manchester.ac.uk2012-07-121-1/+1
|/
* Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-3/+3
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdonal.k.fellows@manchester.ac.uk2012-05-201-39/+29
* Fix [Bug 2712377]: [info vars] and object declared variablesdonal.k.fellows@manchester.ac.uk2012-04-091-1/+0
* Fix [Bug 3514761] and related ensemble/construction problems.donal.k.fellows@manchester.ac.uk2012-04-041-0/+23
* gcc warning: unused but set variablenijtmans@users.sourceforge.net2012-03-271-2/+1
* Implementation of TIP #397donal.k.fellows@manchester.ac.uk2012-03-271-35/+115
* Implementation of TIP #380donal.k.fellows@manchester.ac.uk2012-03-261-134/+252
* * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: Whendonal.k.fellows@manchester.ac.uk2012-01-251-1/+19
* Ensure that TclOO is properly found by all the various package mechanisms (bydonal.k.fellows@manchester.ac.uk2011-07-261-0/+1
* Implementation of TIP #381: Call Chain Introspection and Controldonal.k.fellows@manchester.ac.uk2011-05-251-0/+2
* More generation of error codes (TclOO miscellany).donal.k.fellows@manchester.ac.uk2011-04-041-0/+16
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-46/+38
* Reorganization of call context reference count management so that codedonal.k.fellows@manchester.ac.uk2011-03-011-16/+5
* [Patch 2961556]: Change TclOO to use the same style of function typedefs asdonal.k.fellows@manchester.ac.uk2010-03-051-3/+3
* Code Audit results:donal.k.fellows@manchester.ac.uk2010-03-051-3/+2
* Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.donal.k.fellows@manchester.ac.uk2010-03-041-6/+24
* reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-3/+3
* Fix [Bug 2950259] so that deleting an object by killing its namespace willdonal.k.fellows@manchester.ac.uk2010-02-151-2/+40
* [Bug 2949397]: Prevent destructors from running on the two core class objectsdonal.k.fellows@manchester.ac.uk2010-02-111-2/+9
* Follow-up to earlier commit today:nijtmans2010-02-051-3/+3
* Chisel away at reducing the cost of recent changes.donal.k.fellows@manchester.ac.uk2010-02-021-59/+55
* Make things compile... D'oh!donal.k.fellows@manchester.ac.uk2010-01-281-2/+2
* Improvements to destructor handling.donal.k.fellows@manchester.ac.uk2010-01-281-15/+72
* Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]donal.k.fellows@manchester.ac.uk2009-11-241-4/+44
* Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-3/+3
* Expose function to efficiently return current name of an object.donal.k.fellows@manchester.ac.uk2009-07-191-2/+10
* Reorganize method cache handling a bit to better support itcl nasty cases.donal.k.fellows@manchester.ac.uk2009-07-121-22/+38
* Fix [Bug 2414858].donal.k.fellows@manchester.ac.uk2009-05-081-1/+2
* Missed a spot.donal.k.fellows@manchester.ac.uk2009-05-051-2/+4
* Stop deletion of support namespaces leading to a potential crash.donal.k.fellows@manchester.ac.uk2009-05-041-10/+58
* Fix [Bug 2481109]donal.k.fellows@manchester.ac.uk2009-01-061-3/+5
* Fix [Bug 2200824] and make class constructor error handling much more robust.donal.k.fellows@manchester.ac.uk2008-10-311-6/+12
* Implementation of TIP #320.#320.#320.donal.k.fellows@manchester.ac.uk2008-09-231-2/+20
* Improve the semantics of C-implemented destructors slightly.donal.k.fellows@manchester.ac.uk2008-09-011-18/+31
* Fix performance bug introduced by fix of [Bug 2037727]donal.k.fellows@manchester.ac.uk2008-08-201-1/+9
* * generic/tclOO.c: Revised TclOO's check for an interpdgp@users.sourceforge.net2008-08-061-2/+2
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-4/+4
* NRE-enable the TclOO constructor system.donal.k.fellows@manchester.ac.uk2008-07-181-11/+140
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-8/+8
* NRE-aware TclOO.donal.k.fellows@manchester.ac.uk2008-07-161-10/+126
* Make [next] work as described in TIP. [Bug 1998244]donal.k.fellows@manchester.ac.uk2008-06-191-6/+15
* * generic/tclOO.c: use TclOOStubs hooks field to retrievedas2008-06-121-3/+3
* * generic/tclOO.c (ReleaseClassContents): Fix the one remainingKevin B Kenny2008-06-021-1/+5
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-5/+6