This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: 'No such class %s' cleanup.
[perl5.git] / t / mro /
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-10-06 Brian Frasermro.(c|xs): Make warnings utf8-clean
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-08-13 Nicholas ClarkCheck more than just the first word of the "Inconsisten...
2011-04-16 Father ChrysostomosFollowup to 088225f/[perl #88132]: packages ending...
2011-04-13 Father Chrysostomos[perl #88132] broken ISA lookup after aliasing packages...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2011-01-03 Father ChrysostomosRevert "[perl #68654] next::method doesn't see UNIVERSAL"
2011-01-03 Father ChrysostomosRevert "[perl #80098] Bleadperl breaks Attribute::Lexical"
2010-12-02 Father Chrysostomos[perl #80098] Bleadperl breaks Attribute::Lexical
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-12-01 Father ChrysostomosMake next_edgecases.t easier to deal with
2010-11-22 Father ChrysostomosNewly-created stashes may need effective names added
2010-11-22 Father Chrysostomosmro_package_moved must act on all effective names
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
2010-11-17 Father ChrysostomosDon’t skip mro_package_moved if the parent stash is...
2010-11-16 Father ChrysostomosKeep MRO caches around during hv_clear
2010-11-14 Father ChrysostomosMake changes to aliased *ISA work
2010-11-14 Father ChrysostomosOops. I need to learn how to use git add.
2010-11-13 Father ChrysostomosFix undef %Foo:: to update subclasses
2010-11-13 Father ChrysostomosMake delete $package::{ISA} work
2010-11-13 Father ChrysostomosUpdate isarev when clobbered class has subsubclasses
2010-11-12 Father ChrysostomosFix package assignment with nested aliased packages
2010-11-11 Father Chrysostomos[perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait...
2010-11-11 Father Chrysostomosundef *glob should update isa(rev)
2010-11-09 Father Chrysostomos[perl #75176] Symbol::delete_package does not free...
2010-10-31 Father ChrysostomosTests for [perl #77358]
2010-10-30 Father ChrysostomosA plethora of isarev tests
2010-10-30 Father ChrysostomosTo-do tests for isarev (more to come)
2010-10-21 Father ChrysostomosFix a nested package deletion bug
2010-10-13 Father Chrysostomos[perl #78362] Make mro_package_moved check for recursion
2010-10-12 Father ChrysostomosReset isa caches on nonexistent substashes when stash...
2010-10-10 Father ChrysostomosAdd an inheritance diagram to package_aliases.t
2010-10-10 Father ChrysostomosMake more ways to move packages around reset isa caches
2010-10-10 Father ChrysostomosOops. Remove a duplicate require.
2010-10-10 Father ChrysostomosReset isa on stash manipulation
2010-09-06 Father Chrysostomos[perl #76138] perl inadvertently destroys signal handle...
2010-04-23 Arkturuzt/mro/vulcan* fixes
2010-02-18 Tony Cookrt #72866 - add magic to arrayrefs assigned to *Foo...
2009-08-20 Nicholas ClarkInstead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas ClarkOptimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 Nicholas ClarkOptimise S_mro_get_linear_isa_dfs() when dealing with...
2009-07-24 BramAdd a test for mro::method_changed_in() and mro::invali...
2009-07-18 Tony Cookmro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-11-16 Torsten SchoenfeldMRO tests for isa() and package aliases
2008-04-15 Rafael Garcia-SuarezFix 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 DelaneyRe: [perl #49564] Re: MRO and av_clear
2007-10-09 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-26 Nicholas ClarkChange 31977 introduced a bug (failing to set the retur...
2007-09-10 Rick DelaneyRe: [perl #44623] Optimized magic_setisa has bug
2007-08-15 Rick DelaneyTest update to demonstrate @ISA assignment bug:
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Brandon BlackSecond patch from:
2007-06-26 Brandon BlackFirst patch from:
2007-06-04 Brandon Blackanother mro patch
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-09 Brandon BlackRe: mro c3 infinite recursion problem. Attemp to free...
2007-05-03 Brandon BlackRe: mro status, etc
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-21 Rafael Garcia-SuarezCompletely remove Test::More from the MRO tests, by...
2007-04-20 Rafael Garcia-SuarezShorten some file names
2007-04-20 Rafael Garcia-SuarezDon't use Test::More in core tests (at least, where
2007-04-19 Brandon BlackRe: new C3 MRO patch