summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-Constant
Commit message (Expand)AuthorAgeFilesLines
* ExtUtils-Constant: Fix to work on EBCDICKarl Williamson2022-04-172-2/+6
* Fix indirect method call in ExtUtils::Constant testDagfinn Ilmari Mannsåker2020-07-301-1/+1
* Bump version to 0.25.Nicholas Clark2018-04-181-1/+1
* ExtUtils::Constant fix "panic: failed to extend arg stack"Daniel Dragan2018-04-181-1/+1
* Bump version to 0.24_50.Nicholas Clark2018-04-181-1/+1
* Bump ExtUtils::Constant version to 0.24.Nicholas Clark2017-08-081-1/+1
* ExtUtils::Constant: Remove impediment to compiling under C++11Karl Williamson2017-08-081-3/+4
* EU::Constant: avoid 'uninit' warningDavid Mitchell2017-08-081-3/+3
* ExtUtils::Constant - better machine code on threaded perlDaniel Dragan2017-08-081-10/+8
* Typo fixes.Nicholas Clark2017-08-082-5/+6
* Avoid compiler warnings due to mismatched types in *printf format strings.Robin Barker2017-08-081-3/+4
* Fix ExtUtils::Constant test failure on VMS.Craig A. Berry2013-05-311-27/+3
* Refactor ExtUtils::Constant's tests to pass cleanly on older versions.Nicholas Clark2010-12-171-11/+24
* Refactor ExtUtils::Constant::Utils backwards compatibility code.Nicholas Clark2010-12-171-16/+20
* Localise temporary FHs in the EU::Constant testsFlorian Ragwitz2010-12-101-0/+3
* For PROXYSUBS, tables may sometimes have no entries.Jan Dubois2010-10-251-4/+6
* use compatible types in a conditional expressionTony Cook2010-10-251-1/+1
* For PROXYSUBS, add an option to push all constants' names onto an array.Nicholas Clark2010-10-231-13/+47
* For PROXYSUBS, allow an explicit XS_SUBNAME of undef to suppress its generation.Nicholas Clark2010-10-231-4/+7
* For PROXYSUBS, also avoid calling get_missing_hash() in the XS constant code.Nicholas Clark2010-10-231-4/+16
* For PROXYSUBS, get the hash from the fetch to pass to the subsequent store.Nicholas Clark2010-10-221-8/+17
* For PROXYSUBS, loop with do {} not while, as there is always at least 1 entry.Nicholas Clark2010-10-221-3/+2
* For PROXYSUBS, avoid calling get_missing_hash() if all symbols are present.Nicholas Clark2010-10-221-61/+56
* For PROXYSUBS, give the notfound struct file scope.Nicholas Clark2010-10-221-8/+11
* Minor refactor of ExtUtils::Constant::ProxySubs.Nicholas Clark2010-10-222-5/+8
* For PROXYSUBS error messages, generate more efficient code for -Uusethreads.Nicholas Clark2010-10-211-4/+21
* Add an option autoload to PROXYSUBS, to generate an AUTOLOAD subroutine.Nicholas Clark2010-10-211-7/+25
* Add option croak_on_error to PROXYSUBS, to directly croak() the error message.Nicholas Clark2010-10-212-4/+38
* Remove unused variable len from code generated by ExtUtils::Constant::ProxySubsNicholas Clark2010-10-191-2/+0
* Improve the generated C code for $xs_subname for Proxy Constant Subroutines.Nicholas Clark2010-10-191-5/+4
* Add missing newline to macro_to_ifndef in ExtUtils::Constant::BaseJerry D. Hedden2010-09-221-1/+1
* ExtUtils::Constant::ProxySubs should use mro_method_changed_in() if available.Nicholas Clark2010-09-211-1/+10
* Add macro_to_ifndef to ExtUtils::Constant::Base, and use it in place of #elseNicholas Clark2010-09-212-4/+17
* Tweak ExtUtils::Constant::ProxySubs to use hv_exists_ent().Nicholas Clark2010-09-211-3/+2
* Move ExtUtils::Constant from ext/ to cpan/Nicholas Clark2009-10-026-0/+3560