| Commit message (Expand) | Author | Age | Files | Lines |
* | mro.(c|xs): Make warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -5/+2 |
* | mro UTF8 cleanup. | Brian Fraser | 2011-10-06 | 36 | -0/+3408 |
* | Check more than just the first word of the "Inconsistent C3" error message. | Nicholas Clark | 2011-08-13 | 1 | -1/+2 |
* | Followup to 088225f/[perl #88132]: packages ending with : | Father Chrysostomos | 2011-04-15 | 1 | -4/+46 |
* | [perl #88132] broken ISA lookup after aliasing packages ending with :: | Father Chrysostomos | 2011-04-13 | 1 | -32/+42 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 9 | -9/+9 |
* | Revert "[perl #68654] next::method doesn't see UNIVERSAL" | Father Chrysostomos | 2011-01-02 | 1 | -17/+1 |
* | Revert "[perl #80098] Bleadperl breaks Attribute::Lexical" | Father Chrysostomos | 2011-01-02 | 1 | -14/+2 |
* | [perl #80098] Bleadperl breaks Attribute::Lexical | Father Chrysostomos | 2010-12-02 | 1 | -2/+14 |
* | [perl #68654] next::method doesn't see UNIVERSAL | Father Chrysostomos | 2010-12-01 | 1 | -1/+17 |
* | Make next_edgecases.t easier to deal with | Father Chrysostomos | 2010-12-01 | 1 | -1/+3 |
* | Newly-created stashes may need effective names added | Father Chrysostomos | 2010-11-22 | 1 | -1/+20 |
* | mro_package_moved must act on all effective names | Father Chrysostomos | 2010-11-22 | 1 | -1/+23 |
* | Make hv_undef leave HvENAME alone | Father Chrysostomos | 2010-11-20 | 1 | -1/+20 |
* | Don’t skip mro_package_moved if the parent stash is renamed | Father Chrysostomos | 2010-11-16 | 1 | -1/+18 |
* | Keep MRO caches around during hv_clear | Father Chrysostomos | 2010-11-15 | 1 | -1/+5 |
* | Make changes to aliased *ISA work | Father Chrysostomos | 2010-11-14 | 1 | -1/+13 |
* | Oops. I need to learn how to use git add. | Father Chrysostomos | 2010-11-13 | 1 | -0/+31 |
* | Fix undef %Foo:: to update subclasses | Father Chrysostomos | 2010-11-13 | 1 | -1/+9 |
* | Make delete $package::{ISA} work | Father Chrysostomos | 2010-11-13 | 1 | -1/+9 |
* | Update isarev when clobbered class has subsubclasses | Father Chrysostomos | 2010-11-12 | 1 | -1/+10 |
* | Fix package assignment with nested aliased packages | Father Chrysostomos | 2010-11-11 | 1 | -1/+29 |
* | [perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait-0.31.tar.gz | Father Chrysostomos | 2010-11-11 | 1 | -1/+13 |
* | undef *glob should update isa(rev) | Father Chrysostomos | 2010-11-11 | 1 | -1/+11 |
* | [perl #75176] Symbol::delete_package does not free certain memory associated ... | Father Chrysostomos | 2010-11-08 | 2 | -7/+34 |
* | Tests for [perl #77358] | Father Chrysostomos | 2010-10-30 | 1 | -3/+27 |
* | A plethora of isarev tests | Father Chrysostomos | 2010-10-30 | 1 | -7/+69 |
* | To-do tests for isarev (more to come) | Father Chrysostomos | 2010-10-30 | 1 | -0/+35 |
* | Fix a nested package deletion bug | Father Chrysostomos | 2010-10-21 | 1 | -1/+21 |
* | [perl #78362] Make mro_package_moved check for recursion | Father Chrysostomos | 2010-10-12 | 1 | -1/+8 |
* | Reset isa caches on nonexistent substashes when stash trees are moved | Father Chrysostomos | 2010-10-12 | 1 | -1/+44 |
* | Add an inheritance diagram to package_aliases.t | Father Chrysostomos | 2010-10-10 | 1 | -0/+9 |
* | Make more ways to move packages around reset isa caches | Father Chrysostomos | 2010-10-09 | 1 | -42/+76 |
* | Oops. Remove a duplicate require. | Father Chrysostomos | 2010-10-09 | 1 | -1/+1 |
* | Reset isa on stash manipulation | Father Chrysostomos | 2010-10-09 | 1 | -1/+76 |
* | [perl #76138] perl inadvertently destroys signal handlers as of f746176000 | Father Chrysostomos | 2010-09-06 | 1 | -1/+14 |
* | t/mro/vulcan* fixes | Arkturuz | 2010-04-23 | 2 | -2/+2 |
* | rt #72866 - add magic to arrayrefs assigned to *Foo::ISA | Tony Cook | 2010-02-18 | 1 | -1/+23 |
* | Instead of trusting mro::get_linear_isa(), test it against the expected output. | Nicholas Clark | 2009-08-20 | 1 | -1/+13 |
* | Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up. | Nicholas Clark | 2009-08-20 | 1 | -0/+69 |
* | Optimise S_mro_get_linear_isa_dfs() when dealing with the first parent class. | Nicholas Clark | 2009-08-20 | 1 | -0/+53 |
* | Add a test for mro::method_changed_in() and mro::invalidate_all_method_caches() | Bram | 2009-07-24 | 1 | -1/+18 |
* | mro::method_changed_in(..) ignores AUTOLOAD (RT #60220) | Tony Cook | 2009-07-18 | 1 | -1/+16 |
* | Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except for | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 3 | -0/+6 |
* | MRO tests for isa() and package aliases | Torsten Schoenfeld | 2008-11-16 | 1 | -0/+33 |
* | Fix for [perl #52074] Segfault on ISA push after symbol table delete | Rafael Garcia-Suarez | 2008-04-15 | 1 | -1/+5 |
* | Avoid a segfault case in MRO code, based on : | ilmari@vesla.ilmari.org | 2008-02-25 | 1 | -2/+13 |
* | Re: [perl #49564] Re: MRO and av_clear | Rick Delaney | 2008-01-11 | 1 | -1/+14 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-09 | 1 | -1/+29 |