Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / xs-src /
2011-05-16 Fuji, Goro Make sure weak attributes remain weak when cloning...
2011-04-14 Fuji, Goro Resolve RT #67412: C++ stule comments cause prolems...
2011-03-14 Fuji, Goro Make check() accept extra args
2011-03-14 Fuji, Goro $type_constraint->check() accepts extra arguments
2011-02-21 Fuji, Goro Use GvCV_set() for bleadperl
2010-12-06 Fuji, Goro Use UNLIKELY()
2010-12-06 Fuji, Goro Tidy
2010-12-06 Fuji, Goro Encourage function inlining
2010-12-06 Fuji, Goro Don't abuse CPP macros
2010-12-02 Fuji, Goro Tidy
2010-11-18 Fuji, Goro Make some C symbols static
2010-11-13 Fuji, Goro Lazy initialization of coercions
2010-11-13 Fuji, Goro Clean up
2010-11-10 Fuji, Goro Fix an error message to compatible with Moose
2010-11-08 Fuji, Goro Fix 'Int' type constraint for dualvars (like $!)
2010-10-28 Fuji, Goro Fix a problem; roles with bare-attributes could affect...
2010-10-05 Fuji, Goro Resolve RT #61906, reported by Syohei Yoshida.
2010-10-05 Fuji, Goro Fix a mis-use of [ap]THX_ (thanks to Vincent Pit)
2010-10-05 Fuji, Goro Tweaks
2010-10-05 Fuji, Goro Fix a problem that Mouse::Object::DESTROY might refer...
2010-09-29 Fuji, Goro Comments
2010-09-29 Fuji, Goro Cleanup XS
2010-09-27 Fuji, Goro Make get_all_attributes() sorted by their definition...
2010-09-26 Fuji, Goro Tweaks
2010-09-26 Fuji, Goro Tidy
2010-09-26 Fuji, Goro Avoid compiler's warnings
2010-09-26 Fuji, Goro Fix get_all_attributes() for DFS-based diamond-inherite...
2010-09-25 Brett Resolve [rt.cpan.org #61613] Compile failed for version...
2010-09-24 Fuji, Goro Make mouse_throw_error in XS more robust
2010-09-23 Fuji, Goro Fix add_metaclass_accessor stuff
2010-09-23 Fuji, Goro Inheitance of non-Mouse classes now produces wranings
2010-09-23 Fuji, Goro Generalize inheritable class accessors
2010-09-22 Fuji, Goro Move overload stuff to XS
2010-09-12 gfx Tweaks
2010-09-06 gfx Remove a duplicated macro: LooksLikeNumber
2010-08-28 gfx Split common stuff
2010-08-28 gfx Use STATIC_INLINE, which will be introduced at 5.14.0
2010-08-17 gfx Avoid compiler's warnings
2010-07-26 gfx Add $attr->insertion_order
2010-07-20 gfx Use new macro CvGV_set() (see perl5133delta)
2010-07-06 gfx Make strict_constructor public
2010-07-06 gfx Revert __set_strict_constructor
2010-07-06 gfx Add __set_strict_constructor
2010-07-06 gfx Avoid compiler's warnings on older perls
2010-06-19 gfx Fix the Perl_call_sv() problem again, and tests for it
2010-06-12 gfx Fix possible memory leaks, which occurs when constructo...
2010-06-09 gfx Make clone_object() into PurePerl
2010-06-09 gfx Follow Moose's new feature: BUILDALL is called by new_o...
2010-06-09 gfx Resolve RT #57975: "Exception caught:" prefixes on...
2010-05-18 Fuji, Goro Improve error messages
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-04-29 gfx Resolve RT #56837 (reported by Sanko Robinson), based...
2010-04-11 gfx Tweaks
2010-04-11 gfx Fix clone_object() to ignore hehaviours without init...
2010-03-27 gfx Tiny tweaks
2010-03-27 gfx Use PL_statusvalue directly, instead of useing $?
2010-03-27 gfx Workaround RT #69939
2010-03-26 gfx Make a private function static
2010-03-25 gfx Make Mouse::XS reloadable
2010-03-25 gfx $tc->check into XS
2010-03-15 gfx Fix an issue on the Int type constraint, to accept...
2010-03-07 gfx Fix a possible panic, caused by triggers (reported...
2010-02-28 gfx Merge remote branch 'origin/more_than_32_bit_Int_on_32_...
2010-02-27 Ævar Arnfjörð Bjar... The last commit didn't correctly catch 1 v.s. 1.5,... more_than_32_bit_Int_on_32_bit_systems
2010-02-27 Ævar Arnfjörð Bjar... Moose used an incorrect cast at the C-level resulting...
2010-02-27 gfx Fix an error
2010-02-27 gfx Tidy the xs code
2010-02-27 gfx Use more mcall1
2010-02-27 gfx Reduce SvGETMAGIC()
2010-02-27 gfx Use mcall1s() instead of raw perl API
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-26 gfx Move method modifier manipulators into XS
2010-02-23 gfx Move is_valid_class_name into XS
2010-02-22 gfx Resolve a todo: if you set both 'isa' and 'does' on...
2010-02-22 gfx Fix a possible segv on DESTROY
2010-02-20 gfx Implement strict constructors, which will warn unkown...
2010-02-19 gfx Add type_parameter() and __is_parameterized() to Meta...
2010-02-10 gfx Support the global destruction flag in DEMOLISH()
2010-02-09 gfx Make add_method update %DB::sub for profilers
2010-02-08 gfx $tc->coerce() throws an error if it has no coercion...
2010-02-05 gfx Refactor mouse_get_xa()
2010-02-02 gfx Fix a memory leak in generate_isa_predicate_for()
2010-02-02 gfx Optimize coercion
2010-02-02 gfx Use mouse_name instead of literals
2010-02-02 gfx Fix RT #54203 (reported by chocolateboy) that setters...
2010-01-31 gfx Fix magic handling in type constraints (reported by...
2010-01-11 gfx Fix a typo
2010-01-11 gfx Don't create scopes as much as possible
2010-01-11 gfx Fix a message
2010-01-11 gfx Use sv_true() instead of SvTRUE(), which is too large...
2010-01-11 gfx Move Mouse::Meta::Attribute::_process_options into XS
2010-01-09 gfx Move tied hash checks
2010-01-09 gfx Fix type casts incompatible with c++ (delected by ...
2010-01-09 gfx Clean up mouse_tc_ScalarRef()
next