This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / mro /
2010-06-21 Matt S Troutbump versions on VMS::DCLsym, mro, Search::Dist and...
2010-06-07 H.Merijn BrandSpell-check fixes in ext
2009-10-20 Jesse VincentBump mro's version number and copyright year, since...
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2009-09-22 Leon BrocardRemove broken URL from the mro documentation
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-04-13 Nicholas ClarkRemove Makefile.PLs that make_ext.pl can automatically...
2009-03-28 Florian RagwitzImprove mro merging error messages.
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
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 ClarkRemove the comment that the mro:: functions are actuall...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...