summaryrefslogtreecommitdiff
path: root/t/mro
Commit message (Expand)AuthorAgeFilesLines
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-1713-28/+28
* mro.(c|xs): Make warnings utf8-cleanBrian Fraser2011-10-061-5/+2
* mro UTF8 cleanup.Brian Fraser2011-10-0636-0/+3408
* Check more than just the first word of the "Inconsistent C3" error message.Nicholas Clark2011-08-131-1/+2
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-4/+46
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-131-32/+42
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-079-9/+9
* Revert "[perl #68654] next::method doesn't see UNIVERSAL"Father Chrysostomos2011-01-021-17/+1
* Revert "[perl #80098] Bleadperl breaks Attribute::Lexical"Father Chrysostomos2011-01-021-14/+2
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-021-2/+14
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-011-1/+17
* Make next_edgecases.t easier to deal withFather Chrysostomos2010-12-011-1/+3
* Newly-created stashes may need effective names addedFather Chrysostomos2010-11-221-1/+20
* mro_package_moved must act on all effective namesFather Chrysostomos2010-11-221-1/+23
* Make hv_undef leave HvENAME aloneFather Chrysostomos2010-11-201-1/+20
* Don’t skip mro_package_moved if the parent stash is renamedFather Chrysostomos2010-11-161-1/+18
* Keep MRO caches around during hv_clearFather Chrysostomos2010-11-151-1/+5
* Make changes to aliased *ISA workFather Chrysostomos2010-11-141-1/+13
* Oops. I need to learn how to use git add.Father Chrysostomos2010-11-131-0/+31
* Fix undef %Foo:: to update subclassesFather Chrysostomos2010-11-131-1/+9
* Make delete $package::{ISA} workFather Chrysostomos2010-11-131-1/+9
* Update isarev when clobbered class has subsubclassesFather Chrysostomos2010-11-121-1/+10
* Fix package assignment with nested aliased packagesFather Chrysostomos2010-11-111-1/+29
* [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