s/_generate_isa_predicte_for/generate_isa_predicate_for/; it's Mouse specific anyway.
[gitmo/Mouse.git] / xs-src / Mouse.xs
2009-10-31 gfx s/_generate_isa_predicte_for/generate_isa_predicate_for...
2009-10-31 gfx Change is-a predicate stuff
2009-10-27 gfx Make is_class_loaded without any arguments fail loudly
2009-10-27 gfx Tiny optimization
2009-10-27 gfx Fix Mouse.xs
2009-10-27 gfx Move add_method into XS
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx Implement a class_type generator
2009-10-25 gfx Ensure backward compatibility
2009-10-25 gfx Implement XS accessor generators
2009-10-25 gfx built-in type constraints in XS
2009-10-24 gfx _get_code_ref() and get_linear_isa() in XS
2009-10-24 gfx Move ::Meta::Module::namespace into XS
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Add first XS implementation