Optimize is_class_loaded()
[gitmo/Class-MOP.git] / xs / MOP.xs
2009-09-05 gfx Optimize is_class_loaded()
2009-09-04 gfx Make MOP_CALL_BOOT a little smart
2009-08-31 gfx Rebase origin and fix miss-merged segments
2009-08-31 gfx Implement a XS constructor generator
2009-08-31 gfx Reconsider method generation
2009-08-31 gfx Add is_instance_of() to MOP APIs for extentions
2009-08-31 gfx Add is_class_loaded() to MOP APIs so that extentions...
2009-08-31 gfx The first step to frame XS attributes
2009-08-31 gfx Make all the simple readers and predicates XS template
2009-08-30 gfx Implement a XS constructor generator
2009-08-28 gfx Reconsider method generation
2009-08-28 gfx Add is_instance_of() to MOP APIs for extentions
2009-08-28 gfx Add is_class_loaded() to MOP APIs so that extentions...
2009-08-23 gfx Merge branch 'master' into topic/unified-method-generat...
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-08-15 gfx Merge commit 'origin/topic/xs-attr-template' into topic...
2009-07-20 gfx The first step to frame XS attributes
2009-07-19 gfx Optimize symbol manipulators
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-10 gfx Make all the simple readers and predicates XS template xs-attr-template
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/