gitmo/Class-MOP.git
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.
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
next