| Commit message (Expand) | Author | Age | Files | Lines |
* | For PROXYSUBS, tables may sometimes have no entries. | Jan Dubois | 2010-10-25 | 1 | -4/+6 |
* | use compatible types in a conditional expression | Tony Cook | 2010-10-25 | 1 | -1/+1 |
* | For PROXYSUBS, add an option to push all constants' names onto an array. | Nicholas Clark | 2010-10-23 | 1 | -13/+47 |
* | For PROXYSUBS, allow an explicit XS_SUBNAME of undef to suppress its generation. | Nicholas Clark | 2010-10-23 | 1 | -4/+7 |
* | For PROXYSUBS, also avoid calling get_missing_hash() in the XS constant code. | Nicholas Clark | 2010-10-23 | 1 | -4/+16 |
* | For PROXYSUBS, get the hash from the fetch to pass to the subsequent store. | Nicholas Clark | 2010-10-22 | 1 | -8/+17 |
* | For PROXYSUBS, loop with do {} not while, as there is always at least 1 entry. | Nicholas Clark | 2010-10-22 | 1 | -3/+2 |
* | For PROXYSUBS, avoid calling get_missing_hash() if all symbols are present. | Nicholas Clark | 2010-10-22 | 1 | -61/+56 |
* | For PROXYSUBS, give the notfound struct file scope. | Nicholas Clark | 2010-10-22 | 1 | -8/+11 |
* | Minor refactor of ExtUtils::Constant::ProxySubs. | Nicholas Clark | 2010-10-22 | 2 | -5/+8 |
* | For PROXYSUBS error messages, generate more efficient code for -Uusethreads. | Nicholas Clark | 2010-10-21 | 1 | -4/+21 |
* | Add an option autoload to PROXYSUBS, to generate an AUTOLOAD subroutine. | Nicholas Clark | 2010-10-21 | 1 | -7/+25 |
* | Add option croak_on_error to PROXYSUBS, to directly croak() the error message. | Nicholas Clark | 2010-10-21 | 2 | -4/+38 |
* | Remove unused variable len from code generated by ExtUtils::Constant::ProxySubs | Nicholas Clark | 2010-10-19 | 1 | -2/+0 |
* | Improve the generated C code for $xs_subname for Proxy Constant Subroutines. | Nicholas Clark | 2010-10-19 | 1 | -5/+4 |
* | Add missing newline to macro_to_ifndef in ExtUtils::Constant::Base | Jerry D. Hedden | 2010-09-22 | 1 | -1/+1 |
* | ExtUtils::Constant::ProxySubs should use mro_method_changed_in() if available. | Nicholas Clark | 2010-09-21 | 1 | -1/+10 |
* | Add macro_to_ifndef to ExtUtils::Constant::Base, and use it in place of #else | Nicholas Clark | 2010-09-21 | 2 | -4/+17 |
* | Tweak ExtUtils::Constant::ProxySubs to use hv_exists_ent(). | Nicholas Clark | 2010-09-21 | 1 | -3/+2 |
* | Move ExtUtils::Constant from ext/ to cpan/ | Nicholas Clark | 2009-10-02 | 6 | -0/+3560 |