Avoid using defined @array in core tests.
[p5sagit/p5-mst-13.2.git] / ext / mro /
2009-10-20 Jesse Vincent Bump mro's version number and copyright year, since...
2009-10-06 Jesse Vincent A number of pod fixes found by podcheck.t
2009-09-22 Leon Brocard Remove broken URL from the mro documentation
2009-09-17 Nicholas Clark In S_mro_get_linear_isa_c3() replace sv_inc() with...
2009-08-21 Nicholas Clark gv_efullname3() could return NULL, so mro::_nextcan...
2009-08-21 Nicholas Clark sv_newmortal() is faster than sv_2mortal(newSV(0))
2009-08-21 Nicholas Clark Eliminate SV leak in mro::_nextcan - hv_store_ent(...
2009-08-21 Nicholas Clark In mro_get_linear_isa_c3() optimise even if AvARRAY...
2009-08-20 Nicholas Clark Optimise mro_get_linear_isa_c3() when there is a single...
2009-07-23 Craig A. Berry Restore full name of mro::mro_invalidate_all_method_caches.
2009-04-13 Nicholas Clark Remove Makefile.PLs that make_ext.pl can automatically...
2009-03-28 Florian Ragwitz Improve mro merging error messages.
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-01-13 Steve Hay Silence Win32 compiler warnings.
2009-01-03 Nicholas Clark Remove duplicate return in S_mro_get_linear_isa_c3...
2008-12-29 Nicholas Clark In mro_get_mro, use the length and UTF-8-ness now conta...
2008-12-27 Nicholas Clark Move all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas Clark Remove the comment that the mro:: functions are actuall...
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...