gitmo/Class-MOP.git
2008-08-25 Dave Rolsky bump version and update changes for 0.65_05 0.64_05
2008-08-25 Dave Rolsky We need to take a copy of the version as a string in...
2008-08-25 Dave Rolsky Replace the alloca and snprintf stuff with equivalent...
2008-08-23 Dave Rolsky bump version and update Changes for 0.64_04 release 0.64_04
2008-08-23 Dave Rolsky Don't ship pod tests since we don't want bogus failures...
2008-08-23 Yuval Kogman changelog
2008-08-23 Yuval Kogman workaround 5.8.1 bug
2008-08-22 Dave Rolsky Bump the version # and updates Changes for 0.64_03 0.64_03
2008-08-22 Yuval Kogman fix 5.8.2 mystery breakage
2008-08-22 Yuval Kogman avoid useless constant in void context by using !1...
2008-08-21 Dave Rolsky No need to ship .shipit file 0.64_02
2008-08-21 Dave Rolsky bump version # for next release
2008-08-21 Dave Rolsky add a .shipit file for my sake
2008-08-21 Dave Rolsky Changes for next release, plus add dates missing from...
2008-08-21 Dave Rolsky Document get_all_attributes method
2008-08-21 Yuval Kogman get_all_attributes for MI
2008-08-21 Dave Rolsky More changes
2008-08-21 Dave Rolsky Add missing test prereqs. Also, EUMM doesn't support...
2008-08-21 Dave Rolsky Mention explicit 5.8.x requirement
2008-08-21 Dave Rolsky Be even more explicit about requiring Perl 5.8 +
2008-08-21 Dave Rolsky Be explicit about our minimum required Perl.
2008-08-20 Dave Rolsky Fix version in README 0_64_01
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-20 Yuval Kogman changelog
2008-08-20 Yuval Kogman update_package_flag in alias
2008-08-20 Dave Rolsky Update changes for next release, which will be a dev...
2008-08-16 Yuval Kogman wrap_method_body
2008-08-15 Yuval Kogman get_all_methods memoized in immutable
2008-08-15 Yuval Kogman simplify has_method check
2008-08-15 Yuval Kogman is_pristine
2008-08-15 Yuval Kogman pass @_ % 2 == 1 for compat
2008-08-14 Yuval Kogman accept named params to Package::initialize/reinitialize
2008-08-14 Yuval Kogman register on initialize, and move reinitialize to Package
2008-08-14 Yuval Kogman make sure get_method_map always returns a map (might...
2008-08-14 Yuval Kogman Class::MOP::Package->initialize now checks Class::MOP...
2008-08-13 Yuval Kogman pass hashref to Attr->_new
2008-08-13 Yuval Kogman oops, put Object::_new back in for Moose
2008-08-13 Yuval Kogman use hash refs with _new
2008-08-13 Yuval Kogman accept hash ref to _new
2008-08-13 Yuval Kogman remove redundant constructors from MOP.pm
2008-08-13 Yuval Kogman _new for Class::MOP::Class
2008-08-13 Yuval Kogman _new for Accessor
2008-08-13 Yuval Kogman _new for Accessor
2008-08-13 Yuval Kogman _new for Instance
2008-08-13 Yuval Kogman _enw for Method::Constructor
2008-08-13 Yuval Kogman use _new everywhere
2008-08-13 Yuval Kogman immutable constructor for package
2008-08-13 Yuval Kogman immutable constructor for Attribute
2008-08-13 Yuval Kogman allow forcing of constructor inlining
2008-08-13 Yuval Kogman immutable constructor for method
2008-08-13 Yuval Kogman use _new for inline constructors of meta objects
2008-08-13 Yuval Kogman pod coverage for in_global_destruction
2008-08-13 Yuval Kogman Sub::Name prereq
2008-08-12 Yuval Kogman move Devel::GlobalDestruction usage to MOP.pm so that...
2008-08-12 Yuval Kogman ppport.h
2008-08-12 Yuval Kogman more cleanup of XS version of get_all_package_symbols
2008-08-12 Yuval Kogman ARGHGHGHGH!!! FUCKING UNREFERENCED GLOB/
2008-08-11 Dave Rolsky Update to a newer ppport.h to get things working on...
2008-08-11 Yuval Kogman use ref instead of blessed where it's not needed, and...
2008-08-11 Yuval Kogman XS versions of the most common readsers
2008-08-11 Yuval Kogman more simplification of the MOP.pm boilerplate
2008-08-11 Yuval Kogman simplify loading of XS code so that it's not as nitrusi...
2008-08-11 Yuval Kogman simplify idiot PUSHs/SPAGAIN incest
2008-08-11 Yuval Kogman XS version of get_all_package_symbols
2008-08-10 Yuval Kogman blah
2008-08-10 Yuval Kogman bah, cleanup made it much slower
2008-08-10 Yuval Kogman simplfy get_all_package_symbols
2008-08-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-10 Yuval Kogman deprecate bless_instance_structure
2008-08-10 Yuval Kogman small fixes & optimizations in Meta::Instance
2008-08-10 Yuval Kogman remove now redundant init args
2008-08-10 Yuval Kogman FIXME comment for obra optzns
2008-08-10 Yuval Kogman localize $@ more
2008-08-10 Yuval Kogman merge the attribute maps in compute_all_applicable_attr...
2008-08-10 Yuval Kogman package_name >= associated_metaclass->name
2008-08-10 Yuval Kogman use associated method map in compute_all_applicable_met...
2008-08-10 Yuval Kogman add associated_metaclass to Method
2008-08-10 Yuval Kogman microoptimize Class::MOP::Class::initialize since it...
2008-08-10 Yuval Kogman update package cache flag in get_method_map if it was...
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-10 Yuval Kogman use Devel::GlobalDestruction to avoid destroying anon...
2008-08-09 Yuval Kogman make initialize() and create() consistent WRT package arg
2008-08-09 Yuval Kogman clean up the mess after a failed attribute addition
2008-08-09 Yuval Kogman clean up metaclass::import
2008-08-09 Yuval Kogman correct invalidation of meta instance
2008-08-09 Yuval Kogman use mro::get_isarev if available
2008-08-09 Yuval Kogman MRO::Compat already does various version fiddling,...
2008-08-08 Yuval Kogman attributes attribute for Class::MOP::Instance
2008-08-08 Yuval Kogman use named params to instance_metaclass->new
2008-08-08 Yuval Kogman Bootstrap Instance to have a proper constructor
2008-08-08 Yuval Kogman more fixes for Instance's constructor
2008-08-08 Yuval Kogman slots as a hash is a hack in Instance, partway fix...
2008-08-08 Yuval Kogman proper constructor for Instance
2008-08-08 Yuval Kogman proper constructor for Immutable
2008-08-08 Yuval Kogman Accept fully named params to Class::MOP::Class::create
2008-08-08 Yuval Kogman more $: $. and whatnot cleanups
2008-08-08 Yuval Kogman accept fully named args to Class::MOP::Method::wrap
2008-08-08 Yuval Kogman accept fully named args in Class::MOP::Attribute::new
2008-08-08 Yuval Kogman also remove perl6isms from examples
2008-08-08 Yuval Kogman Remove p6 style attribute naming
next