Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -7/+9 |
| | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. | dkf | 2010-03-04 | 1 | -1/+25 |
| | |||||
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 1 | -8/+52 |
| | | | | reliably call the object's destructor. | ||||
* | [Bug 2944404] Be careful in case an object deletes itself in its destructor. | dkf | 2010-02-02 | 1 | -1/+17 |
| | |||||
* | Improvements to destructor handling. | dkf | 2010-01-28 | 1 | -1/+111 |
| | | | | Stop crashes from odd destruction routes. | ||||
* | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. | dgp | 2009-12-09 | 1 | -2/+2 |
| | |||||
* | Match the version-bump of TclOO. | dkf | 2009-11-27 | 1 | -2/+2 |
| | |||||
* | [Bug 2903811]: Remove unneeded restrictions on usefully calling the | dkf | 2009-11-27 | 1 | -1/+34 |
| | | | | oo::object->variable method. Leaving it hidden is enough. | ||||
* | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] | dkf | 2009-11-24 | 1 | -1/+18 |
| | |||||
* | Let [$obj varname x(y)] work. [Bug 2883857] | dkf | 2009-10-22 | 1 | -1/+12 |
| | |||||
* | Fix [Bug 2811598]. | dkf | 2009-06-24 | 1 | -1/+2 |
| | |||||
* | More test suite cleanup for "-singleproc 1 -debug 1" testing. | dgp | 2009-06-24 | 1 | -1/+2 |
| | |||||
* | Added more introspection: ability to look up namespace of an object. | dkf | 2009-05-15 | 1 | -2/+10 |
| | |||||
* | Fix [Bug 2414858]. | dkf | 2009-05-08 | 1 | -3/+14 |
| | |||||
* | Clarify the rules for resolution of what forwarded methods forward to. | dkf | 2009-04-11 | 1 | -1/+93 |
| | |||||
* | Fix [Bug 2704302] | dkf | 2009-03-24 | 1 | -1/+26 |
| | |||||
* | Fix tricky point that meant it was next to impossible to extend [oo::define]. | dkf | 2009-02-12 | 1 | -1/+20 |
| | |||||
* | Fix [Bug 2519474] | dkf | 2009-01-29 | 1 | -1/+13 |
| | |||||
* | Fix [Bug 2531577] | dkf | 2009-01-27 | 1 | -1/+22 |
| | |||||
* | Narrow the focus of a failing test so that it succeeds (by only testing that | dkf | 2009-01-07 | 1 | -2/+2 |
| | | | | which is supposed to be tested...) | ||||
* | Fix [Bug 2489836] | dkf | 2009-01-06 | 1 | -1/+17 |
| | |||||
* | Fix [Bug 2481109] | dkf | 2009-01-06 | 1 | -3/+8 |
| | |||||
* | Version bump of TclOO | dkf | 2008-11-01 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 1 | -1/+50 |
| | |||||
* | Fix [Bug 2155658] | dkf | 2008-10-10 | 1 | -1/+23 |
| | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -1/+11 |
| | | | | | | * doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test: | ||||
* | Fix [Bug 2120903] | dkf | 2008-09-25 | 1 | -12/+25 |
| | |||||
* | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -3/+190 |
| | |||||
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -8/+23 |
| | |||||
* | * generic/tclOO.c: Revised TclOO's check for an interp | dgp | 2008-08-06 | 1 | -1/+29 |
| | | | | | | | | | | being deleted during handling of object command deletion. The old code was relying on documented features of command delete traces that do not in fact work. [Bug 2039178]. * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode during method dispatch. [Bug 2037727]. | ||||
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | of location for uplevel scripts. Resolved merge conflict on info-37.0, switched !singleTestInterp constraint to glob matching instead. Ditto info-22.8, removed constraint, more glob matching, and reduced the depth of the stack we check. More is coming, right now I want to commit the bug fixes. * tests/oo.test: Updated oo-22.1 for expanded location tracking. * generic/tclCompile.c (TclInitCompileEnv): Reorganized the initialization of the #280 location information to match the flow in TclEvalObjEx to get more absolute contexts. * generic/tclBasic.c (TclEvalObjEx): Added missing cleanup of extended location information. | ||||
* | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
| | |||||
* | Make [next] work as described in TIP. [Bug 1998244] | dkf | 2008-06-19 | 1 | -11/+13 |
| | |||||
* | Fix [Bug 1998221] | dkf | 2008-06-19 | 1 | -1/+18 |
| | |||||
* | Plug method-related memory leaks pointed out by Miguel. | dkf | 2008-05-31 | 1 | -1/+8 |
| | |||||
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+1769 |
| | |||||
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -1243/+0 |
| | |||||
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -0/+1243 |
other developers |