Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Class.pm
2009-07-21 Dave Rolsky bump version to 0.90
2009-07-19 gfx fix symbol manipulators
2009-07-16 gfx Method modifier tweaks. Add missing Wrapped::_new()
2009-07-15 gfx Remove has_method() in _immutable_metaclass(), which...
2009-07-15 gfx Remove unnecessary calls of has_method()
2009-07-15 Dave Rolsky tidy new code from Goro
2009-07-15 gfx various tweaks, and refactor _instantiate_module not...
2009-07-15 gfx no get_method_map in get_all_method_names
2009-07-15 Shawn M Moore Merge branch 'topic/reduce-inline-constructor' of git...
2009-07-15 Shawn M Moore Merge branch 'topic/no-get_method_map' of git://github...
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-12 gfx Implement an idea of reducing inline constructors in...
2009-07-12 gfx add_attribute tweaks
2009-07-12 gfx no get_method_map in get_method_list
2009-07-12 gfx Remove method object generation stuff, which is no...
2009-07-11 Jesse Luehrs this syntax apparently hasn't worked in a while
2009-07-10 gfx refactoring no-get_method_map with package symmbol...
2009-07-10 gfx Improve get_method/has_method/add_method not to use...
2009-07-07 Dave Rolsky Revert "give unique names to method modifiers"
2009-07-07 Dave Rolsky Revert "really try to make method modifier names unique"
2009-07-07 Dave Rolsky really try to make method modifier names unique
2009-07-07 Dave Rolsky give unique names to method modifiers
2009-07-06 Dave Rolsky apply patch from Goro Fuji for anon class mem leak
2009-07-03 Dave Rolsky bump version to 0.89
2009-07-03 Dave Rolsky Remove some cruft left over from earlier experimentation
2009-06-30 Dave Rolsky Fixes to accomodate a metaclass which is an anon subcla...
2009-06-30 Dave Rolsky The immutable class's metaclass should be an object...
2009-06-30 Dave Rolsky What the heck, make the new immutable subclass immutabl...
2009-06-30 Dave Rolsky almost all tests passing!
2009-06-30 Dave Rolsky There's no point making the new metaclass for immutable...
2009-06-30 Dave Rolsky Improve error message for metaclass incompat errors
2009-06-23 Dave Rolsky bump version to 0.88
2009-06-23 Jesse Luehrs need to initialize a moose meta if called from Moose...
2009-06-22 Dave Rolsky Remove references to Moose
2009-06-22 Jesse Luehrs document the __INSTANCE__ thing being pushed back to...
2009-06-21 Jesse Luehrs push the __INSTANCE__ parameter back into cmop
2009-06-21 Dave Rolsky bump version to 0.87
2009-06-21 Dave Rolsky spelling and dictionary fixes
2009-06-21 Dave Rolsky Make sure we always local-ize $@ and $SIG{__DIE__}...
2009-06-21 Dave Rolsky Make sure to local-ize $@ and $SIG{__DIE__} for each...
2009-06-21 Dave Rolsky Minor doc formatting tweak
2009-06-21 Dave Rolsky Minor code formatting tweaks
2009-06-21 Dave Rolsky Docs for immutability
2009-06-21 Dave Rolsky Add tests for inline {con,de}structor warnings and...
2009-06-16 Dave Rolsky bump version to 0.86
2009-06-16 Dave Rolsky Tweak some code for clarity and formatting
2009-06-15 Dave Rolsky Remove commented-out code (this is why we have source...
2009-06-15 Dave Rolsky Revert caching of added methods, since that caused...
2009-06-11 Dylan William Hardison Bug fix: DESTROY was being overridden by make_immutable.
2009-06-09 Jay Kuri Added note to make clear that get_attribute does not...
2009-06-06 Dave Rolsky bump version and update Changes
2009-05-28 Shawn M Moore Add a hook for _superclasses_updated
2009-05-23 Yuval Kogman Only use subname on __ANON__ code refs
2009-05-19 Shawn M Moore Add direct_subclasses method, also tests for that and...
2009-05-12 Dave Rolsky bump version to 0.84 0.84
2009-05-08 nperez Change the writer for insertion_order to include an...
2009-05-08 nperez and it would be a good idea to use the writer
2009-05-08 nperez insertion order should be zero based, obviously
2009-05-08 nperez Populate insertion_order when attributes are added
2009-04-30 Chris Prather 05:27 <@autarch> just import them in both Moose & CMOP
2009-04-30 Chris Prather forgot to "use" Devel::GlobalDestruction after our...
2009-04-30 Chris Prather remove Class::MOP::subname and Class::MOP::in_global_de...
2009-04-27 Florian Ragwitz Fix pod indenting.
2009-04-27 Florian Ragwitz Fix pod typos.
2009-04-25 Dave Rolsky bump version to 0.83
2009-04-24 Dave Rolsky bump version to 0.82_02
2009-04-23 Dave Rolsky Make immutable_metaclass private and move it so it...
2009-04-23 Dave Rolsky bump version to 0.82_01
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.82 0.82
2009-04-20 Dave Rolsky More perltidying abuse of CMOP::Class
2009-04-20 Yuval Kogman reformat
2009-04-20 Yuval Kogman allow safe overriding of immutable_trait
2009-04-19 Yuval Kogman Remove immutable transformer
2009-04-08 Yuval Kogman pass in args for all deprecated methods
2009-04-07 Dave Rolsky bump version to 0.81 0.81
2009-04-07 Florian Ragwitz Include stack traces in the deprecation warnings.
2009-04-05 Dave Rolsky bump version to 0.80_01
2009-04-05 Dave Rolsky Doh, had the wrong method name in the deprecation warning
2009-04-05 Dave Rolsky memoize get_all_attributes, not compute_all_applicable_...
2009-04-05 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-04-05 Dave Rolsky deprecate compute_all_applicable_attributes
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
2009-04-01 Dave Rolsky bump version
2009-03-31 Shawn M Moore Remove the pure-perl fallback of CMOP::Class->subclasses
2009-03-28 Shawn M Moore rebless_instance fixes and no-metaing
2009-03-28 Shawn M Moore Another error change
2009-03-28 Shawn M Moore Better error message given that we're trying to ignore...
2009-03-27 Dave Rolsky bump version and update Changes 0.79
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-24 Shawn M Moore Document rebless_instance_away as part of rebless_instance
2009-03-24 Shawn M Moore Add a rebless_instance_away hook
2009-03-24 Shawn M Moore Use blessed instead of ref to get an instance's class...
2009-03-23 Dave Rolsky bump version so Moose has something to depend on
2009-03-22 Dave Rolsky Merge branch 'master' into refactor-immutable
2009-03-19 Dave Rolsky Using goto is very subclass-unfriendly, and breaks...
2009-03-19 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-19 Dave Rolsky More refactoring of immutable code to make it easy...
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky Missing docs on method metaclass names
next