Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
[gitmo/Class-MOP.git] / mop.h
2009-03-23 Dave Rolsky XSPROTO backcompat for 5.8.x
2009-03-15 Florian Ragwitz Stop redefining the prototype for XSUBs.
2009-03-15 Florian Ragwitz Declaring extern functions within a scope doesn't seem...
2009-03-15 Florian Ragwitz Uninline mop_prehashed_{key,hash}_for.
2009-03-11 Florian Ragwitz Implement INSTALL_SIMPLE_READER in terms of INSTALL_SIM...
2009-03-11 Florian Ragwitz Don't make DECLARE_KEY* available for anything but...
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-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/