summaryrefslogtreecommitdiff
path: root/ext/mro
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove broken URL from the mro documentationLeon Brocard2009-09-221-7/+1
* In S_mro_get_linear_isa_c3() replace sv_inc() with code for the cases we need.Nicholas Clark2009-09-171-3/+9
* gv_efullname3() could return NULL, so mro::_nextcan() must cope (and croak()).Nicholas Clark2009-08-211-3/+8
* sv_newmortal() is faster than sv_2mortal(newSV(0))Nicholas Clark2009-08-211-1/+1
* Eliminate SV leak in mro::_nextcan - hv_store_ent()'s "key" doesn't take a ref.Nicholas Clark2009-08-211-2/+2
* In mro_get_linear_isa_c3() optimise even if AvARRAY(isa_lin) is NULL.Nicholas Clark2009-08-211-1/+1
* Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up.Nicholas Clark2009-08-201-1/+41
* Restore full name of mro::mro_invalidate_all_method_caches.Craig A. Berry2009-07-231-1/+1
* Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-131-9/+0
* Improve mro merging error messages.Florian Ragwitz2009-03-281-2/+12
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Silence Win32 compiler warnings.Steve Hay2009-01-131-1/+0
* Remove duplicate return in S_mro_get_linear_isa_c3() accidentally added byNicholas Clark2009-01-031-1/+0
* In mro_get_mro, use the length and UTF-8-ness now contained in struct mro_algNicholas Clark2008-12-291-3/+8
* Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-272-28/+159
* Remove the comment that the mro:: functions are actually in the coreNicholas Clark2008-12-271-2/+1
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-275-0/+863