gitmo/Class-MOP.git
2008-09-11 Dave Rolsky Make alias_method simply call add_method.
2008-09-03 Dave Rolsky Add changes for test doubling
2008-09-03 Dave Rolsky Run all the tests twice if we have XS, once with XS...
2008-09-03 Dave Rolsky Need parens on this sub now.
2008-09-03 Dave Rolsky Tie together loading our XS plus our XS deps, so we...
2008-09-03 Dave Rolsky Change the docs so that _most_ functions are marked...
2008-09-02 Dave Rolsky Clarify public-ness of Class::MOP functions
2008-09-02 Dave Rolsky Clarify that utility functions are really functions
2008-09-02 Yuval Kogman Class::MOP::load_class no longer creates a metaclass...
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
2008-09-01 Dave Rolsky Explicitly die if get_all_package_symbols is called...
2008-09-01 Dave Rolsky Make sure all the XS methods die when called as a class...
2008-09-01 Dave Rolsky Fix XS so that Class::MOP::Method accessors blow up...
2008-09-01 Dave Rolsky Spell can't correctly
2008-09-01 Dave Rolsky Make test descriptions clearer
2008-08-29 Dave Rolsky Update changes for 0.64_07 0.64_07
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
2008-08-29 Dave Rolsky The package names were wrong for some of the XS subs...
2008-08-29 Dave Rolsky Some small tweak to how we load XS, most notably shutti...
2008-08-29 Dave Rolsky Fix the instance metaclass incompatibility error to...
2008-08-28 Dave Rolsky Fix comment speling
2008-08-28 Dave Rolsky When checking for a valid class name, actually use...
2008-08-28 Dave Rolsky add changes for next release
2008-08-28 Dave Rolsky Check that class name is actually a valid class name...
2008-08-28 Dave Rolsky Instead of loading by path, we let Perl do its thing...
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
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...
next