This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In buildtoc, make %Readmepods lexical, and $delta_target global.
[perl5.git] / mro.c
2007-06-07 Jerry D. HeddenSilence compiler warnings
2007-06-04 Brandon Blackanother mro patch
2007-05-30 Brandon BlackRe: HvMROMETA
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-09 Brandon BlackRe: mro c3 infinite recursion problem. Attemp to free...
2007-05-08 Andy Lestermore consting
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon Blackmro status, etc
2007-04-26 Brandon BlackFix mro docs.
2007-04-24 Steve HaySilence VC6 warning about not all control paths returni...
2007-04-23 Rafael Garcia-SuarezAn optimisation to the MRO code, by Brandon Black,
2007-04-23 Craig A. BerryShorten long symbols in mro.c to avoid name mangling...
2007-04-21 Nicholas ClarkStoring PL_sv_yes over itself is as cheap as calling...
2007-04-21 Nicholas ClarkIn Perl_mro_get_linear_isa_dfs(), by treating the local...
2007-04-21 Rafael Garcia-SuarezSmall optimisations, by Brandon Black
2007-04-21 Rafael Garcia-SuarezCode comments, by Brandon Black
2007-04-20 Nicholas ClarkTerser source code in Perl_mro_meta_dup()
2007-04-19 Rafael Garcia-SuarezSimpler version, and that zeroes the allocated memory
2007-04-19 Rafael Garcia-SuarezUse Newxc instead of casting by hand
2007-04-19 Rafael Garcia-SuarezA Tolkien quote for mro.c, found by Audrey Tang.
2007-04-19 Rafael Garcia-SuarezFix compilation error with threads
2007-04-19 Rafael Garcia-SuarezPut the "Can't locate package..." warnings in the ...
2007-04-19 Rafael Garcia-SuarezChange an "Internal error" message to the more common...
2007-04-19 Brandon BlackRe: new C3 MRO patch