summaryrefslogtreecommitdiff
path: root/ext/mro
Commit message (Expand)AuthorAgeFilesLines
* mro.xs - silence maybe-uninitialized warning on gcc 12Yves Orton2023-02-192-10/+4
* pod/perlmroapi.pod - document linear MRO function return type.Paul "LeoNerd" Evans2023-02-082-2/+3
* S_mro_get_linear_isa_c3() now uses sv_inc_nomg().Nicholas Clark2021-08-232-11/+2
* Update search.cpan.org URLsJames E Keenan2021-02-192-3/+4
* mro.xs: Fix compiler warningKarl Williamson2020-10-041-1/+1
* Remove Parrot referenceSawyer X2020-09-261-2/+1
* Last bits of Perl 6 -> RakuSawyer X2020-09-261-2/+2
* mro.xs: Convert to use av_count()Karl Williamson2020-08-192-2/+2
* Fix a broken linkTom Hukins2019-10-251-20/+4
* Update link in documentation.James E Keenan2018-02-141-2/+2
* prevent mro.pm from loading DynaLoaderGraham Knop2017-06-021-4/+4
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-182-11/+11
* ext/mro: use memEQs() for constant string checksYves Orton2016-10-192-4/+4
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-032-2/+2
* Increase $mro::VERSION to 1.17Father Chrysostomos2014-12-051-1/+1
* Initialize possibly uninitialized.Jarkko Hietaniemi2014-12-051-2/+2
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Bump version numbersKarl Williamson2014-02-201-1/+1
* Increase $mro::VERSION to 1.15Father Chrysostomos2014-02-091-1/+1
* Use HEKfARG in mro.xsFather Chrysostomos2014-02-091-10/+13
* Teach mro code about null array elementsFather Chrysostomos2013-09-011-1/+2
* Increase $mro::VERSION to 1.14Father Chrysostomos2013-08-251-1/+1
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* Increase $mro::VERSION to 1.13Father Chrysostomos2013-08-171-1/+1
* mro.pm: TypoFather Chrysostomos2013-08-171-1/+1
* typo fix for mroDavid Steinbrunner2013-05-251-2/+2
* Provide proper link to original Dylan paper.James E Keenan2013-04-101-2/+2
* Remove "register" declarationsKarl Williamson2012-11-242-3/+3
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-1/+1
* Increase $mro::VERSION from 1.08 to 1.09Father Chrysostomos2011-10-061-1/+1
* mro.(c|xs): Make warnings utf8-cleanBrian Fraser2011-10-061-8/+17
* mro UTF8 cleanup.Brian Fraser2011-10-061-3/+8
* Fix two broken URLs in mro.pm, bump version and document in perldeltaLeon Brocard2011-06-122-11/+4
* Version bumps for the recent PERL_NO_GET_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
* Add PERL_NO_GET_CONTEXT to mroNicholas Clark2011-03-191-0/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Revert "[perl #68654] next::method doesn't see UNIVERSAL"Father Chrysostomos2011-01-021-14/+0
* Revert "[perl #80098] Bleadperl breaks Attribute::Lexical"Father Chrysostomos2011-01-021-8/+7
* [perl #80098] Bleadperl breaks Attribute::LexicalFather Chrysostomos2010-12-021-7/+8
* ++substr $mro'VERSION, -1Father Chrysostomos2010-12-011-1/+1
* [perl #68654] next::method doesn't see UNIVERSALFather Chrysostomos2010-12-011-0/+14
* Delete paragraphs from mro.pm’s podFather Chrysostomos2010-11-081-16/+0
* Correct reference to get_linear_isa in get_isarev’ descriptionFather Chrysostomos2010-10-301-1/+1
* Increase mro’s versionFather Chrysostomos2010-10-301-1/+1
* Switch S_mro_get_linear_isa_c3 to HvENAMEFather Chrysostomos2010-10-291-1/+2
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-2/+2
* bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them ...Matt S Trout2010-06-211-1/+1
* Spell-check fixes in extH.Merijn Brand2010-06-071-1/+1
* Bump mro's version number and copyright year, since it differs from 5.11.0Jesse Vincent2009-10-201-2/+2
* A number of pod fixes found by podcheck.tJesse Vincent2009-10-051-3/+7