Move is_valid_class_name into XS
[gitmo/Mouse.git] / xs-src / MouseUtil.xs
2010-02-23 gfx Move is_valid_class_name into XS
2010-02-02 gfx Fix a memory leak in generate_isa_predicate_for()
2010-01-11 gfx Use sv_true() instead of SvTRUE(), which is too large...
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Optimize get_metaclass() in XS
2009-11-15 gfx Add mouse_get_xa()
2009-11-15 gfx XS constructor
2009-11-04 gfx Refactor XS metaclass object structure
2009-11-03 gfx Fix mro_get_linear_isa
2009-11-03 gfx Make type check macros
2009-11-01 gfx s/\t/ /g;
2009-10-31 gfx Remove an old utility, mouse_is_instance_of()
2009-10-31 gfx Add "mouse_" prefix
2009-10-31 gfx Refactor generate_isa_predicate_for-related stuff
2009-10-31 gfx Re-organize xs-src/