This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move checking of CV to GV assigned (OPpASSIGN_CV_TO_GV) from the peephole optimizer...
[perl5.git] / cpan / ExtUtils-Constant /
2010-12-17 Nicholas ClarkRefactor ExtUtils::Constant's tests to pass cleanly...
2010-12-17 Nicholas ClarkRefactor ExtUtils::Constant::Utils backwards compatibil...
2010-12-10 Florian RagwitzLocalise temporary FHs in the EU::Constant tests
2010-10-25 Jan DuboisFor PROXYSUBS, tables may sometimes have no entries.
2010-10-25 Tony Cookuse compatible types in a conditional expression
2010-10-23 Nicholas ClarkFor PROXYSUBS, add an option to push all constants...
2010-10-23 Nicholas ClarkFor PROXYSUBS, allow an explicit XS_SUBNAME of undef...
2010-10-23 Nicholas ClarkFor PROXYSUBS, also avoid calling get_missing_hash...
2010-10-22 Nicholas ClarkFor PROXYSUBS, get the hash from the fetch to pass...
2010-10-22 Nicholas ClarkFor PROXYSUBS, loop with do {} not while, as there...
2010-10-22 Nicholas ClarkFor PROXYSUBS, avoid calling get_missing_hash() if...
2010-10-22 Nicholas ClarkFor PROXYSUBS, give the notfound struct file scope.
2010-10-22 Nicholas ClarkMinor refactor of ExtUtils::Constant::ProxySubs.
2010-10-21 Nicholas ClarkFor PROXYSUBS error messages, generate more efficient...
2010-10-21 Nicholas ClarkAdd an option autoload to PROXYSUBS, to generate an...
2010-10-21 Nicholas ClarkAdd option croak_on_error to PROXYSUBS, to directly...
2010-10-19 Nicholas ClarkRemove unused variable len from code generated by ExtUt...
2010-10-19 Nicholas ClarkImprove the generated C code for $xs_subname for Proxy...
2010-09-22 Jerry D. HeddenAdd missing newline to macro_to_ifndef in ExtUtils...
2010-09-21 Nicholas ClarkExtUtils::Constant::ProxySubs should use mro_method_cha...
2010-09-21 Nicholas ClarkAdd macro_to_ifndef to ExtUtils::Constant::Base, and...
2010-09-21 Nicholas ClarkTweak ExtUtils::Constant::ProxySubs to use hv_exists_ent().
2009-10-02 Nicholas ClarkMove ExtUtils::Constant from ext/ to cpan/