Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 1 | -0/+35 |
|\ | |||||
| * | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -0/+35 |
| | | |||||
| * | [900cb0284bc] Ensure that masking pseudo-methods used for export management ↵ | dkf | 2017-03-29 | 1 | -0/+37 |
| | | | | | | | | are not introspectable directly. [cherrypick] | ||||
* | | Add tests and docs. | dkf | 2017-06-13 | 1 | -0/+107 |
| | | |||||
* | | Tweak to make tests a little clearer.bug_900cb0284bc | dkf | 2017-03-29 | 1 | -13/+13 |
| | | |||||
* | | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not ↵ | aspect | 2017-03-27 | 1 | -0/+38 |
| | | | | | | | | listed (bug [900cb0284bc]) | ||||
* | | merge 8.6 | dgp | 2016-07-09 | 1 | -0/+32 |
|\ \ | |/ | |||||
| * | Also test the interpreted path. | dkf | 2016-07-07 | 1 | -5/+7 |
| | | |||||
| * | Demonstrate that there is a problem. | dkf | 2016-07-05 | 1 | -0/+30 |
| | | |||||
* | | Merge core-8-6-branch: | jan.nijtmans | 2016-07-07 | 1 | -0/+12 |
|\ \ | |/ | | | | | | | | | | | New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE Simplify all the Tcl_NRPostProc declarations Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows | ||||
| * | New tests to demo the remaining flaw in ensemble dispatch revisions. | dgp | 2016-07-05 | 1 | -0/+12 |
| | | | | | | Itcl 4 also demonstrated these problems. | ||||
* | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -4/+4 |
|/ | |||||
* | [593baa032c] Additional fix for the mixinSubs list. | dgp | 2015-12-22 | 1 | -0/+6 |
| | |||||
* | [593baa032c] Possible fix (with test) for segfault in superclass teardown. | dgp | 2015-12-22 | 1 | -0/+7 |
| | |||||
* | [3d96b7076e] Prevent crashes when destroying an object's class inside a ↵ | dkf | 2015-11-21 | 1 | -0/+51 |
| | | | | method call. | ||||
* | Added tests.tip_436 | dkf | 2015-07-10 | 1 | -0/+24 |
| | |||||
* | [ad6696285c] Demonstrate that filters are not called for destructors. | dkf | 2015-05-17 | 1 | -0/+28 |
| | |||||
* | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵ | dkf | 2015-05-15 | 1 | -0/+25 |
| | | | | even when construction didn't complete. | ||||
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Exceptional handling of oo::class has to be consistent throughout. | dgp | 2014-09-08 | 1 | -0/+10 |
| | |||||
* | [7d52e1101b] oo::object should know that oo::class is a subclass. | dkf | 2014-08-17 | 1 | -0/+17 |
| | |||||
* | [75b8433707] Plug a subtle memory leak in TclOO. bug_75b8433707 | dkf | 2014-07-18 | 1 | -0/+13 |
| | | | | Test suite very unhappy with this. Shoving into a mistake branch until that's sorted. | ||||
* | 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!) |