This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Properly handle empty properties
[perl5.git] / ext / mro /
2014-12-06 Father ChrysostomosIncrease $mro::VERSION to 1.17
2014-12-06 Jarkko HietaniemiInitialize possibly uninitialized.
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Karl WilliamsonBump version numbers
2014-02-09 Father ChrysostomosIncrease $mro::VERSION to 1.15
2014-02-09 Father ChrysostomosUse HEKfARG in mro.xs
2013-09-01 Father ChrysostomosTeach mro code about null array elements
2013-08-25 Father ChrysostomosIncrease $mro::VERSION to 1.14
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-17 Father ChrysostomosIncrease $mro::VERSION to 1.13
2013-08-17 Father Chrysostomosmro.pm: Typo
2013-05-25 David Steinbrunnertypo fix for mro
2013-04-10 James E KeenanProvide proper link to original Dylan paper.
2012-11-25 Karl WilliamsonRemove "register" declarations
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Father ChrysostomosIncrease $mro::VERSION from 1.08 to 1.09
2011-10-06 Brian Frasermro.(c|xs): Make warnings utf8-clean
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-06-12 Leon BrocardFix two broken URLs in mro.pm, bump version and documen...
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
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++substr $mro'VERSION, -1
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-11-09 Father ChrysostomosDelete paragraphs from mro.pm’s pod
2010-10-30 Father ChrysostomosCorrect reference to get_linear_isa in get_isarev’...
2010-10-30 Father ChrysostomosIncrease mro’s version
2010-10-30 Father ChrysostomosSwitch S_mro_get_linear_isa_c3 to HvENAME
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
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...