| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the call to get_hv() to use GV_ADD for the flags, rather than TRUE. | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Bump $ExtUtils::Constant::Utils::VERSION. | Nicholas Clark | 2008-09-15 | 1 | -1/+1 |
* | Integrate: | Nicholas Clark | 2007-12-22 | 1 | -3/+28 |
* | The best way not to have the missing subroutines hash trample all over | Nicholas Clark | 2007-09-10 | 1 | -5/+48 |
* | Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999] | Vadim Konovalov | 2007-09-03 | 1 | -5/+2 |
* | Fix Win32 breakage (code before declaration) caused by #31766 | Steve Hay | 2007-08-31 | 1 | -11/+13 |
* | [perl #44999] ExtUtils::Constant::ProxySubs not thread-safe | Jerry D. Hedden | 2007-08-30 | 1 | -13/+15 |
* | patch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform | Chun Bing Ge | 2007-08-21 | 1 | -1/+1 |
* | Bump the VERSION of ExtUtils::Constant::Base. | Nicholas Clark | 2007-04-12 | 1 | -1/+1 |
* | ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code | Alexey Tourbin | 2007-02-24 | 1 | -7/+7 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -3/+12 |
* | z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'... | Jarkko Hietaniemi | 2006-07-13 | 1 | -2/+10 |
* | Allow a macro of "0" to mean "#if 0" for convenient elimination of | Nicholas Clark | 2006-05-01 | 1 | -2/+2 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -2/+2 |
* | Need to clear CvXSUBANY() too to turn a constant sub into a prototype. | Nicholas Clark | 2006-02-20 | 1 | -1/+3 |
* | constant_add_symbol needs to be static, else static builds can fail at | Nicholas Clark | 2006-01-23 | 1 | -1/+2 |
* | Negating an unsigned value generates warnings for some compilers, so | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
* | s/%/%%/ in the package name so that it can be used safely in the | Nicholas Clark | 2005-12-27 | 1 | -9/+15 |
* | Pass in the full arguments to ExtUtils::Constant::ProxySubs | Nicholas Clark | 2005-12-27 | 1 | -9/+107 |
* | As what we're doing is generating subroutines, which are methods, we | Nicholas Clark | 2005-12-27 | 1 | -0/+3 |
* | Support type UNDEF, and correct a bug in the macro generation by using | Nicholas Clark | 2005-12-26 | 1 | -2/+4 |
* | Add method macro_from_item to encapsulate the entire logic for getting | Nicholas Clark | 2005-12-26 | 2 | -3/+14 |
* | Add a couple of newlines for tidier regen output, consistent with the | Nicholas Clark | 2005-12-26 | 1 | -3/+3 |
* | The values for proxy constant subroutines need to be read only. | Nicholas Clark | 2005-12-26 | 1 | -0/+1 |
* | Provide support for types PVN and UNDEF in | Nicholas Clark | 2005-12-23 | 1 | -10/+24 |
* | Add support for PV to ExtUtils::Constant::ProxySubs, and enable its | Nicholas Clark | 2005-12-23 | 1 | -1/+11 |
* | Need to be more careful with the symbol table manipulation - if there | Nicholas Clark | 2005-12-23 | 1 | -6/+14 |
* | SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL | Nicholas Clark | 2005-12-23 | 1 | -3/+13 |
* | Use inlineable proxy constant subs for Socket | Nicholas Clark | 2005-12-23 | 1 | -2/+8 |
* | Use inlineable proxy constant subs for POSIX. | Nicholas Clark | 2005-12-22 | 2 | -28/+89 |
* | Make ExtUtils::Constant generate the inlineable proxy constant subs. | Nicholas Clark | 2005-12-22 | 1 | -0/+250 |
* | Break out the code to generate #ifdef/#endif into new methods | Nicholas Clark | 2005-12-22 | 1 | -21/+33 |
* | Break out the item normalisation code into a method normalise_items. | Nicholas Clark | 2005-12-22 | 1 | -76/+92 |
* | More consistent names for all the parameter name/declaration methods | Nicholas Clark | 2005-01-28 | 2 | -17/+17 |
* | Correct and update comments (before anyone writes in) | Nicholas Clark | 2005-01-24 | 1 | -7/+6 |
* | Add weights to ExtUtils::Constant to allow sorting by expected | Nicholas Clark | 2005-01-24 | 2 | -12/+30 |
* | Assimilate ExtUtils::Constant 0.16 | Nicholas Clark | 2005-01-23 | 3 | -0/+1331 |