The best way not to have the missing subroutines hash trample all over
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Constant / ProxySubs.pm
2007-09-10 Nicholas Clark The best way not to have the missing subroutines hash...
2007-09-03 Vadim Konovalov Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999]
2007-08-31 Steve Hay Fix Win32 breakage (code before declaration) caused...
2007-08-30 Jerry D. Hedden [perl #44999] ExtUtils::Constant::ProxySubs not thread...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
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 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...