bump version to 0.77
[gitmo/Class-MOP.git] / MOP.xs
2009-02-14 Florian Ragwitz Don't call GvCV on something that's not a GV.
2009-02-09 Florian Ragwitz Disable deprecated get_all_packge_symbols in list context.
2009-02-08 Florian Ragwitz Make MOP.xs compile again.
2009-02-08 Dave Rolsky Add comment referring people looking at is_class_loaded...
2009-02-08 Dave Rolsky Make the XS version of is_class_loaded smarter about...
2009-02-08 Dave Rolsky this fix of just checking of GV-ness to determine if...
2009-01-22 Dave Rolsky Add a line break for readability(-ishness)
2008-12-25 Florian Ragwitz Remove prototypes from MOP.xs. The pure perl implementa...
2008-12-25 Florian Ragwitz Avoid macro expansion of 'name' in PREHASH_KEY.
2008-12-25 Florian Ragwitz Whops. s/VALUE/VERSION/;
2008-12-25 Florian Ragwitz Don't require the hash key to be specified twice in...
2008-12-24 Florian Ragwitz Make it easier to add new prehashed hash keys.
2008-12-22 Florian Ragwitz Stop gcc from warning.
2008-12-22 Florian Ragwitz Precompute hashes for VERSION and ISA.
2008-12-22 Florian Ragwitz Add an xs implementation of Class::MOP::is_class_loaded.
2008-12-13 Florian Ragwitz Make mop_check_package_cache_flag work on 5.10, even...
2008-12-05 Florian Ragwitz Fix a few more style issues in MOP.xs.
2008-12-05 Florian Ragwitz Tell ppport.h that we need newRV_noinc.
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