summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
Commit message (Collapse)AuthorAgeFilesLines
* C++: class is a keywordJarkko Hietaniemi2006-10-101-7/+7
| | | | | Message-Id: <20061010162026.190BE8B37C@seth.hut.fi> p4raw-id: //depot/perl@28990
* Adjust test count for ExtUtils::CommandRafael Garcia-Suarez2006-10-101-1/+1
| | | p4raw-id: //depot/perl@28989
* Upgrade to ExtUtils-Manifest-1.49.Steve Peters2006-10-102-9/+12
| | | p4raw-id: //depot/perl@28988
* Upgrade to ExtUtils-Command-1.12.Steve Peters2006-10-102-53/+81
| | | p4raw-id: //depot/perl@28987
* Upgrade to ExtUtils-Makemaker-6.31.Steve Peters2006-10-1031-49/+78
| | | p4raw-id: //depot/perl@28984
* Quiet warnings in new test for ExtUtils::Command.Steve Peters2006-10-031-2/+2
| | | p4raw-id: //depot/perl@28929
* Upgrade to ExtUtils-Manifest-1.48Steve Peters2006-10-032-12/+14
| | | p4raw-id: //depot/perl@28921
* Update to ExtUtils-Command-1.11Steve Peters2006-10-032-70/+71
| | | p4raw-id: //depot/perl@28918
* Upgrade to ExtUtils-ParseXS-2.16. There actually are a couple ofSteve Peters2006-09-161-2/+4
| | | | | | changes in bleadperl not in the new version, so version was bumped to 2.16_01. p4raw-id: //depot/perl@28856
* Upgrade to MakeMaker 6.30_04Rafael Garcia-Suarez2006-09-1214-69/+341
| | | p4raw-id: //depot/perl@28825
* Fix Borland problem with quoted pre-processor macros in response filesRandy W. Sims2006-07-181-2/+7
| | | | | | | | | | | | | This should clear up the errors from Module/Build/t/ppm.t and Module/Build/t/xs.t in the Borland smokes. Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) From: "Randy W. Sims" <ml-perl@thepierianspring.org> Message-ID: <4435CF60.1000707@thepierianspring.org> See the thread here for details: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html p4raw-id: //depot/perl@28597
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen ↵Jarkko Hietaniemi2006-07-133-5/+30
| | | | | | | McCamant's comment Message-ID: <44B67921.6090901@iki.fi> p4raw-id: //depot/perl@28567
* Synchronize ExtUtils::Instal 1.41Yves Orton2006-07-023-3/+3
| | | | | | | Message-Id: <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com> Sync ExtUtils::Install with CPAN (just trivially change version nos) p4raw-id: //depot/perl@28463
* Encode run-time relocation of file names in packlist with a relocate_asNicholas Clark2006-05-151-6/+60
| | | | | | attribute. With this, unmodified instmodsh correctly verifies installed modules even after relocation. p4raw-id: //depot/perl@28198
* Simplify the implementation in ExtUtils::Packlist::read.Nicholas Clark2006-05-151-17/+5
| | | p4raw-id: //depot/perl@28196
* Upgrade to ExtUtils-Install-1.40Steve Peters2006-05-041-103/+277
| | | p4raw-id: //depot/perl@28101
* Allow a macro of "0" to mean "#if 0" for convenient elimination ofNicholas Clark2006-05-011-2/+2
| | | | | constants. p4raw-id: //depot/perl@28038
* Upgrade to ExtUtils-Install-1.39Steve Peters2006-04-276-116/+530
| | | p4raw-id: //depot/perl@27983
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
| | | | | Message-ID: <20060424232038.7550f9b6@r2d2> p4raw-id: //depot/perl@27962
* Fix test portability on non-ASCII platformsSADAHIRO Tomoyuki2006-04-051-1/+1
| | | | | | Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS Message-Id: <20060405210426.F99D.BQW10602@nifty.com> p4raw-id: //depot/perl@27720
* Change 27592 disabled the building of manpages for non core-extensionsGisle Aas2006-04-041-9/+4
| | | | | | The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is present in the first place. p4raw-id: //depot/perl@27708
* Re: New Module::Build releasedRandy W. Sims2006-03-303-6/+11
| | | | | | From: "Randy W. Sims" <ml-perl@thepierianspring.org> Message-ID: <442ADBA8.4000203@thepierianspring.org> p4raw-id: //depot/perl@27631
* EU::MM::MM_VMS::one_liner must quote "--" argumentCraig A. Berry2006-03-271-2/+2
| | | p4raw-id: //depot/perl@27613
* restore EU::MM test fixes from 26079, 26813, and 26919Craig A. Berry2006-03-244-5/+16
| | | | | that were lost in 27590 p4raw-id: //depot/perl@27597
* Bump version number of ExtUtils::MM_Win32Rafael Garcia-Suarez2006-03-241-1/+1
| | | p4raw-id: //depot/perl@27596
* Fix broken MM_Win32.t tests following 27590Steve Hay2006-03-241-6/+2
| | | | | | | Test 31 was failing because 27590 had undone part of 25627. Test 41 was failing because the change to pasthru() in MM_Win32.pm means that $self->{MAKE} now needs to be initialized. p4raw-id: //depot/perl@27595
* When MAN3PODS is forced to {} in a Makefile.PL, manpages should not beRafael Garcia-Suarez2006-03-231-1/+3
| | | | | | built from pods. This change fixes bleadperl compilation -- trying to build manpages with miniperl causes a bootstrapping problem. p4raw-id: //depot/perl@27592
* No reason to ship MakeMaker's META.ymlRafael Garcia-Suarez2006-03-231-19/+0
| | | p4raw-id: //depot/perl@27591
* Merge changes from CPAN's EU:MM 6.30_01.Rafael Garcia-Suarez2006-03-2320-237/+471
| | | | | | The modules that have local changes have superior version numbers than the CPAN counterparts. p4raw-id: //depot/perl@27590
* Get version numbers in line with what's in the CPANRafael Garcia-Suarez2006-03-236-6/+6
| | | | | | EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes, so bump its version number.) p4raw-id: //depot/perl@27587
* Adjust docs to reflect that DynaLoader, as of change 27549,Gisle Aas2006-03-221-10/+1
| | | | | is part of libperl. p4raw-id: //depot/perl@27566
* Upgrade to ExtUtils::CBuilder 0.17Rafael Garcia-Suarez2006-03-175-7/+199
| | | p4raw-id: //depot/perl@27531
* $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid testSteve Peters2006-02-211-1/+2
| | | | | warnings. p4raw-id: //depot/perl@27256
* Need to clear CvXSUBANY() too to turn a constant sub into a prototype.Nicholas Clark2006-02-201-1/+3
| | | p4raw-id: //depot/perl@27242
* Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm ↵Yves Orton2006-01-311-3/+26
| | | | | | | build error) Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com> p4raw-id: //depot/perl@27016
* constant_add_symbol needs to be static, else static builds can fail atNicholas Clark2006-01-231-1/+2
| | | | | link time. (*How* many meanings is "static" overloaded with?) p4raw-id: //depot/perl@26932
* Tru64: -Uusedl: lib/ExtUtils/t/Embed.tJarkko Hietaniemi2006-01-231-0/+6
| | | | | Message-ID: <43D521AA.7030008@gmail.com> p4raw-id: //depot/perl@26930
* Make Manifest.t do what is says it's doing.Craig A. Berry2006-01-211-2/+10
| | | p4raw-id: //depot/perl@26919
* Assorted VMS-only MakeMaker fixes for bleadCraig A. Berry2006-01-134-5/+18
| | | p4raw-id: //depot/perl@26813
* Negating an unsigned value generates warnings for some compilers, soNicholas Clark2006-01-061-1/+1
| | | | | cast it first. p4raw-id: //depot/perl@26679
* sprinkle dVARJarkko Hietaniemi2006-01-061-1/+9
| | | | | Message-ID: <43BE7C4D.1010302@gmail.com> p4raw-id: //depot/perl@26675
* Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRSRafael Garcia-Suarez2005-12-303-10/+32
| | | | | Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com> p4raw-id: //depot/perl@26536
* s/%/%%/ in the package name so that it can be used safely in theNicholas Clark2005-12-272-12/+24
| | | | | sprintf format string (and hence not need runtime %s interpolation) p4raw-id: //depot/perl@26507
* Pass in the full arguments to ExtUtils::Constant::ProxySubsNicholas Clark2005-12-272-19/+110
| | | | | | | | Prototype all the missing constants, so that parsing doesn't depend on the phase of the moon. (Well, the system headers) Add an option for making missing constants generate errors at read time (which can be during constant folding). This isn't the default. p4raw-id: //depot/perl@26506
* As what we're doing is generating subroutines, which are methods, weNicholas Clark2005-12-271-0/+3
| | | | | | need to invalidate cached methods. For constant.pm we need to create &Internals::inc_sub_generation p4raw-id: //depot/perl@26502
* Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget aboutNicholas Clark2005-12-271-1/+1
| | | | | | any -j flags. (And their implied disabling of backwards compatibility, which is the real cause of the make disttest failure). p4raw-id: //depot/perl@26499
* Remove the hard wired test numbers in the generated test script forNicholas Clark2005-12-261-77/+120
| | | | | | | | simple tests. Use this script twice, firstly for testing the old style autoloaded constants, then for testing the ProxySubs. Make testing the dogfood/regeneration code optional, as the ProxySubs output doesn't contain it. p4raw-id: //depot/perl@26497
* Support type UNDEF, and correct a bug in the macro generation by usingNicholas Clark2005-12-261-2/+4
| | | | | macro_from_item. p4raw-id: //depot/perl@26496
* Add method macro_from_item to encapsulate the entire logic for gettingNicholas Clark2005-12-262-3/+14
| | | | | the correct macro direct from the item hash. p4raw-id: //depot/perl@26495
* Add a couple of newlines for tidier regen output, consistent with theNicholas Clark2005-12-261-3/+3
| | | | | code generated by WriteConstants() p4raw-id: //depot/perl@26491