gitmo/Class-MOP.git
2009-03-16 Dave Rolsky make construct_class_instance a private method
2009-03-16 Dave Rolsky Fixed the scrwed up the list of methods which are not...
2009-03-16 Dave Rolsky Pod fixlet
2009-03-16 Dave Rolsky one more mispelled spot to fix
2009-03-16 Dave Rolsky Fix the mispelled method name here too
2009-03-16 Dave Rolsky major revamp of CMOP::Class docs
2009-03-16 Dave Rolsky Fix a mispelled method
2009-03-16 Dave Rolsky Make sure method map is updated after a method is removed
2009-03-16 Dave Rolsky Improve deprecation warning
2009-03-15 Florian Ragwitz Upgrade ppport.h from 3.16 to 3.17.
2009-03-15 Florian Ragwitz Changelogging.
2009-03-15 Florian Ragwitz Upgrade ppport.h from 3.14 to 3.16.
2009-03-15 Florian Ragwitz Stop redefining the prototype for XSUBs.
2009-03-15 Florian Ragwitz Changelogging.
2009-03-15 Florian Ragwitz Do a proper cast go get from I32 to mop_prehashed_key_t.
2009-03-15 Florian Ragwitz Declaring extern functions within a scope doesn't seem...
2009-03-15 Florian Ragwitz Uninline mop_prehashed_{key,hash}_for.
2009-03-14 Dave Rolsky more speling fixes and dictionary updates
2009-03-14 Dave Rolsky Clean up code a bit
2009-03-14 Dave Rolsky Update the spelling dictionary and fix errors in Class...
2009-03-14 Dave Rolsky moved pod tests to xt dir
2009-03-14 Dave Rolsky fix test count
2009-03-14 Dave Rolsky got rid of check_metaclass_compatability method
2009-03-14 Dave Rolsky Kill the back-compat for misspelled check_metaclass_com...
2009-03-14 Dave Rolsky Tidy SYNOPSIS code
2009-03-14 Dave Rolsky make process_accessors private
2009-03-14 Dave Rolsky Gah, kill use_ok and prototypes.
2009-03-14 Dave Rolsky Fix spelling in a comment
2009-03-14 Dave Rolsky Make get_code_info "public"(er)
2009-03-13 Dave Rolsky Document definition_context
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-03-12 Dave Rolsky Lots of doc updates and cleanup.
2009-03-12 Dave Rolsky Revamped the docs for Class::MOP::Attribute
2009-03-12 Dave Rolsky Add a test to ensure that the get_write_method returns...
2009-03-12 Dave Rolsky No space between function name & args in docs.
2009-03-11 Florian Ragwitz Changelogging.
2009-03-11 Florian Ragwitz Implement INSTALL_SIMPLE_READER in terms of INSTALL_SIM...
2009-03-11 Florian Ragwitz Rebuild all c code if mop.h changed.
2009-03-11 Florian Ragwitz Don't make DECLARE_KEY* available for anything but...
2009-03-11 Florian Ragwitz Make the logic easier to follow.
2009-03-11 Florian Ragwitz Inline mop_simple_reader.
2009-03-11 Florian Ragwitz Make it easier to simple xs hashref readers using preha...
2009-03-11 Florian Ragwitz Refactor how prehashed hash keys work.
2009-03-11 Dave Rolsky Formatting fixes
2009-03-10 Florian Ragwitz Spell my name correctly :-/
2009-03-10 Florian Ragwitz Changelogging.
2009-03-10 Florian Ragwitz Prefix all exported symbols with "mop_"
2009-03-10 Florian Ragwitz Remove tabs from c code.
2009-03-10 Florian Ragwitz Merge branch 'xs_reorg'
2009-03-10 Florian Ragwitz Changelogging.
2009-03-10 Florian Ragwitz Remove another unecessarily optional test plan.
2009-03-10 Florian Ragwitz Merge branch 'master' into xs_reorg
2009-03-10 Florian Ragwitz Merge commit 'origin/master'
2009-03-10 Florian Ragwitz Stop segfaulting when trying to get the name from a...
2009-03-10 Florian Ragwitz Remove optional test plan.
2009-03-10 Florian Ragwitz Testcase for get_code_info on a sub that's still being...
2009-03-09 Florian Ragwitz Update .gitignore.
2009-03-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/
2009-03-09 Dave Rolsky Make brace style consistent
2009-03-09 Florian Ragwitz Changelogging.
2009-03-09 Florian Ragwitz Don't iterate over all package symbols only to check...
2009-03-09 Florian Ragwitz Refactor get_all_package_symbols to allow short-circuiting.
2009-03-09 Florian Ragwitz Don't reimplement parts of get_all_package_symbols...
2009-03-09 Florian Ragwitz Add test for load_class on stashes with GVs without...
2009-03-08 Shawn M Moore Add the change I made to Changes
2009-03-08 Shawn M Moore This change was for Class::MOP not Moose
2009-03-08 Shawn M Moore Semi-hack to fix the rebless + overload behavior on 5.8
2009-03-08 Shawn M Moore Add failing test (on 5.8.8 anyway) for rebless + overload
2009-03-08 Shawn M Moore More gitignore files
2009-02-26 Dave Rolsky Perltidy this code
2009-02-26 Dave Rolsky No need for Sub::Identify
2009-02-26 Dave Rolsky Make the changes for 0.78 a little more useful
2009-02-24 Dave Rolsky bump version and update Changes for a release 0.78
2009-02-22 Dave Rolsky Update changes for release 0.77_01
2009-02-22 Dave Rolsky Switch back to Module::Install.
2009-02-22 Dave Rolsky renumber to 0.77_01 for a dev release
2009-02-22 Dave Rolsky Remove all the pure Perl bits to go XS-only
2009-02-20 Dave Rolsky Tweak code to be more consistent
2009-02-20 Dave Rolsky Add a test for a problem that the Moose tests were...
2009-02-20 Dave Rolsky Add a test for adding a method modifier to a method...
2009-02-20 Dave Rolsky Spell withdrawal correctly
2009-02-20 Dave Rolsky Add a test for wrapping a method which doesn't exist.
2009-02-20 Dave Rolsky Make the error message for an unfound method (that...
2009-02-20 Dave Rolsky perltidy this test file
2009-02-20 Dave Rolsky Fix one more instance of passing a quoted attr name
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.
next