Merge branch 'stable'
[gitmo/Class-MOP.git] / xs / MOP.xs
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-05-05 Florian Ragwitz Allow requiring a version with is_class_loaded, load_cl...
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-10-25 Florian Ragwitz Make is_class_loaded without args fail loudly.
2009-09-23 Jesse Luehrs remove outdated comment
2009-08-23 gfx Handle magical scalars in XS
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
2009-08-16 gfx Merge branch 'master' into topic/symbol-manipulator
2009-07-19 gfx Optimize symbol manipulators
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-05-08 Dave Rolsky when checking @ISA to see if a class is loaded, make...
2009-04-07 Florian Ragwitz Avoid c compiler warnings by declaring some unused...
2009-03-15 Florian Ragwitz Declaring extern functions within a scope doesn't seem...
2009-03-11 Florian Ragwitz Make it easier to simple xs hashref readers using preha...
2009-03-11 Florian Ragwitz Refactor how prehashed hash keys work.
2009-03-10 Florian Ragwitz Prefix all exported symbols with "mop_"
2009-03-10 Florian Ragwitz Remove tabs from c code.
2009-03-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/