This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #108994] Stop SvPVutf8 from coercing SVs
[perl5.git] / ext / mro / mro.xs
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Frasermro.(c|xs): Make warnings utf8-clean
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to mro
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
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-10-30 Father ChrysostomosSwitch S_mro_get_linear_isa_c3 to HvENAME
2009-09-17 Nicholas ClarkIn S_mro_get_linear_isa_c3() replace sv_inc() with...
2009-08-21 Nicholas Clarkgv_efullname3() could return NULL, so mro::_nextcan...
2009-08-21 Nicholas Clarksv_newmortal() is faster than sv_2mortal(newSV(0))
2009-08-21 Nicholas ClarkEliminate SV leak in mro::_nextcan - hv_store_ent(...
2009-08-21 Nicholas ClarkIn mro_get_linear_isa_c3() optimise even if AvARRAY...
2009-08-20 Nicholas ClarkOptimise mro_get_linear_isa_c3() when there is a single...
2009-07-23 Craig A. BerryRestore full name of mro::mro_invalidate_all_method_caches.
2009-03-28 Florian RagwitzImprove mro merging error messages.
2009-01-13 Steve HaySilence Win32 compiler warnings.
2009-01-03 Nicholas ClarkRemove duplicate return in S_mro_get_linear_isa_c3...
2008-12-29 Nicholas ClarkIn mro_get_mro, use the length and UTF-8-ness now conta...
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...