another go; was RE: [perl #49302] [[:print:]] v \p{Print}
[p5sagit/p5-mst-13.2.git] / t / mro /
2008-04-15 Rafael Garcia-Suarez Fix for [perl #52074] Segfault on ISA push after symbol...
2008-02-25 ilmari@vesla.ilmar... Avoid a segfault case in MRO code, based on :
2008-01-11 Rick Delaney Re: [perl #49564] Re: MRO and av_clear
2007-10-09 Brandon Black Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-26 Nicholas Clark Change 31977 introduced a bug (failing to set the retur...
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-08-15 Rick Delaney Test update to demonstrate @ISA assignment bug:
2007-06-29 Rafael Garcia-Suarez Revert change #31489.
2007-06-28 Brandon Black Re: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Brandon Black Second patch from:
2007-06-26 Brandon Black First patch from:
2007-06-04 Brandon Black another mro patch
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-03 Brandon Black Re: mro status, etc
2007-04-30 Brandon Black Re: mro status, etc
2007-04-26 Brandon Black Fix a bug in method caching. Better version (broader...
2007-04-21 Rafael Garcia-Suarez Completely remove Test::More from the MRO tests, by...
2007-04-20 Rafael Garcia-Suarez Shorten some file names
2007-04-20 Rafael Garcia-Suarez Don't use Test::More in core tests (at least, where
2007-04-19 Brandon Black Re: new C3 MRO patch