delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
[p5sagit/p5-mst-13.2.git] / mro.c
2007-05-19 Craig A. Berry Various mro updates from Brandon Black. References:
2007-05-09 Brandon Black Re: mro c3 infinite recursion problem. Attemp to free...
2007-05-08 Andy Lester more consting
2007-04-30 Brandon Black Re: mro status, etc
2007-04-26 Brandon Black mro status, etc
2007-04-26 Brandon Black Fix mro docs.
2007-04-24 Steve Hay Silence VC6 warning about not all control paths returni...
2007-04-23 Rafael Garcia-Suarez An optimisation to the MRO code, by Brandon Black,
2007-04-23 Craig A. Berry Shorten long symbols in mro.c to avoid name mangling...
2007-04-21 Nicholas Clark Storing PL_sv_yes over itself is as cheap as calling...
2007-04-21 Nicholas Clark In Perl_mro_get_linear_isa_dfs(), by treating the local...
2007-04-21 Rafael Garcia-Suarez Small optimisations, by Brandon Black
2007-04-21 Rafael Garcia-Suarez Code comments, by Brandon Black
2007-04-20 Nicholas Clark Terser source code in Perl_mro_meta_dup()
2007-04-19 Rafael Garcia-Suarez Simpler version, and that zeroes the allocated memory
2007-04-19 Rafael Garcia-Suarez Use Newxc instead of casting by hand
2007-04-19 Rafael Garcia-Suarez A Tolkien quote for mro.c, found by Audrey Tang.
2007-04-19 Rafael Garcia-Suarez Fix compilation error with threads
2007-04-19 Rafael Garcia-Suarez Put the "Can't locate package..." warnings in the ...
2007-04-19 Rafael Garcia-Suarez Change an "Internal error" message to the more common...
2007-04-19 Brandon Black Re: new C3 MRO patch