summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Fix [Bug 2481109]dkf2009-01-061-3/+8
* | Version bump of TclOOdkf2008-11-011-2/+2
* | Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-311-1/+50
* | Fix [Bug 2155658]dkf2008-10-101-1/+23
* | TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-1/+11
* | Fix [Bug 2120903]dkf2008-09-251-12/+25
* | Implementation of TIP #320.#320.#320.dkf2008-09-231-3/+190