summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to ExtUtils-ParseXS-2.16. There actually are a couple ofSteve Peters2006-09-161-2/+4
* Upgrade to MakeMaker 6.30_04Rafael Garcia-Suarez2006-09-1214-69/+341
* Fix Borland problem with quoted pre-processor macros in response filesRandy W. Sims2006-07-181-2/+7
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant'...Jarkko Hietaniemi2006-07-133-5/+30
* Synchronize ExtUtils::Instal 1.41Yves Orton2006-07-023-3/+3
* Encode run-time relocation of file names in packlist with a relocate_asNicholas Clark2006-05-151-6/+60
* Simplify the implementation in ExtUtils::Packlist::read.Nicholas Clark2006-05-151-17/+5
* Upgrade to ExtUtils-Install-1.40Steve Peters2006-05-041-103/+277
* Allow a macro of "0" to mean "#if 0" for convenient elimination ofNicholas Clark2006-05-011-2/+2
* Upgrade to ExtUtils-Install-1.39Steve Peters2006-04-276-116/+530
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* Fix test portability on non-ASCII platformsSADAHIRO Tomoyuki2006-04-051-1/+1
* Change 27592 disabled the building of manpages for non core-extensionsGisle Aas2006-04-041-9/+4
* Re: New Module::Build releasedRandy W. Sims2006-03-303-6/+11
* EU::MM::MM_VMS::one_liner must quote "--" argumentCraig A. Berry2006-03-271-2/+2
* restore EU::MM test fixes from 26079, 26813, and 26919Craig A. Berry2006-03-244-5/+16
* Bump version number of ExtUtils::MM_Win32Rafael Garcia-Suarez2006-03-241-1/+1
* Fix broken MM_Win32.t tests following 27590Steve Hay2006-03-241-6/+2
* When MAN3PODS is forced to {} in a Makefile.PL, manpages should not beRafael Garcia-Suarez2006-03-231-1/+3
* No reason to ship MakeMaker's META.ymlRafael Garcia-Suarez2006-03-231-19/+0
* Merge changes from CPAN's EU:MM 6.30_01.Rafael Garcia-Suarez2006-03-2320-237/+471
* Get version numbers in line with what's in the CPANRafael Garcia-Suarez2006-03-236-6/+6
* Adjust docs to reflect that DynaLoader, as of change 27549,Gisle Aas2006-03-221-10/+1
* Upgrade to ExtUtils::CBuilder 0.17Rafael Garcia-Suarez2006-03-175-7/+199
* $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid testSteve Peters2006-02-211-1/+2
* Need to clear CvXSUBANY() too to turn a constant sub into a prototype.Nicholas Clark2006-02-201-1/+3
* Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build...Yves Orton2006-01-311-3/+26
* constant_add_symbol needs to be static, else static builds can fail atNicholas Clark2006-01-231-1/+2
* Tru64: -Uusedl: lib/ExtUtils/t/Embed.tJarkko Hietaniemi2006-01-231-0/+6
* Make Manifest.t do what is says it's doing.Craig A. Berry2006-01-211-2/+10
* Assorted VMS-only MakeMaker fixes for bleadCraig A. Berry2006-01-134-5/+18
* Negating an unsigned value generates warnings for some compilers, soNicholas Clark2006-01-061-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-1/+9
* Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRSRafael Garcia-Suarez2005-12-303-10/+32
* s/%/%%/ in the package name so that it can be used safely in theNicholas Clark2005-12-272-12/+24
* Pass in the full arguments to ExtUtils::Constant::ProxySubsNicholas Clark2005-12-272-19/+110
* As what we're doing is generating subroutines, which are methods, weNicholas Clark2005-12-271-0/+3
* Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget aboutNicholas Clark2005-12-271-1/+1
* Remove the hard wired test numbers in the generated test script forNicholas Clark2005-12-261-77/+120
* Support type UNDEF, and correct a bug in the macro generation by usingNicholas Clark2005-12-261-2/+4
* Add method macro_from_item to encapsulate the entire logic for gettingNicholas Clark2005-12-262-3/+14
* Add a couple of newlines for tidier regen output, consistent with theNicholas Clark2005-12-261-3/+3
* Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,Nicholas Clark2005-12-262-31/+88
* The values for proxy constant subroutines need to be read only.Nicholas Clark2005-12-261-0/+1
* Provide support for types PVN and UNDEF inNicholas Clark2005-12-231-10/+24
* ExtUtils::ParseXS needs to stack $filepathname to make #line directivesNicholas Clark2005-12-231-2/+7
* Add support for PV to ExtUtils::Constant::ProxySubs, and enable itsNicholas Clark2005-12-231-1/+11
* Need to be more careful with the symbol table manipulation - if thereNicholas Clark2005-12-231-6/+14
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-3/+13
* Use inlineable proxy constant subs for SocketNicholas Clark2005-12-231-2/+8