Merge branch 'stable'
[gitmo/Class-MOP.git] / mop.c
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-11-15 Jesse Luehrs use the package::stash get_all_package_symbols implemen...
2010-05-05 Florian Ragwitz Allow requiring a version with is_class_loaded, load_cl...
2009-09-15 Dave Rolsky Revert "MS VC++ compilation fix"
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/