| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -6/+3 |
|
|
* | constructor invocation ensemble rewrite shenanigans also fit into the | dgp | 2016-05-26 | 1 | -8/+8 |
|
|
* | Tweaking some comments for clarity. | dkf | 2016-02-05 | 1 | -3/+20 |
|
|
* | [cf74deb33c] Plug memleaks in class teardown. | dgp | 2016-02-04 | 1 | -22/+17 |
|
|
* | [593baa032c] Additional fix for the mixinSubs list. | dgp | 2015-12-22 | 1 | -8/+21 |
|
|
* | [593baa032c] Possible fix (with test) for segfault in superclass teardown. | dgp | 2015-12-22 | 1 | -9/+20 |
|
|
* | [3d96b7076e] Prevent crashes when destroying an object's class inside a metho... | dkf | 2015-11-21 | 1 | -4/+16 |
|
|
* | Stop documentation lie about command rename traces and comment lie about | dgp | 2015-06-08 | 1 | -1/+1 |
|\ |
|
* | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even... | dkf | 2015-05-15 | 1 | -2/+7 |
|
|
* | | Exceptional handling of oo::class has to be consistent throughout. | dgp | 2014-09-08 | 1 | -1/+3 |
|
|
* | | [7d52e1101b] oo::object should know that oo::class is a subclass. | dkf | 2014-08-17 | 1 | -0/+1 |
|
|
* | | [75b8433707] Revised fix for memleak in oo instance list management. | dgp | 2014-07-19 | 1 | -0/+7 |
|\ \ |
|
| * | | [75b8433707] Plug a subtle memory leak in TclOO.
| dkf | 2014-07-18 | 1 | -0/+1 |
|/ / |
|
* | | added compilation for [nextto] | dkf | 2014-01-19 | 1 | -1/+2 |
|
|
* | | merge main working branch | dkf | 2013-12-30 | 1 | -2/+2 |
|\ \ |
|
| * | | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is... | jan.nijtmans | 2013-10-11 | 1 | -1/+1 |
|
|
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -4/+5 |
|/ / |
|
* | | yet another small introspector: [self] | dkf | 2012-10-19 | 1 | -2/+4 |
|
|
* | | merge trunk | dgp | 2012-08-08 | 1 | -30/+50 |
|\ \ |
|
| * | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -22/+26 |
|
|
| * | | import small refactoring from TclOO package codebase | dkf | 2012-07-31 | 1 | -8/+24 |
|
|
* | | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
|/ / |
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+3 |
|
|
* | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -39/+29 |
|
|
* | | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -1/+0 |
|
|
* | | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -0/+23 |
|
|
* | | gcc warning: unused but set variable | jan.nijtmans | 2012-03-27 | 1 | -2/+1 |
|
|
* | | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -35/+115 |
|
|
* | | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -134/+252 |
|
|
* | | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -1/+19 |
|
|
* | | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -0/+1 |
|
|
* | | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -0/+2 |
|
|
* | | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 1 | -0/+16 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -46/+38 |
|
|
* | | Reorganization of call context reference count management so that code | dkf | 2011-03-01 | 1 | -16/+5 |
|
|
* | | [Patch 2961556]: Change TclOO to use the same style of function typedefs as | dkf | 2010-03-05 | 1 | -3/+3 |
|
|
* | | Code Audit results: | dkf | 2010-03-05 | 1 | -3/+2 |
|
|
* | | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. | dkf | 2010-03-04 | 1 | -6/+24 |
|
|
* | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -3/+3 |
|
|
* | | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 1 | -2/+40 |
|
|
* | | [Bug 2949397]: Prevent destructors from running on the two core class objects | dkf | 2010-02-11 | 1 | -2/+9 |
|
|
* | | Follow-up to earlier commit today: | nijtmans | 2010-02-05 | 1 | -3/+3 |
|
|
* | | Chisel away at reducing the cost of recent changes. | dkf | 2010-02-02 | 1 | -59/+55 |
|
|
* | | Make things compile... D'oh! | dkf | 2010-01-28 | 1 | -2/+2 |
|
|
* | | Improvements to destructor handling. | dkf | 2010-01-28 | 1 | -15/+72 |
|
|
* | | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] | dkf | 2009-11-24 | 1 | -4/+44 |
|
|
* | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -3/+3 |
|
|
* | | Expose function to efficiently return current name of an object. | dkf | 2009-07-19 | 1 | -2/+10 |
|
|
* | | Reorganize method cache handling a bit to better support itcl nasty cases. | dkf | 2009-07-12 | 1 | -22/+38 |
|
|