gitmo/Mouse.git
2010-01-11 gfx Add the CAVEATS section for the call_sv() failures
2010-01-11 gfx require Class::Method::Modifiers::Fast 0.041; this...
2010-01-11 gfx Merge clearer.t and predicate.t to predicate-and-clearer.t
2010-01-11 gfx Merge default-code.t to default.t
2010-01-11 gfx Merge extends.t and auto-subclass.t into subclass.t
2010-01-11 gfx Merge some tests to one file
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 Checking in changes prior to tagging of version 0.46... 0.46
2010-01-09 gfx Update the copyright information
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-09 gfx Fix Str() and ScalarRef()
2010-01-09 gfx Changelogging
2010-01-09 gfx ouse.pm uses Mouse::Util::TypeConstraints
2010-01-09 gfx Remove long-deprecated features
2010-01-09 gfx Clean up deprecations
2010-01-09 gfx Apply a patch to support handle => sub { ... }, contrib...
2010-01-09 gfx Revert "Add a test file for RT #53286"
2010-01-09 gfx Merge branch 'master' of moose.perl.org:Mouse
2010-01-09 gfx CRLF to LF
2010-01-02 Goro Fuji Add a test file for RT #53286
2010-01-02 Goro Fuji Replace CRLF to LF with all the files
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-22 gfx Revert "Add resolution of conflitcting extention"
2009-12-20 gfx Add 'use warnings FATAL => "recursion"' to Accessor.pm
2009-12-19 gfx Tweaks for 5.6.2 0.45
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-19 gfx Rename: s/verify_type_constraint_error/_throw_type_cons...
2009-12-19 gfx Add resolution of conflitcting extention
2009-12-19 gfx Changelogging
2009-12-19 gfx Fix an issue that anonymous type constraint can't be...
2009-12-19 gfx Change the signature of verify_type_constraint_error...
2009-12-19 gfx Change the internal delegation code
2009-12-18 gfx Move is_immutable into XS
2009-12-18 gfx Lazy load for Delegation class
2009-12-18 gfx Tidy
2009-12-18 gfx Rename variable names for clearity
2009-12-18 gfx Avoid autovivification
2009-12-18 gfx Tiny tweaks
2009-12-18 gfx Add tests for BUILDALL/DEMOLISHALL
2009-12-18 gfx Changelogging
2009-12-18 gfx Fix BUILDALL in XS
2009-12-18 gfx Rename for portability to resolve RT #52828
2009-12-18 gfx Add filesystem portability test (indicated by RT #52828)
2009-12-18 gfx Changelogging
2009-12-16 gfx Add tests for get_value etc
2009-12-16 gfx Implement make_mutable :)
2009-12-16 gfx Switch to duck typing
2009-12-16 gfx Add set_value/get_value/has_value/clear_value to Attribute
2009-12-16 gfx Add with_immutable to Test::Mouse
2009-12-16 gfx Move BUILDALL and DEMOLISHALL into XS
2009-12-13 gfx Fix accessor filenames
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-09 gfx Add a test file for duck_type
2009-12-09 gfx Changelogging
2009-12-09 gfx Add coerce() to the function list
2009-12-09 gfx Add duck_type to the function list
2009-12-09 gfx Changelogging
2009-12-09 gfx Optimization for duck_type
2009-12-09 gfx Add a benchmark for duck_type
2009-12-09 gfx Tidy
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-12-09 gfx More robust tests for threads
2009-12-09 gfx Improve enum to accept "enum($name, $arrayref)" constru...
2009-12-09 gfx Changelogging
2009-12-08 gfx Add Test::Mouse
2009-12-08 gfx Fix typos
2009-12-08 gfx Use Module::Install::XSUtil 0.19
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Add a benchmark for destructors
2009-12-07 gfx Tiny optimization for DESTROY
2009-12-07 gfx Add a comment to Changes
2009-12-07 gfx Fix benchmarks/modifiers.pl
2009-12-07 gfx Make Mouse/Tiny.pod
2009-12-07 gfx Changelogging
2009-12-07 gfx Add some document
2009-12-07 gfx Fix the hierarchy of type constraints: Num and Int...
2009-12-07 gfx Fix a typo in the pod
2009-12-07 gfx Add a note for Mouse::XS, which requries Perl 5.8.1...
2009-12-07 gfx Tweaks for ouse.pm
2009-12-07 gfx Add documents to Mouse::Spec
2009-12-07 gfx Add documents for attributes
2009-12-07 gfx Remove has_package_symbol and add_package_symbol
2009-12-07 gfx Fix the pod of Mouse
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Fix a PAUSE indexing issue
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-05 gfx Fix tests
2009-12-05 gfx Add function list to pod
2009-12-05 gfx Fix a typo
2009-12-05 gfx Fix Makefile.PL to add author's tests correctly
2009-12-04 gfx Add tests for magical vars and hash iterators
2009-12-04 gfx Fix the parameterized HashRef constraint routine
2009-12-03 gfx Make accessor generators extensible
next