gitmo/Class-MOP.git
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-18 Dave Rolsky Not document CMOP::Method::Constructor->options
2009-03-18 Dave Rolsky Anchor the regex properly
2009-03-18 Dave Rolsky Ignore manifest
2009-03-18 Dave Rolsky Use git for tagging
2009-03-18 Dave Rolsky Ignore all .git.*
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky Add docs to Changes
2009-03-17 Dave Rolsky Some more doc cleanup. Make this pod like the other...
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Some more words in the dictionary
2009-03-17 Dave Rolsky Docs for CMOP::Package
2009-03-17 Dave Rolsky Some more doc cleanup. Make this pod like the other...
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Some more words in the dictionary
2009-03-17 Dave Rolsky Docs for CMOP::Package
2009-03-17 Dave Rolsky Rename CMOP::Module->create to _instantiate_module...
2009-03-17 Dave Rolsky fix a pod error
2009-03-17 Dave Rolsky docs for CMOP::Module
2009-03-17 Dave Rolsky Docs for CMOP::Object
2009-03-17 Dave Rolsky Docs for CMOP::Method::Wrapped
2009-03-17 Dave Rolsky Docs for CMOP::Method::Generated (or really, lack of...
2009-03-17 Dave Rolsky Make the new method in CMOP::Method::Generated throw...
2009-03-17 Dave Rolsky fix a pod error
2009-03-17 Dave Rolsky docs for CMOP::Module
2009-03-17 Dave Rolsky Docs for CMOP::Object
2009-03-17 Dave Rolsky Docs for CMOP::Method::Wrapped
2009-03-17 Dave Rolsky Docs for CMOP::Method::Generated (or really, lack of...
2009-03-17 Dave Rolsky Make the new method in CMOP::Method::Generated throw...
2009-03-17 Dave Rolsky make CMOP::Method::Construct->meta_instance private
2009-03-17 Dave Rolsky The CMOP::Method::Constructor->attributes method is...
2009-03-17 Dave Rolsky Make the generate_* methods in CMOP::Method::Constructo...
2009-03-17 Dave Rolsky make CMOP::Method::Constructor->initialize_body private
2009-03-17 Dave Rolsky Make all the generate_* methods in CMOP::Accessor private.
2009-03-17 Dave Rolsky make CMOP::Method::Accessor->initialize_body private
2009-03-17 Dave Rolsky No need to pass an index to an array when we can pass...
2009-03-17 Dave Rolsky Oops, wrong hash key here
2009-03-17 Dave Rolsky docs for CMOP::Method::Constructor
2009-03-17 Dave Rolsky Fix a small grammar error
2009-03-17 Dave Rolsky Missed a few required options for the constructor
2009-03-17 Dave Rolsky docs for CMOP::Method::Accessor
2009-03-17 Dave Rolsky docs for CMOP::Metohd
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-17 Dave Rolsky No need to pass an index to an array when we can pass...
2009-03-17 Dave Rolsky Oops, wrong hash key here
2009-03-17 Dave Rolsky docs for CMOP::Method::Constructor
2009-03-17 Dave Rolsky Fix a small grammar error
2009-03-17 Dave Rolsky Missed a few required options for the constructor
2009-03-17 Dave Rolsky docs for CMOP::Method::Accessor
2009-03-17 Dave Rolsky docs for CMOP::Metohd
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-16 Dave Rolsky add a warning for the deprecated Class::MOP::Instance...
2009-03-16 Dave Rolsky docs for CMOP::Instance
2009-03-16 Dave Rolsky small tweaks to meta method docs
2009-03-16 Dave Rolsky add docs for meta method
2009-03-16 Dave Rolsky more spelling fixes
2009-03-16 Dave Rolsky proper API docs for CMOP::Immutable
2009-03-16 Dave Rolsky docs for CMOP::Instance
2009-03-16 Dave Rolsky small tweaks to meta method docs
2009-03-16 Dave Rolsky add docs for meta method
2009-03-16 Dave Rolsky more spelling fixes
2009-03-16 Dave Rolsky proper API docs for CMOP::Immutable
2009-03-16 Dave Rolsky Add warnings when calling CMOP::Class->{compute_all_app...
2009-03-16 Dave Rolsky make CMOP::Class->clone_instance private
2009-03-16 Dave Rolsky make create_meta_instance private
2009-03-16 Dave Rolsky make check_metaclass_compatibility private
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
next