Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" ↵ | jan.nijtmans | 2013-10-11 | 1 | -1/+1 |
| | | | | is more appropriate in those two places. | ||||
* | Bump TclOO version to 1.0.1 | dkf | 2013-09-18 | 1 | -2/+2 |
| | |||||
* | define tests for this bug; no fix yet | dkf | 2013-08-21 | 1 | -0/+30 |
| | |||||
* | merge trunkbug_3610404 | dgp | 2013-08-14 | 1 | -0/+36 |
|\ | |||||
| * | Deal with the elaborate rip-apart-a-metaclass case as well. | dkf | 2013-08-02 | 1 | -0/+19 |
| | | |||||
| * | [9d61624b3d]: Stop crashes when emptying the superclass slot. | dkf | 2013-08-02 | 1 | -0/+17 |
| | | |||||
* | | added some test cases, based on bug report | dkf | 2013-04-09 | 1 | -0/+63 |
|/ | |||||
* | characterize bug | dkf | 2013-02-08 | 1 | -0/+19 |
| | |||||
* | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 | dgp | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -5/+105 |
| | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings. | ||||
* | Fix [Bug 3396896] | dkf | 2012-04-09 | 1 | -2/+16 |
| | |||||
* | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -0/+72 |
| | |||||
* | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -1/+35 |
| | |||||
* | Added characterisation of Bug 3514761; currently knownBug... | dkf | 2012-04-04 | 1 | -0/+16 |
| | |||||
* | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -5/+52 |
| | |||||
* | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -1/+241 |
| | |||||
* | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -0/+22 |
| | | | | copying an object, make sure that the configuration of the variable resolver is also duplicated. | ||||
* | Noticed that a test now works. | dkf | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! | dkf | 2011-09-16 | 1 | -0/+10 |
| | |||||
* | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -0/+132 |
| | | | produces the right sort of message. | ||||
* | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -13/+6 |
| | | | adding a dummy ifneeded script) and not just some of them. | ||||
* | Bump TclOO version.corresponds_to_TclOO_0_6_3 | dkf | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | [Bug 3185009]: Keep references to resolved object variables so that an unset ↵ | dkf | 2011-03-05 | 1 | -0/+16 |
|\ | | | | | | | doesn't leave any dangling pointers for code to trip over. | ||||
| * | [Bug 3185009]: Keep references to resolved object variables so that an unset ↵Bug_3185009 | dkf | 2011-03-04 | 1 | -0/+16 |
| | | | | | | | | doesn't leave any dangling pointers for code to trip over. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ |/| | cause more harm than good. Purged them (except in zlib files). | ||||
* | | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make | dkf | 2011-01-18 | 1 | -1/+13 |
| | | | | | | | | | | | | | | sure that the cmdPtr field of the procPtr is correct and relevant at all times so that [info frame] can report sensible information about a frame after a return to it from a recursive call, instead of probably crashing (depending on what else has overwritten the Tcl stack!) | ||||
* | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -3/+3 |
| | | | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas. | ||||
* | | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this | dkf | 2010-11-18 | 1 | -1/+35 |
| | | | | | | | | issue. | ||||
* | | Clarify the tests so that what is being tested is in the body... :-) | dkf | 2010-11-09 | 1 | -7/+10 |
| | | |||||
* | | * tests/oo.test: Various tests for memory leaks. | dkf | 2010-11-09 | 1 | -1/+35 |
| | | |||||
* | | * 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 |
| | |