Merge branch 'stable'
[gitmo/Class-MOP.git] / xs / Package.xs
2010-11-15 Jesse Luehrs use the package::stash get_all_package_symbols implemen...
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-09-14 Dave Rolsky Fix RT 48985
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
2009-08-17 gfx Ensure backword compatibility (checked in 5.8.1)
2009-08-17 gfx Add a comment.
2009-08-17 gfx Tiny tweaks in Package.xs
2009-08-17 gfx tiny tweaks
2009-08-16 gfx Merge branch 'master' into topic/symbol-manipulator
2009-08-16 gfx tab -> space*4
2009-08-16 gfx Refactor XS symbol manipulators
2009-07-22 gfx Implement naming routine in add_package_symbol(xsub...
2009-07-19 gfx Optimize symbol manipulators
2009-07-19 gfx fix symbol manipulators
2009-07-16 gfx Package symbol manipulators into XS
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
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-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/