Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / mop.c
2009-09-11 Dave Rolsky MS VC++ compilation fix
2009-08-19 gfx Refactor mop_get_package_symbols
2009-07-22 gfx Fix RT #48072 using isGV_with_GP directly, which is...
2009-07-15 Florian Ragwitz Don't fail if a coderef's GV doesn't have a stash.
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/