Upgrade to CPAN-1.88_53.
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Constant /
2006-07-13 Jarkko Hietaniemi z/OS: non-CPAN ext and lib + main() without the third...
2006-05-01 Nicholas Clark Allow a macro of "0" to mean "#if 0" for convenient...
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-02-20 Nicholas Clark Need to clear CvXSUBANY() too to turn a constant sub...
2006-01-23 Nicholas Clark constant_add_symbol needs to be static, else static...
2006-01-06 Nicholas Clark Negating an unsigned value generates warnings for some...
2005-12-27 Nicholas Clark s/%/%%/ in the package name so that it can be used...
2005-12-27 Nicholas Clark Pass in the full arguments to ExtUtils::Constant::ProxySubs
2005-12-27 Nicholas Clark As what we're doing is generating subroutines, which...
2005-12-26 Nicholas Clark Support type UNDEF, and correct a bug in the macro...
2005-12-26 Nicholas Clark Add method macro_from_item to encapsulate the entire...
2005-12-26 Nicholas Clark Add a couple of newlines for tidier regen output, consi...
2005-12-26 Nicholas Clark The values for proxy constant subroutines need to be...
2005-12-23 Nicholas Clark Provide support for types PVN and UNDEF in
2005-12-23 Nicholas Clark Add support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Nicholas Clark Need to be more careful with the symbol table manipulat...
2005-12-23 Nicholas Clark SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas Clark Use inlineable proxy constant subs for Socket
2005-12-22 Nicholas Clark Use inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas Clark Make ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Nicholas Clark Break out the code to generate #ifdef/#endif into new...
2005-12-22 Nicholas Clark Break out the item normalisation code into a method...
2005-01-28 Nicholas Clark More consistent names for all the parameter name/declar...
2005-01-24 Nicholas Clark Correct and update comments (before anyone writes in)
2005-01-24 Nicholas Clark Add weights to ExtUtils::Constant to allow sorting...
2005-01-23 Nicholas Clark Assimilate ExtUtils::Constant 0.16