gitmo/Class-MOP.git
2008-12-08 Dave Rolsky Very small grammar tweak.
2008-12-08 Shawn M Moore Put this change under the correct version
2008-12-08 Shawn M Moore Doc fix for CMOP::Method from sorear
2008-12-07 Dave Rolsky No, Sartak, you cannot retroactively add code to a...
2008-12-07 Shawn M Moore Rename the test class from "Base" because case insensit...
2008-12-07 Shawn M Moore Changelog entry
2008-12-07 Shawn M Moore Pass options to Class::MOP::Package->_new (fixes failin...
2008-12-05 Florian Ragwitz Fix a few more style issues in MOP.xs.
2008-12-05 Florian Ragwitz Tell ppport.h that we need newRV_noinc.
2008-12-05 Dave Rolsky add typemap to MANIFEST 0.71_02
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-05 Florian Ragwitz Changelogging.
2008-12-05 Florian Ragwitz 0.71_01 is already released. Move changelog entries...
2008-12-05 Florian Ragwitz get_method_map already is xsified.
2008-12-05 Florian Ragwitz Fail if hv_store fails.
2008-12-05 Florian Ragwitz use style; in MOP.xs.
2008-12-05 Florian Ragwitz Make the c get_code_info static.
2008-12-05 Florian Ragwitz A few simplifications to xs get_method_map.
2008-12-05 Florian Ragwitz Don't check if the xs version of get_method_map is...
2008-12-05 Florian Ragwitz Factor out a c version of get_code_info. Make get_metho...
2008-12-05 Florian Ragwitz Make get_all_package_symbols return a hashref in scalar...
2008-12-05 Florian Ragwitz Factor a c function doing all the hard work out of...
2008-12-04 Dave Rolsky Make inlined_constructor return an actual method, not...
2008-12-04 Dave Rolsky Add an attribute to CMOP::Immutable, inlined_constructo...
2008-12-04 Dave Rolsky If replace_constructor is true we do not check whether...
2008-12-04 Dave Rolsky Add a can_be_inlined method to CMOP::Method::Constructo...
2008-12-04 Dave Rolsky add a description to a test which did not have one
2008-12-04 Dave Rolsky Fix comment which totally disagreed with code it commen...
2008-12-04 Dave Rolsky More refactorings to break down immutabilization into...
2008-12-04 Dave Rolsky Fix a method name to actually reflect what it does
2008-12-04 Dave Rolsky Sort the lists we iterate through to make finding a...
2008-12-04 Dave Rolsky These tests reversed the got/expected order to is_deepl...
2008-12-04 Dave Rolsky More refactorings - short circuit out of various method...
2008-12-04 Dave Rolsky Refactor the make_metaclass_immutable method into a...
2008-12-04 Dave Rolsky skip .gitignore 0.71_01
2008-12-04 Florian Ragwitz Add .gitignore.
2008-12-04 Florian Ragwitz Make the xs code work if RVs are IVs (again!).
2008-12-04 Dave Rolsky update MANIFEST
2008-12-04 Florian Ragwitz Silence a gcc warning.
2008-12-04 Dave Rolsky update version for release and update changes
2008-12-04 Florian Ragwitz s/parent/base/.
2008-12-04 Florian Ragwitz Don't stringify the globs of stub functions.
2008-12-04 Dave Rolsky Small change tweaks
2008-12-04 Florian Ragwitz Changelog entry for the stub method crap.
2008-12-04 Florian Ragwitz Test execution of stub meta methods after the stub...
2008-12-04 Florian Ragwitz Add tests for RT#41255.
2008-12-04 Florian Ragwitz Depend on B.
2008-12-04 Florian Ragwitz Make the perl version of get_all_package_symbols handle...
2008-12-04 Florian Ragwitz Make the xs version of get_method_map include stub...
2008-12-04 Florian Ragwitz Make the xs version of get_all_package_symbols return...
2008-12-04 Florian Ragwitz Test that stub functions are handled like every other...
2008-12-04 Florian Ragwitz Properly initialize values that'll be checked in boolea...
2008-12-04 Florian Ragwitz Remove trailing whitespace.
2008-12-03 Dave Rolsky Document XS get_method_map
2008-12-03 Dave Rolsky Fix spacing
2008-12-03 Dave Rolsky Restore the doubled parens, cause they shut up gcc...
2008-12-03 Dave Rolsky Redo get_method_map with PPCODE (and fix indentation)
2008-12-03 Dave Rolsky A bunch of style tweaks to try to get things more consi...
2008-12-03 Dave Rolsky This is a tweaked version of Goro Fuji's XS implementat...
2008-12-03 Dave Rolsky Mention my perf tweaks in Changes
2008-12-03 Shawn M Moore When we memoize methods, get their results lazily to...
2008-12-03 Shawn M Moore Avoid calling $self->metaclass->meta again and again
2008-12-03 Dave Rolsky ->wrap is documented as a constructor, so it should...
2008-12-02 Dave Rolsky Avoid calling get_method_map when possible. Instead...
2008-12-02 Dave Rolsky Made creating the immutable class lazy
2008-12-02 Dave Rolsky Get class name into a local var earlier
2008-11-29 Shawn M Moore Doc using the new method->execute API
2008-11-29 Shawn M Moore Class::MOP::Method->execute
2008-11-26 Dave Rolsky Add release date 0.71
2008-11-26 Dave Rolsky bump _all_ the versions to 0.71
2008-11-26 Tomas Doran Bump version number as Moose needs trunk MOP (r6678)
2008-11-25 Shawn M Moore Use the same _is_valid_class_name check in is_class_loaded
2008-11-25 Shawn M Moore Document the small refactor I did
2008-11-25 Shawn M Moore Typo fix
2008-11-25 Shawn M Moore Move the actual module/package creation from Class...
2008-11-19 Dave Rolsky Doh, I'm retarded. 0.70_01
2008-11-18 Dave Rolsky update Changes and make version 0.69_01 0.69_01
2008-11-15 Florian Ragwitz Don't declare return values for PPCODE.
2008-11-15 Florian Ragwitz Silence some compiler warnings.
2008-11-15 Florian Ragwitz Don't try to get a CV from globs that are references...
2008-11-14 Dave Rolsky update manifest 0.70
2008-11-14 Dave Rolsky s/bus error/segfault/
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
2008-11-14 Dave Rolsky none of this use_ok nonsense
2008-11-14 Florian Ragwitz Don't mortalize the CVs behind inlined constants in...
2008-11-14 Florian Ragwitz Add a failing testcase for get_all_package_symbols...
2008-11-14 Dave Rolsky Depend on Task::Weaken so we know we have an XS Scalar...
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-11-07 Dave Rolsky Class::MOP::Class->add_method does not accept any param...
2008-11-07 Dave Rolsky Added introspection methods for method modifiers, along...
2008-11-07 Dave Rolsky Tidy this bizarrely indented code before adding more...
2008-11-07 Dave Rolsky Remove use_ok tests
2008-11-04 Dave Rolsky Fix some bizarro code left behind by a much earlier...
2008-10-24 Dave Rolsky Oops, wrong date
2008-10-24 Dave Rolsky Add release date. 0.68
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-23 Dave Rolsky Oops, accidenttaly bumped version in a change log entry.
2008-10-22 Tomas Doran I'm about to do a Moose change which requires trunk...
2008-10-22 Tomas Doran Change load_first_existing_class to return the name...
next