Merge branch 'stable'
[gitmo/Class-MOP.git] / xs / Class.xs
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-06 Dave Rolsky apply patch from Goro Fuji for anon class mem leak
2009-06-30 Florian Ragwitz There can only be one PPCODE section.
2009-06-30 Dave Rolsky De-tabify
2009-06-30 Dave Rolsky Tweak comment for clarity
2009-06-30 Florian Ragwitz Return an empty method map instead of undef for non...
2009-04-25 Florian Ragwitz Use XSRETURN; make it x89 compliant.
2009-04-25 Jesse Luehrs return early if a package's stash is empty in get_metho...
2009-03-11 Florian Ragwitz Refactor how prehashed hash keys work.
2009-03-10 Florian Ragwitz Prefix all exported symbols with "mop_"
2009-03-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/