Fix the Perl_call_sv() problem again, and tests for it
[gitmo/Mouse.git] / xs-src /
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()
2010-01-02 Goro Fuji Replace CRLF to LF with all the files
2009-12-18 gfx Move is_immutable into XS
2009-12-18 gfx Fix BUILDALL in XS
2009-12-16 gfx Move BUILDALL and DEMOLISHALL into XS
2009-12-09 gfx Optimization for duck_type
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-12-07 gfx Tiny optimization for DESTROY
2009-12-07 gfx Remove has_package_symbol and add_package_symbol
2009-12-04 gfx Fix the parameterized HashRef constraint routine
2009-12-03 gfx Fix a meta slot name
2009-12-03 gfx Add a comment
2009-12-03 gfx Rename a macro to define a class holder
2009-12-03 gfx Tidy
2009-12-03 gfx No duplication
2009-11-28 gfx Port (get|has)_package_symbol from Class::MOP
2009-11-28 gfx Fix add_method to accept overloaded CODE references...
2009-11-26 gfx Remove an unused function: XS_Mouse_simple_accessor()
2009-11-26 gfx Change class holders to simple readers
2009-11-26 gfx A tiny tweak
2009-11-26 gfx Add a comment
2009-11-21 gfx Rename XS funcs which generate XSUBs
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-17 gfx Tidy
2009-11-17 gfx Remove a debugging method
2009-11-17 gfx Make some constants as class attributes
2009-11-17 gfx Make mouse_accessor_get_self() "static inline"
2009-11-17 gfx Make some functions static
2009-11-16 gfx Fix default and weak stuff
2009-11-16 gfx Name subroutines in add_method()
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Add mouse_initialize_metaclass()
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx Add Mouse::Object::new in XS
2009-11-16 gfx Fix BUILDARGS logic
2009-11-16 gfx Fix a typo in the code
2009-11-16 gfx Optimize get_metaclass() in XS
2009-11-16 gfx Change inline_constructor => 0
2009-11-15 gfx Add _initialize_object()
2009-11-15 gfx Add mouse_get_xa()
2009-11-15 gfx Add $ignore_triggers option to _initialize_object()
2009-11-15 gfx Use new[HA]V_mortal()
2009-11-15 gfx XS constructor
2009-11-04 gfx Tweaks for speed
2009-11-04 gfx Refactor XS metaclass object structure
next