gitmo/Class-MOP.git
2009-09-10 Jesse Luehrs don't break the semantics of _immutable_options so... attic/save_immutable_options
2009-09-10 Jesse Luehrs update Changes
2009-09-10 Jesse Luehrs save immutable options across make_mutable/make_immutable
2009-09-10 Jesse Luehrs add todo test for options to make_immutable being saved
2009-08-20 franck cuny remove a misplaced sentence in the POD
2009-08-19 gfx Refactor mop_get_package_symbols
2009-08-19 gfx Revert "Remove subname() in add_method(). Now add_packa...
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
2009-08-17 franck cuny fix url in POD for meta-model
2009-08-17 gfx Ensure backword compatibility (checked in 5.8.1)
2009-08-17 gfx Add a comment.
2009-08-17 gfx Tiny tweaks in Package.xs
2009-08-17 gfx Remove subname() in add_method(). Now add_package_symbo...
2009-08-17 gfx tiny tweaks
2009-08-16 gfx Merge branch 'master' into topic/symbol-manipulator
2009-08-16 gfx add_package_symbol is no longer called from get_package...
2009-08-16 gfx tab -> space*4
2009-08-16 gfx Refactor XS symbol manipulators
2009-08-15 gfx Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
2009-08-14 Florian Ragwitz Allow metaclasses to be reinitialized from an existing...
2009-08-14 gfx Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
2009-08-13 Dave Rolsky Add release date to Changes 0.92
2009-08-13 Dave Rolsky Tidy Changes
2009-08-13 Dave Rolsky bump version to 0.92
2009-08-13 Dave Rolsky Use double-quotes and quotemeta for inlined hash slot...
2009-08-13 gfx Revert "Default accessor generators to use inline gener...
2009-08-13 gfx Revert "Fix example to define sub is_inline{ 0 }"
2009-08-13 gfx Fix example to define sub is_inline{ 0 }
2009-08-13 gfx Default accessor generators to use inline generators
2009-08-13 gfx Remove unneccessary code
2009-08-13 gfx Fix too much quotemeta in Instance metaclass
2009-08-13 gfx Add source printing code to Method::Generated that...
2009-08-13 gfx Add tests using immulable classes
2009-08-13 gfx Enhance bench/loading-benchmark.pl to try to load blead...
2009-08-12 Shawn M Moore We accept false attribute names now, update the test
2009-08-08 Florian Ragwitz Changelogging.
2009-08-07 Florian Ragwitz Allow attributes to be have a name which is false.
2009-07-29 Dave Rolsky More Changes reformatting tweaks
2009-07-29 Dave Rolsky Merge branch 'stable'
2009-07-29 Dave Rolsky bump version to 0.91 0.91
2009-07-29 Dave Rolsky Add date for release
2009-07-29 Stevan Little whoops forgot the changelog
2009-07-29 Stevan Little emergency fix for bad variable usage
2009-07-29 Dave Rolsky Changes reformatting
2009-07-29 Stevan Little whoops forgot the changelog
2009-07-29 Stevan Little emergency fix for bad variable usage
2009-07-26 Jesse Luehrs update Changes
2009-07-26 Jesse Luehrs update docs for calling ->wrap on a method object
2009-07-26 Jesse Luehrs add tests for wrapping a method metaobject
2009-07-26 Jesse Luehrs clone and rebless when wrapping a method object
2009-07-22 Hans Dieter... move Changes to an unreleased version
2009-07-22 Hans Dieter... Merge branch 'master' into method_map_move
2009-07-22 gfx Implement naming routine in add_package_symbol(xsub...
2009-07-22 gfx Fix RT #48072 using isGV_with_GP directly, which is...
2009-07-22 gfx Update ppport.h to 3.19
2009-07-22 gfx Update dependencies in README
2009-07-21 Dave Rolsky Add a release date 0.90
2009-07-21 Dave Rolsky bump version to 0.90
2009-07-21 Dave Rolsky Update changelog for 0.90
2009-07-19 gfx Optimize symbol manipulators
2009-07-19 gfx Remove a "no strict 'refs'" statement
2009-07-19 gfx fix symbol manipulators
2009-07-17 Stash Fix exception when $_ is modified in before/after.
2009-07-16 gfx Remove pure perl implementations
2009-07-16 gfx Package symbol manipulators into XS
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 Florian Ragwitz Don't fail if a coderef's GV doesn't have a stash.
2009-07-15 Dave Rolsky More code tidying
2009-07-15 Dave Rolsky Fix a typo in Changes
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 gfx Fix bench/foo.pl
2009-07-15 gfx Profile script for KiokuDB
2009-07-15 Shawn M Moore Note about JPA's sponsorship and the importance of...
2009-07-15 Shawn M Moore Changes entry for gfx/topic/reduce-inline-constructor
2009-07-15 Shawn M Moore Merge branch 'topic/reduce-inline-constructor' of git...
2009-07-15 Shawn M Moore Changes entry for gfx/topic/no-get_method_map
2009-07-15 Shawn M Moore Merge branch 'topic/no-get_method_map' of git://github...
2009-07-15 gfx Improve profiling script. Type "perl bench/profile...
2009-07-15 gfx Extend bench/loading-benchmark.pl
2009-07-15 gfx Move __class_to_pmfile() in load_first_existing_class...
2009-07-12 Shawn M Moore wrap_method_body is in Package now
2009-07-12 Hans Dieter... 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 Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
2009-07-12 gfx Cache init_arg() in _generate_slot_initializer()
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
next