summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for pod2man() in ExtUtils::Command::MM to work with Steve Peters2005-12-231-3/+2
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-222-28/+89
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-222-17/+284
* Break out the code to generate #ifdef/#endif into new methodsNicholas Clark2005-12-221-21/+33
* Break out the item normalisation code into a method normalise_items.Nicholas Clark2005-12-221-76/+92
* Suppress leaked warnings in ExtUtils testsDominic Dunlop2005-11-102-2/+2
* Making ExtUtils::Constant compatible with Perl 5.004Sébastien Aperghis-Tramoni2005-10-311-3/+13
* Upgrade to ExtUtils-ParseXS-2.15.Steve Peters2005-10-161-1/+1
* Upgraded to ExtUtils-ParseXS-2.14.Steve Peters2005-10-091-3/+5
* It would be nice to upgrade the right file. Double grrrrr.Steve Peters2005-10-091-2/+11
* Upgrade to ExtUtils-ParseXS-2.13Steve Peters2005-10-041-1/+1
* Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to Steve Peters2005-10-045-6/+70
* Clean up CBuilder and ParseXS test filesSteve Hay2005-09-295-4/+11
* Upgrade to ExtUtils::CBuilder 0.14Steve Peters2005-09-295-12/+53
* Improve File::Spec::Win32->path() and fix MM_Win32.tSteve Hay2005-09-281-6/+1
* Upgrade to ExtUtils::ParseXS 2.12Rafael Garcia-Suarez2005-09-212-6/+5
* Reverted 25364 on authors requestH.Merijn Brand2005-09-112-25/+1
* [patch@cbuilder_0.13] VMS fixes for cbuilderJohn E. Malmberg2005-09-082-1/+25
* [patch@25305] lib/ExtUtils/t/Constant.t VMS fixesJohn E. Malmberg2005-08-211-5/+11
* Typos in *.p[lm]Piotr Fusik2005-08-052-2/+2
* Typos in *.p[lm]Piotr Fusik2005-08-026-10/+10
* Ken pointed out that CBuilder's cleanup is too agrressiveSteve Hay2005-07-254-5/+10
* Make CBuilder and ParseXS clean up their temp test filesSteve Hay2005-07-256-15/+39
* Pre-YAPC consting funAndy Lester2005-06-231-1/+1
* Re: a warning for a ExtUtils::ParseXS testKen Williams2005-06-161-1/+1
* Make some variables global, to avoid some "will not stayRafael Garcia-Suarez2005-06-131-3/+3