summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Expand)AuthorAgeFilesLines
* merge trunkbug_3610404dgp2013-08-141-0/+36
|\
| * Deal with the elaborate rip-apart-a-metaclass case as well.dkf2013-08-021-0/+19
| * [9d61624b3d]: Stop crashes when emptying the superclass slot.dkf2013-08-021-0/+17
* | added some test cases, based on bug reportdkf2013-04-091-0/+63
|/
* characterize bugdkf2013-02-081-0/+19
* Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0dgp2012-11-081-1/+1
* Update TclOO package to 0.7, correct copyright dates.dkf2012-07-121-2/+2
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-5/+105
* Fix [Bug 3396896]dkf2012-04-091-2/+16
* Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-091-0/+72
* Fix [Bug 3514761] and related ensemble/construction problems.dkf2012-04-041-1/+35
* Added characterisation of Bug 3514761; currently knownBug...dkf2012-04-041-0/+16
* Implementation of TIP #397dkf2012-03-271-5/+52
* Implementation of TIP #380dkf2012-03-261-1/+241
* * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: Whendkf2012-01-251-0/+22
* Noticed that a test now works.dkf2011-09-161-1/+1
* [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-161-0/+10
* [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-101-0/+132
* Ensure that TclOO is properly found by all the various package mechanisms (bydkf2011-07-261-13/+6
* Bump TclOO version.corresponds_to_TclOO_0_6_3dkf2011-05-251-1/+1
* Implementation of TIP #381: Call Chain Introspection and Controldkf2011-05-251-2/+2
* [Bug 3185009]: Keep references to resolved object variables so that an unset ...dkf2011-03-051-0/+16
|\
| * [Bug 3185009]: Keep references to resolved object variables so that an unset ...Bug_3185009dkf2011-03-041-0/+16
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ |/|
* | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Makedkf2011-01-181-1/+13
* | Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-011-3/+3
* | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped thisdkf2010-11-181-1/+35
* | Clarify the tests so that what is being tested is in the body... :-)dkf2010-11-091-7/+10
* | * tests/oo.test: Various tests for memory leaks.dkf2010-11-091-1/+35
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-241-7/+9
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion.dkf2010-03-041-1/+25
* | Fix [Bug 2950259] so that deleting an object by killing its namespace willdkf2010-02-151-8/+52
* | [Bug 2944404] Be careful in case an object deletes itself in its destructor.dkf2010-02-021-1/+17
* | Improvements to destructor handling.dkf2010-01-281-1/+111
* | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed.dgp2009-12-091-2/+2
* | Match the version-bump of TclOO.dkf2009-11-271-2/+2
* | [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-271-1/+34
* | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]dkf2009-11-241-1/+18
* | Let [$obj varname x(y)] work. [Bug 2883857]dkf2009-10-221-1/+12
* | Fix [Bug 2811598].dkf2009-06-241-1/+2
* | More test suite cleanup for "-singleproc 1 -debug 1" testing.dgp2009-06-241-1/+2
* | Added more introspection: ability to look up namespace of an object.dkf2009-05-151-2/+10
* | Fix [Bug 2414858].dkf2009-05-081-3/+14
* | Clarify the rules for resolution of what forwarded methods forward to.dkf2009-04-111-1/+93
* | Fix [Bug 2704302]dkf2009-03-241-1/+26
* | Fix tricky point that meant it was next to impossible to extend [oo::define].dkf2009-02-121-1/+20
* | Fix [Bug 2519474]dkf2009-01-291-1/+13
* | Fix [Bug 2531577]dkf2009-01-271-1/+22
* | Narrow the focus of a failing test so that it succeeds (by only testing thatdkf2009-01-071-2/+2
* | Fix [Bug 2489836]dkf2009-01-061-1/+17