gitmo/Class-MOP.git
2009-01-22 Dave Rolsky bump all the versions to 0.76
2009-01-22 Dave Rolsky update changes
2009-01-22 Dave Rolsky document USING_XS constant
2009-01-22 Dave Rolsky rephrase skip_all test
2009-01-22 Dave Rolsky remove a useless comment
2009-01-22 Dave Rolsky try to make t/306_is_class_loaded.t skip except when...
2009-01-22 Dave Rolsky Skip all the tests unless using XS and Perl < 5.10.
2009-01-22 Dave Rolsky Add a line break for readability(-ishness)
2009-01-22 Dave Rolsky Reformat _eval_closure a bit and don't use q!! (used...
2009-01-17 Yuval Kogman Merge method_generation_cleanup branch
2009-01-17 Yuval Kogman add _compile_code, a wrapper for _eval_closure and...
2009-01-14 Dave Rolsky Merge from trunk to method_generation_cleanup branch...
2009-01-14 Dave Rolsky Oops, needed that voodoo
2009-01-14 Dave Rolsky Remove some useless voodoo, and tidy
2009-01-14 Dave Rolsky Fix test description to match names used in test
2009-01-14 Jesse Luehrs get_method_map, find_method_by_name, and remove_method...
2009-01-12 Tomas Doran TODO test showing differences between xs and pp version...
2009-01-12 Yuval Kogman add definition_context
2009-01-11 Dave Rolsky Remove commented-out bit of code
2009-01-07 Shawn M Moore Instead of appending to the pp test file, replace it.
2009-01-07 Shawn M Moore Metaclass-cache documentation cleanups
2009-01-07 Shawn M Moore Typo fix
2009-01-07 Florian Ragwitz Turn generation of pure perl tests into a makefile...
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-12-31 Dave Rolsky Oops, today is Wednesday
2008-12-31 Dave Rolsky fix tests broken by the fix to make immutable transform... 0.75
2008-12-31 Dave Rolsky Tidy this file
2008-12-31 Dave Rolsky bump version to 0.75
2008-12-31 Dave Rolsky Fix a bug where a class made immutable and then mutable...
2008-12-30 Dave Rolsky Fix wording of a change
2008-12-25 Florian Ragwitz Remove prototypes from MOP.xs. The pure perl implementa...
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-25 Florian Ragwitz Changelogging.
2008-12-25 Florian Ragwitz Avoid macro expansion of 'name' in PREHASH_KEY.
2008-12-25 Florian Ragwitz Whops. s/VALUE/VERSION/;
2008-12-25 Florian Ragwitz Don't require the hash key to be specified twice in...
2008-12-24 Florian Ragwitz Make it easier to add new prehashed hash keys.
2008-12-22 Florian Ragwitz Stop gcc from warning.
2008-12-22 Florian Ragwitz Precompute hashes for VERSION and ISA.
2008-12-22 Florian Ragwitz Add an xs implementation of Class::MOP::is_class_loaded.
2008-12-19 Dave Rolsky Show around on both sides of primary (it is around...
2008-12-16 Dave Rolsky bump version 0.73
2008-12-16 Dave Rolsky Update changes for next release
2008-12-15 Todd Hepler typo fix
2008-12-14 Florian Ragwitz Revert "Allow attribute defaults to be objects with...
2008-12-13 Florian Ragwitz More changelogging.
2008-12-13 Florian Ragwitz Changelogging.
2008-12-13 Florian Ragwitz Allow attribute defaults to be objects with overloaded...
2008-12-13 Florian Ragwitz Make mop_check_package_cache_flag work on 5.10, even...
2008-12-12 Matt S Trout only close over the default values, don't actually...
2008-12-12 Matt S Trout Merge 'trunk' into 'method_generation_cleanup'
2008-12-12 Matt S Trout switch to hashref-based _eval_closure
2008-12-09 Shlomi Fish Fixed some of the tests under perl -d.
2008-12-09 Chris Prather add breadcrumbs to describe the Inheritance hierarchy...
2008-12-08 Dave Rolsky bump version to 0.72 0.72
2008-12-08 Dave Rolsky Add release date
2008-12-08 Dave Rolsky Clarify change
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-05 Matt S Trout break out method generation into an _eval_closure method
2008-12-05 Matt S Trout create MOP branch for method generation cleanup
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/.
next