Checking in changes prior to tagging of version 0.84.
[gitmo/Mouse.git] / lib / Mouse / PurePerl.pm
2010-11-10 Fuji, Goro Checking in changes prior to tagging of version 0.84. 0.84
2010-11-08 Fuji, Goro Checking in changes prior to tagging of version 0.83. 0.83
2010-11-05 Fuji, Goro Checking in changes prior to tagging of version 0.82. 0.82
2010-10-28 Fuji, Goro Checking in changes prior to tagging of version 0.81. 0.81
2010-10-28 Fuji, Goro Fix a problem; roles with bare-attributes could affect...
2010-10-05 Fuji, Goro Checking in changes prior to tagging of version 0.80. 0.80
2010-10-05 Fuji, Goro Checking in changes prior to tagging of version 0.79. 0.79
2010-10-05 Fuji, Goro Checking in changes prior to tagging of version 0.78. 0.78
2010-09-29 Fuji, Goro Checking in changes prior to tagging of version 0.77. 0.77
2010-09-28 Fuji, Goro Cleanup
2010-09-28 Fuji, Goro Fix 'does' check in pure Perl
2010-09-28 Fuji, Goro Checking in changes prior to tagging of version 0.76. 0.76
2010-09-27 Fuji, Goro Checking in changes prior to tagging of version 0.75. 0.75
2010-09-27 Fuji, Goro Merge remote branch 'origin/master' into merge-0.74
2010-09-27 Fuji, Goro Cleanup
2010-09-27 Fuji, Goro Tweaks
2010-09-27 Fuji, Goro Make get_all_attributes() sorted by their definition...
2010-09-26 Fuji, Goro Tweaks
2010-09-26 gfx Checking in changes prior to tagging of version 0.74. 0.74
2010-09-25 Fuji, Goro Checking in changes prior to tagging of version 0.73. 0.73
2010-09-25 Fuji, Goro Checking in changes prior to tagging of version 0.72. 0.72
2010-09-25 Fuji, Goro Comments
2010-09-25 Fuji, Goro Remove the no-inline version of attribute initializatio...
2010-09-25 Fuji, Goro Allow $obj->new in pure Perl
2010-09-25 Fuji, Goro Make ScalarRef accept ref to ref in pure perl type...
2010-09-24 Fuji, Goro Checking in changes prior to tagging of version 0.71. 0.71
2010-09-23 Fuji, Goro Remove unused imports
2010-09-23 Fuji, Goro Split role application to a module like Moose
2010-09-23 Fuji, Goro Fix add_metaclass_accessor stuff
2010-09-22 Fuji, Goro Move overload stuff to XS
2010-09-17 gfx Checking in changes prior to tagging of version 0.70. 0.70
2010-09-13 gfx Checking in changes prior to tagging of version 0.69. 0.69
2010-09-12 gfx Docs and comments
2010-09-11 gfx Checking in changes prior to tagging of version 0.68. 0.68
2010-09-10 gfx Checking in changes prior to tagging of version 0.67. 0.67
2010-09-10 gfx Checking in changes prior to tagging of version 0.66. 0.66
2010-09-09 gfx Checking in changes prior to tagging of version 0.65. 0.65
2010-07-26 gfx Checking in changes prior to tagging of version 0.64. 0.64
2010-07-26 gfx Add $attr->insertion_order
2010-07-20 gfx Checking in changes prior to tagging of version 0.63. 0.63
2010-07-06 gfx Checking in changes prior to tagging of version 0.62. 0.62
2010-07-06 gfx Make strict_constructor public
2010-06-19 gfx Checking in changes prior to tagging of version 0.61. 0.61
2010-06-09 gfx Checking in changes prior to tagging of version 0.60. 0.60
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-05-18 Fuji, Goro Checking in changes prior to tagging of version 0.59. 0.59
2010-05-08 Fuji, Goro Checking in changes prior to tagging of version 0.58. 0.58
2010-05-07 Fuji, Goro Checking in changes prior to tagging of version 0.57. 0.57
2010-04-29 gfx Checking in changes prior to tagging of version 0.56. 0.56
2010-04-29 gfx Resolve RT #56837 (reported by Sanko Robinson), based...
2010-04-21 gfx Checking in changes prior to tagging of version 0.55. 0.55
2010-04-17 gfx Checking in changes prior to tagging of version 0.54. 0.54
2010-04-11 gfx Checking in changes prior to tagging of version 0.53. 0.53
2010-04-11 gfx Fix clone_object() to ignore hehaviours without init...
2010-03-27 gfx Checking in changes prior to tagging of version 0.52... 0.52
2010-03-25 gfx $tc->check into XS
2010-03-15 gfx Checking in changes prior to tagging of version 0.51... 0.51
2010-03-15 gfx Checking in changes prior to tagging of version 0.50_09... 0.50_09
2010-03-15 gfx Fix an issue on the Int type constraint, to accept...
2010-03-11 gfx Checking in changes prior to tagging of version 0.50_08... 0.50_08
2010-03-07 gfx Checking in changes prior to tagging of version 0.50_07... 0.50_07
2010-03-02 gfx Checking in changes prior to tagging of version 0.50_06... 0.50_06
2010-03-02 gfx Work around RT #55048 for Mouse::PurePerl
2010-03-02 gfx Method::Constructor and Method::Destructor must be...
2010-03-01 gfx Checking in changes prior to tagging of version 0.50_05... 0.50_05
2010-02-26 gfx Checking in changes prior to tagging of version 0.50_04... 0.50_04
2010-02-26 gfx Introduce install_subroutines() to reduce direct stash...
2010-02-26 gfx Move method modifier manipulators into XS
2010-02-23 gfx Remove extra spaces and comments; no functionality...
2010-02-23 gfx Remove a fat semicolon
2010-02-23 gfx Move is_valid_class_name into XS
2010-02-22 gfx Checking in changes prior to tagging of version 0.50_03... 0.50_03
2010-02-22 gfx Resolve a todo: if you set both 'isa' and 'does' on...
2010-02-22 gfx Make editors happy.
2010-02-20 gfx Checking in changes prior to tagging of version 0.50_02... 0.50_02
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-13 gfx Checking in changes prior to tagging of version 0.50_01... 0.50_01
2010-02-10 gfx Support the global destruction flag in DEMOLISH()
2010-02-08 gfx Checking in changes prior to tagging of version 0.50... 0.50
2010-02-02 gfx Checking in changes prior to tagging of version 0.49... 0.49
2010-01-31 gfx Checking in changes prior to tagging of version 0.48... 0.48
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
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 Fix Str() and ScalarRef()
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-18 gfx Move is_immutable into XS
2009-12-16 gfx Move BUILDALL and DEMOLISHALL into XS
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Remove has_package_symbol and add_package_symbol
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-12-03 gfx Fix a bug that segv caused on 5.6.2 with -traits
2009-11-28 gfx Port (get|has)_package_symbol from Class::MOP
next