This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync Module-CoreList version in Maintainers.pl for CPAN release
[perl5.git] / mro.c
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-05 Karl Williamsonperlapi: Include general information
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-02-28 David Mitchellspeed up (non)overloaded derefs
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-11-04 Father ChrysostomosMake mro code pass precomputed hash values
2013-11-04 Father ChrysostomosCheck that stash entries are GVs when aliasing pkgs
2013-09-01 Father ChrysostomosTeach mro code about null array elements
2013-08-21 Father ChrysostomosMove super cache into mro meta
2013-05-26 Father ChrysostomosUse SvREFCNT_dec_NN in one place in mro.c
2012-11-21 Father ChrysostomosRevert "Revert "8c34e50dc slowed down detruction with...
2012-11-20 Father ChrysostomosRevert "8c34e50dc slowed down detruction with no DESTROY"
2012-11-17 Father Chrysostomos8c34e50dc slowed down detruction with no DESTROY
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-09-26 Nicholas Clark-Do now also reports updates and use of PL_stashcache.
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosMake @ISA changes update overloadedness
2012-05-22 Father Chrysostomos[perl #112708] Update overloadedness with ‘use overload’
2012-01-19 Steffen SchwigonBump several file copyright dates
2012-01-01 Father Chrysostomosmro.c: Consistent use of spaces after dots in apidocs
2012-01-01 Father Chrysostomosmro.c: Use F<> for file names
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-14 Tony Cookmatch the definition of S_mro_gather_and_rename to...
2011-10-11 Father Chrysostomosmro.c: Oops, missing a =cut
2011-10-11 Father Chrysostomos[perl #94306] Do not skip first elem of linear isa
2011-10-11 Father ChrysostomosDocument calling convention for Perl_mro_register
2011-10-08 Father Chrysostomosmro.c:S_gather_and_rename: Avoid extra SVs
2011-10-07 Father ChrysostomosUse HEKf
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 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-09-09 Father ChrysostomosCorrect mro.c typo added by 006d9e7b3
2011-08-26 Father ChrysostomosCorrect mro_get_linear_isa’s docs
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-04-16 Father ChrysostomosFollowup to 088225f/[perl #88132]: packages ending...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-01 Jerry D. HeddenFix uninit compiler warning in mro.c
2010-11-27 Father Chrysostomosmro.c: Assert that the previous commit is correct
2010-11-27 Father ChrysostomosAvoid a redundant check in mro.c
2010-11-27 Rafael Garcia-SuarezFix a warning (that spotted a potential mro bug that...
2010-11-25 Nicholas ClarkUse newSVpvs_flags() instead of sv_2mortal(newSVpvs())
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-22 Father ChrysostomosRemove redundant check
2010-11-22 Father Chrysostomosmro_package_moved must act on all effective names
2010-11-21 Father ChrysostomosAdd flags param to hv_ename_*
2010-11-21 Father ChrysostomosEliminate the newname param from mro_package_moved
2010-11-17 Father ChrysostomosRemove unnecessary check in mro_package_moved
2010-11-17 Father ChrysostomosDon’t skip mro_package_moved if the parent stash is...
2010-11-13 Father Chrysostomosmro_package_moved only needs one loop
2010-11-13 Father ChrysostomosMacro for freeing meta->mro_linear_*
2010-11-13 Father ChrysostomosRemove redundant call to mro_get_linear_isa
2010-11-13 Father ChrysostomosUpdate isarev when clobbered class has subsubclasses
2010-11-12 Father Chrysostomosmro_isa_changed_in3 is no longer necessary
2010-11-12 Father ChrysostomosFix package assignment with nested aliased packages
2010-11-11 Father ChrysostomosCorrect comment in mro_isa_changed_in
2010-11-11 Father ChrysostomosFix memory leaks in mro_package_moved
2010-11-09 Father Chrysostomos[perl #75176] Symbol::delete_package does not free...
2010-10-31 Father Chrysostomos[perl #77358] ISA warnings after aliasing packages
2010-10-30 Father ChrysostomosSet stash names before calling mro_isa_changed_in3
2010-10-30 Father ChrysostomosComment typo
2010-10-30 Father ChrysostomosMove the meta->isa code from UNIVERSAL::isa to mro_get_...
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-27 Father ChrysostomosRenaming of stashes should not be visible from Perl
2010-10-25 Father ChrysostomosRename stashes when they move around
2010-10-24 Father ChrysostomosMake mro_package_moved use a mortal in case mro_isa_cha...
2010-10-21 Father ChrysostomosFix a nested package deletion bug
2010-10-13 Father Chrysostomos[perl #78362] Make mro_package_moved check for recursion
2010-10-12 Father ChrysostomosReset isa caches on nonexistent substashes when stash...
2010-10-11 Father ChrysostomosAllow mro_isa_changed_in to be called on nonexistent...
2010-10-10 Father ChrysostomosReset isa on stash manipulation
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2009-08-21 Jerry D. HeddenFix build warning in mro.c
2009-08-20 Nicholas ClarkOptimise S_mro_get_linear_isa_dfs() when dealing with...
2009-07-25 Nicholas ClarkWhen resetting our children, wipe out the isa cache...
2009-01-03 Nicholas ClarkFollowing change 34356, which decoupled get_isa_hash...
2008-12-28 Nicholas ClarkAdd casts to gain C++ compatibility, as spotted by...
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_dfs to mro_linear...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_c3 to mro_linear_...
2008-12-27 Nicholas ClarkBreak out the set-the-MRO logic from the XS_mro_set_mro...
2008-12-27 Nicholas ClarkOptimisation of the use of the meta structure - don...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-12-27 Nicholas ClarkAdd MRO_GET_PRIVATE_DATA() to use the cached mro privat...
2008-12-27 Nicholas ClarkRepurpose struct mro_meta to allow it to store cached...
2008-11-27 Nicholas ClarkS_mro_get_linear_isa_*() should have an *un*signed...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-09-12 Nicholas ClarkIn S_mro_get_linear_isa_dfs(), add void casts to silenc...
2008-09-12 Nicholas ClarkBuild the isa cache from any linear ISA, rather than...
2008-09-12 Nicholas ClarkNeed to free the isa lookup hash before rebuilding it.
next