This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update ExtUtils::ParseXS to 2.20_01
[perl5.git] / lib / ExtUtils / Constant /
2009-06-13 Nicholas ClarkCorrect the NAME in the Pod of ExtUtils::Constant::XS.
2009-01-21 Nicholas ClarkCorrect the call to get_hv() to use GV_ADD for the...
2008-09-15 Nicholas ClarkBump $ExtUtils::Constant::Utils::VERSION.
2007-12-22 Nicholas ClarkIntegrate:
2007-09-10 Nicholas ClarkThe best way not to have the missing subroutines hash...
2007-09-03 Vadim KonovalovRe: [patch-at-31775] Re: [PATCH-revised] [perl #44999]
2007-08-31 Steve HayFix Win32 breakage (code before declaration) caused...
2007-08-30 Jerry D. Hedden[perl #44999] ExtUtils::Constant::ProxySubs not thread...
2007-08-21 Chun Bing Gepatch for lib/ExtUtils/t/Constant.t which failed on...
2007-04-12 Nicholas ClarkBump the VERSION of ExtUtils::Constant::Base.
2007-02-24 Alexey TourbinExtUtils/Constant/Base.pm: use constant folding to...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-07-13 Jarkko Hietaniemiz/OS: non-CPAN ext and lib + main() without the third...
2006-05-01 Nicholas ClarkAllow a macro of "0" to mean "#if 0" for convenient...
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-02-20 Nicholas ClarkNeed to clear CvXSUBANY() too to turn a constant sub...
2006-01-23 Nicholas Clarkconstant_add_symbol needs to be static, else static...
2006-01-06 Nicholas ClarkNegating an unsigned value generates warnings for some...
2005-12-27 Nicholas Clarks/%/%%/ in the package name so that it can be used...
2005-12-27 Nicholas ClarkPass in the full arguments to ExtUtils::Constant::ProxySubs
2005-12-27 Nicholas ClarkAs what we're doing is generating subroutines, which...
2005-12-26 Nicholas ClarkSupport type UNDEF, and correct a bug in the macro...
2005-12-26 Nicholas ClarkAdd method macro_from_item to encapsulate the entire...
2005-12-26 Nicholas ClarkAdd a couple of newlines for tidier regen output, consi...
2005-12-26 Nicholas ClarkThe values for proxy constant subroutines need to be...
2005-12-23 Nicholas ClarkProvide support for types PVN and UNDEF in
2005-12-23 Nicholas ClarkAdd support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Nicholas ClarkNeed to be more careful with the symbol table manipulat...
2005-12-23 Nicholas ClarkSIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas ClarkUse inlineable proxy constant subs for Socket
2005-12-22 Nicholas ClarkUse inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas ClarkMake ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Nicholas ClarkBreak out the code to generate #ifdef/#endif into new...
2005-12-22 Nicholas ClarkBreak out the item normalisation code into a method...
2005-01-28 Nicholas ClarkMore consistent names for all the parameter name/declar...
2005-01-24 Nicholas ClarkCorrect and update comments (before anyone writes in)
2005-01-24 Nicholas ClarkAdd weights to ExtUtils::Constant to allow sorting...
2005-01-23 Nicholas ClarkAssimilate ExtUtils::Constant 0.16