summaryrefslogtreecommitdiff
path: root/t/mro
Commit message (Expand)AuthorAgeFilesLines
...
* [perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait-0.31.tar.gzFather Chrysostomos2010-11-111-1/+13
* undef *glob should update isa(rev)Father Chrysostomos2010-11-111-1/+11
* [perl #75176] Symbol::delete_package does not free certain memory associated ...Father Chrysostomos2010-11-082-7/+34
* Tests for [perl #77358]Father Chrysostomos2010-10-301-3/+27
* A plethora of isarev testsFather Chrysostomos2010-10-301-7/+69
* To-do tests for isarev (more to come)Father Chrysostomos2010-10-301-0/+35
* Fix a nested package deletion bugFather Chrysostomos2010-10-211-1/+21
* [perl #78362] Make mro_package_moved check for recursionFather Chrysostomos2010-10-121-1/+8
* Reset isa caches on nonexistent substashes when stash trees are movedFather Chrysostomos2010-10-121-1/+44
* Add an inheritance diagram to package_aliases.tFather Chrysostomos2010-10-101-0/+9
* Make more ways to move packages around reset isa cachesFather Chrysostomos2010-10-091-42/+76
* Oops. Remove a duplicate require.Father Chrysostomos2010-10-091-1/+1
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-1/+76
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-061-1/+14
* t/mro/vulcan* fixesArkturuz2010-04-232-2/+2
* rt #72866 - add magic to arrayrefs assigned to *Foo::ISATony Cook2010-02-181-1/+23
* Instead of trusting mro::get_linear_isa(), test it against the expected output.Nicholas Clark2009-08-201-1/+13
* Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up.Nicholas Clark2009-08-201-0/+69
* Optimise S_mro_get_linear_isa_dfs() when dealing with the first parent class.Nicholas Clark2009-08-201-0/+53
* Add a test for mro::method_changed_in() and mro::invalidate_all_method_caches()Bram2009-07-241-1/+18
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-181-1/+16
* Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-271-0/+2
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-273-0/+6
* MRO tests for isa() and package aliasesTorsten Schoenfeld2008-11-161-0/+33
* Fix for [perl #52074] Segfault on ISA push after symbol table deleteRafael Garcia-Suarez2008-04-151-1/+5
* Avoid a segfault case in MRO code, based on :ilmari@vesla.ilmari.org2008-02-251-2/+13
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-1/+14
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-091-1/+29
* Change 31977 introduced a bug (failing to set the return value ofNicholas Clark2007-09-261-5/+16
* Re: [perl #44623] Optimized magic_setisa has bugRick Delaney2007-09-101-4/+1
* Test update to demonstrate @ISA assignment bug:Rick Delaney2007-08-151-1/+36
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-42/+1
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-1/+45
* Second patch from:Brandon Black2007-06-261-1/+20
* First patch from:Brandon Black2007-06-261-1/+57
* another mro patchBrandon Black2007-06-041-0/+35
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-192-2/+62
* Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalarBrandon Black2007-05-091-0/+11
* Re: mro status, etcBrandon Black2007-05-032-2/+0
* Re: mro status, etcBrandon Black2007-04-301-8/+25
* Fix a bug in method caching. Better version (broader) of change #29336.Brandon Black2007-04-261-0/+1
* Completely remove Test::More from the MRO tests, by Brandon BlackRafael Garcia-Suarez2007-04-2119-276/+172
* Shorten some file namesRafael Garcia-Suarez2007-04-205-0/+0
* Don't use Test::More in core tests (at least, whereRafael Garcia-Suarez2007-04-2011-24/+19
* Re: new C3 MRO patchBrandon Black2007-04-1930-0/+2304