bump version to 0.71_02 and update Changes
[gitmo/Class-MOP.git] / MOP.xs
2008-12-05 Florian Ragwitz Fail if hv_store fails.
2008-12-05 Florian Ragwitz use style; in MOP.xs.
2008-12-05 Florian Ragwitz Make the c get_code_info static.
2008-12-05 Florian Ragwitz A few simplifications to xs get_method_map.
2008-12-05 Florian Ragwitz Don't check if the xs version of get_method_map is...
2008-12-05 Florian Ragwitz Factor out a c version of get_code_info. Make get_metho...
2008-12-05 Florian Ragwitz Make get_all_package_symbols return a hashref in scalar...
2008-12-05 Florian Ragwitz Factor a c function doing all the hard work out of...
2008-12-04 Florian Ragwitz Make the xs code work if RVs are IVs (again!).
2008-12-04 Florian Ragwitz Silence a gcc warning.
2008-12-04 Florian Ragwitz Make the xs version of get_method_map include stub...
2008-12-04 Florian Ragwitz Make the xs version of get_all_package_symbols return...
2008-12-04 Florian Ragwitz Properly initialize values that'll be checked in boolea...
2008-12-04 Florian Ragwitz Remove trailing whitespace.
2008-12-03 Dave Rolsky Fix spacing
2008-12-03 Dave Rolsky Restore the doubled parens, cause they shut up gcc...
2008-12-03 Dave Rolsky Redo get_method_map with PPCODE (and fix indentation)
2008-12-03 Dave Rolsky A bunch of style tweaks to try to get things more consi...
2008-12-03 Dave Rolsky This is a tweaked version of Goro Fuji's XS implementat...
2008-11-15 Florian Ragwitz Don't declare return values for PPCODE.
2008-11-15 Florian Ragwitz Silence some compiler warnings.
2008-11-15 Florian Ragwitz Don't try to get a CV from globs that are references...
2008-11-14 Florian Ragwitz Don't mortalize the CVs behind inlined constants in...
2008-09-01 Dave Rolsky Make sure all the XS methods die when called as a class...
2008-09-01 Dave Rolsky Fix XS so that Class::MOP::Method accessors blow up...
2008-08-29 Dave Rolsky The package names were wrong for some of the XS subs...
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
2008-08-25 Dave Rolsky Replace the alloca and snprintf stuff with equivalent...
2008-08-12 Yuval Kogman ppport.h
2008-08-12 Yuval Kogman more cleanup of XS version of get_all_package_symbols
2008-08-12 Yuval Kogman ARGHGHGHGH!!! FUCKING UNREFERENCED GLOB/
2008-08-11 Yuval Kogman XS versions of the most common readsers
2008-08-11 Yuval Kogman simplify idiot PUSHs/SPAGAIN incest
2008-08-11 Yuval Kogman XS version of get_all_package_symbols
2008-06-05 Yuval Kogman fix MOP.xs for 5.8
2008-06-05 Stevan Little fucking mst... sheesh
2008-06-05 Matt S Trout work around a segfault
2008-05-18 Stevan Little removing ->blessed, blessed is not a method *cough...
2007-12-23 Scott McWhirter Add prototype behaviour to MOP.xs to silence warnings...
2007-12-13 Stevan Little slighttweak
2007-12-13 Stevan Little possible bleadperl fix
2007-12-12 Chris Prather add in the cross version XS headers so we can build...
2007-12-12 Stevan Little Class::MOP with XS