PL_defoutgv isn't always a GV.
[p5sagit/p5-mst-13.2.git] / t / mro /
2010-02-18 Tony Cook rt #72866 - add magic to arrayrefs assigned to *Foo...
2009-08-20 Nicholas Clark Instead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas Clark Optimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 Nicholas Clark Optimise S_mro_get_linear_isa_dfs() when dealing with...
2009-07-24 Bram Add a test for mro::method_changed_in() and mro::invali...
2009-07-18 Tony Cook mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2008-12-27 Nicholas Clark Move all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-11-16 Torsten Schoenfeld MRO tests for isa() and package aliases
2008-04-15 Rafael Garcia-Suarez Fix for [perl #52074] Segfault on ISA push after symbol...
2008-02-25 ilmari@vesla.ilmar... Avoid a segfault case in MRO code, based on :
2008-01-11 Rick Delaney Re: [perl #49564] Re: MRO and av_clear
2007-10-09 Brandon Black Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-26 Nicholas Clark Change 31977 introduced a bug (failing to set the retur...
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-08-15 Rick Delaney Test update to demonstrate @ISA assignment bug:
2007-06-29 Rafael Garcia-Suarez Revert change #31489.
2007-06-28 Brandon Black Re: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Brandon Black Second patch from:
2007-06-26 Brandon Black First patch from:
2007-06-04 Brandon Black another mro patch
2007-05-19 Craig A. Berry Various mro updates from Brandon Black. References:
2007-05-09 Brandon Black Re: mro c3 infinite recursion problem. Attemp to free...
2007-05-03 Brandon Black Re: mro status, etc
2007-04-30 Brandon Black Re: mro status, etc
2007-04-26 Brandon Black Fix a bug in method caching. Better version (broader...
2007-04-21 Rafael Garcia-Suarez Completely remove Test::More from the MRO tests, by...
2007-04-20 Rafael Garcia-Suarez Shorten some file names
2007-04-20 Rafael Garcia-Suarez Don't use Test::More in core tests (at least, where
2007-04-19 Brandon Black Re: new C3 MRO patch