Add a comment for GETMAGIC in accessors
[gitmo/Class-MOP.git] / mop.c
2009-08-18 gfx ppport.h tweaks: share the function entity in all objec...
2009-08-18 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-15 gfx Merge commit 'origin/topic/xs-attr-template' into topic...
2009-07-22 gfx Fix RT #48072 using isGV_with_GP directly, which is...
2009-07-20 gfx The first step to frame XS attributes
2009-07-15 Florian Ragwitz Don't fail if a coderef's GV doesn't have a stash.
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-03-15 Florian Ragwitz Stop redefining the prototype for XSUBs.
2009-03-15 Florian Ragwitz Do a proper cast go get from I32 to mop_prehashed_key_t.
2009-03-15 Florian Ragwitz Uninline mop_prehashed_{key,hash}_for.
2009-03-11 Florian Ragwitz Don't make DECLARE_KEY* available for anything but...
2009-03-11 Florian Ragwitz Make the logic easier to follow.
2009-03-11 Florian Ragwitz Inline mop_simple_reader.
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-10 Florian Ragwitz Merge branch 'master' into xs_reorg
2009-03-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/