Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / xs-src / MouseUtil.xs
2011-02-21 Fuji, Goro Use GvCV_set() for bleadperl
2010-09-24 Fuji, Goro Make mouse_throw_error in XS more robust
2010-07-20 gfx Use new macro CvGV_set() (see perl5133delta)
2010-06-19 gfx Fix the Perl_call_sv() problem again, and tests for it
2010-06-09 gfx Resolve RT #57975: "Exception caught:" prefixes on...
2010-05-08 Fuji, Goro Fix mouse_call_sv_safe() again
2010-05-08 Fuji, Goro PERL_CONTEXT has been chaned in 5.12
2010-05-07 Fuji, Goro Workaround RT #57144, caused by Perl_call_sv()'s bug
2010-03-27 gfx Workaround RT #69939
2010-03-25 gfx Make Mouse::XS reloadable
2010-02-27 gfx Reset stash iterators
2010-02-26 gfx Simplify error check routines in XS
2010-02-26 gfx Implement install_subroutines in XS
2010-02-26 gfx Fix a typo
2010-02-26 gfx Use @CARP_NOT instead of %Carp::Internal
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/