gitmo/Class-MOP.git
2009-02-20 Dave Rolsky Revert back to checking for code compilation failure...
2009-02-20 Dave Rolsky bump the version so I can make svn Moose require this...
2009-02-20 Dave Rolsky Make the meta-instance class take a bare attribute...
2009-02-20 Dave Rolsky I'm a dumbass.
2009-02-20 Dave Rolsky Even better, include the code that failed to compile...
2009-02-20 Dave Rolsky Hey, here's a crazy idea, let's die we try to generate...
2009-02-20 Jesse Luehrs heirachy -> hierarchy
2009-02-19 Dave Rolsky Actually test that this works and fix some unchanged...
2009-02-19 Dave Rolsky Clarify variable naming here
2009-02-14 Dave Rolsky Oh, the irony
2009-02-14 Dave Rolsky bump version to 0.77 0.77
2009-02-14 Dave Rolsky Add release date for 0.77 and fix 0.76 release date
2009-02-14 Dave Rolsky Warn about future removal of backcompat mispelled metho...
2009-02-14 Dave Rolsky Tidy the constructor code
2009-02-14 Florian Ragwitz Changelogging.
2009-02-14 Florian Ragwitz Don't call GvCV on something that's not a GV.
2009-02-14 Florian Ragwitz Add a wrapped_method_metaclass attribute to CMOP::Class.
2009-02-12 Dave Rolsky Update changes for CMOP
2009-02-09 Florian Ragwitz Disable deprecated get_all_packge_symbols in list context.
2009-02-08 Florian Ragwitz Make MOP.xs compile again.
2009-02-08 Dave Rolsky Add changes
2009-02-08 Dave Rolsky Add comment referring people looking at is_class_loaded...
2009-02-08 Dave Rolsky Make the XS version of is_class_loaded smarter about...
2009-02-08 Dave Rolsky remove and ignore manifest
2009-02-08 Dave Rolsky Move next changes to next version
2009-02-08 Dave Rolsky Improve is_class_loaded checking
2009-02-08 Dave Rolsky add a bunch of tests for is_class_loaded
2009-02-08 Dave Rolsky move 306 test to 083 where the other class loading...
2009-02-08 Dave Rolsky this fix of just checking of GV-ness to determine if...
2009-02-05 Shawn M Moore Add get_all_method_names
2009-01-31 Dave Rolsky Document that initialize() returns a cached metaclass...
2009-01-23 Florian Ragwitz Make the pure-perl test generation compatible with...
2009-01-23 Florian Ragwitz Run the pure perl tests on the smokers.
2009-01-22 Dave Rolsky doh, forgot to add a date
2009-01-22 Dave Rolsky update the manifest 0.76
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.
next