summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
Commit message (Collapse)AuthorAgeFilesLines
* Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"Steve Hay2007-05-291-2/+2
| | | | | when building the POSIX extension p4raw-id: //depot/perl@31298
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-202-2/+1
| | | p4raw-id: //depot/perl@31245
* A more general fix to non-threaded static extension build problemsSteve Hay2007-05-161-0/+28
| | | | | than #31220 was. p4raw-id: //depot/perl@31229
* A patch from ExtUtils::CBuilder::Base from :Jos I. Boumans2007-05-041-2/+2
| | | | | | | Subject: [PATCH] Add CPANPLUS::Dist::Build to the core From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org> p4raw-id: //depot/perl@31139
* Fix warning.Abigail2007-05-031-1/+3
| | | | | Message-ID: <20070423223715.GB544@abigail.nl> p4raw-id: //depot/perl@31124
* RE: [PATCH] Restore Win64 compilation with the Windows Platform SDKJan Dubois2007-04-131-2/+2
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <001b01c77bca$dcae7720$960b6560$@com> p4raw-id: //depot/perl@30943
* Bump the VERSION of ExtUtils::Constant::Base.Nicholas Clark2007-04-121-1/+1
| | | p4raw-id: //depot/perl@30940
* Re: [PATCH] Add CPANPLUS 0.78 to the coreYves Orton2007-04-121-6/+3
| | | | | Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com> p4raw-id: //depot/perl@30932
* Version change to ExtUtils::MM_Unix missed in change #30380.Steve Peters2007-04-101-1/+1
| | | | | p4raw-link: @30380 on //depot/perl: 1e65eb70bcb514e61cdd8408bdbe4e5a20b7fd95 p4raw-id: //depot/perl@30896
* Restore Win64 compilation with the Windows Platform SDKJan Dubois2007-04-101-2/+3
| | | | | Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com> p4raw-id: //depot/perl@30878
* ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core ↵Yves Orton2007-04-041-5/+8
| | | | | | | headers. Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com> p4raw-id: //depot/perl@30840
* ExtUtils::Manifest fix-ups for VMS:Craig A. Berry2007-03-112-6/+10
| | | | | | | - don't use multiple dots in .bak filenames - remove VMS-specific clobbering of keys with values in mkmanifest() patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377> p4raw-id: //depot/perl@30544
* In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not theCraig A. Berry2007-03-091-1/+1
| | | | | minus (there was no intention to use $\ or $- here). p4raw-id: //depot/perl@30521
* MM->{ldflags} may not be defined and wouldn't help us locateCraig A. Berry2007-03-081-1/+1
| | | | | the perlshr library anyway (follow-up to #30462). p4raw-id: //depot/perl@30511
* Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves OrtonRafael Garcia-Suarez2007-03-071-2/+2
| | | p4raw-id: //depot/perl@30497
* Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext Craig A. Berry2007-03-041-3/+2
| | | | | | when determining whether the perlshr library was linked debug. Also submitted to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>. p4raw-id: //depot/perl@30462
* ExtUtils/Constant/Base.pm: use constant folding to eliminated dead codeAlexey Tourbin2007-02-241-7/+7
| | | | | Message-ID: <20070224125223.GA17227@localhost.localdomain> p4raw-id: //depot/perl@30391
* ExtUtils/MM_Unix.pm (fixin): do not clobber $/Alexey Tourbin2007-02-241-2/+2
| | | | | Message-ID: <20070224123858.GA11434@localhost.localdomain> p4raw-id: //depot/perl@30390
* At least, fix the MakeMaker build_man tests.Rafael Garcia-Suarez2007-02-241-7/+3
| | | p4raw-id: //depot/perl@30384
* Reinstate tests removed by change #30381, but don'tRafael Garcia-Suarez2007-02-221-1/+8
| | | | | | | | "use Config" in the test, because that will overwrite %main::Config with the real Config hash, not the fake one from MakeMaker. p4raw-link: @30381 on //depot/perl: cb7d39f54ca678d4ba0e91eaea2d10f4ab6317d7 p4raw-id: //depot/perl@30382
* Revert changes to lib/ExtUtils/t/build_man.t from change Steve Peters2007-02-221-8/+0
| | | | | | #30380. The changes in that test write to the now readonly %Config. p4raw-id: //depot/perl@30381
* Upgrade to ExtUtils-MakeMaker-6.32. Included a versionSteve Peters2007-02-2228-45/+84
| | | | | | | bump to ExtUtils::MakeMaker to 6.32_01 because changes #29266, #29583, #29580, #29581 and #29583 were missing from the new release. p4raw-id: //depot/perl@30380
* Upgrade to ExtUtils-Command-1.13Steve Peters2007-02-061-1/+1
| | | p4raw-id: //depot/perl@30146
* Upgrade to ExtUtils-ParseXS-2.18Nicholas Clark2007-02-051-4/+4
| | | p4raw-id: //depot/perl@30134
* UNITCHECK for XS code. Turned out to be harder that expected.Nicholas Clark2007-01-291-1/+7
| | | | | We need to get the XS BOOT section to run any UNITCHECK blocks for us. p4raw-id: //depot/perl@30072
* Upgrade to ExtUtils::Manifest 1.51Rafael Garcia-Suarez2007-01-122-11/+142
| | | p4raw-id: //depot/perl@29768
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-3/+12
| | | | | Message-ID: <4599114F.8020307@iki.fi> p4raw-id: //depot/perl@29650
* ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILEIlya Zakharevich2006-12-181-11/+11
| | | | | | Subject: [PATCH 5.8.8] OS/2 build, small change Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29583
* Bump version number of ExtUtils::MM_Unix after last changeRafael Garcia-Suarez2006-12-181-1/+1
| | | p4raw-id: //depot/perl@29581
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-181-4/+5
| | | | | Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29580
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-0/+1
| | | | | Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29578
* First patch from:Jan Dubois2006-12-111-1/+7
| | | | | | Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com> p4raw-id: //depot/perl@29509
* Upgrade to ExtUtils-ParseXS-2.17. Actuall just caught up with Steve Peters2006-11-291-1/+1
| | | | | | most of the patches to bleadperl. The remaining change missing is #29252, so, the version has been bumped to 2.17_01. p4raw-id: //depot/perl@29418
* Cleanup manifest file left by test script when using VC8Steve Hay2006-11-241-0/+1
| | | p4raw-id: //depot/perl@29375
* Embed manifest files in DLLs built with Module-Build when using VC8Steve Hay2006-11-241-8/+25
| | | | | | This change does for Module-Build what part of #29266 did for ExtUtils-MakeMaker. p4raw-id: //depot/perl@29374
* installman3dir is nullRobin Barker2006-11-231-1/+6
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29357
* ExtUtils/typemap: better error messages + constant string optimizationAlexey Tourbin2006-11-191-11/+33
| | | | | Message-ID: <20061118020647.GA23287@localhost.localdomain> p4raw-id: //depot/perl@29319
* ParseXS.pm: small optimization for "Usage: ..." constant stringsAlexey Tourbin2006-11-141-3/+3
| | | | | Message-ID: <20061114024540.GA21986@localhost.localdomain> p4raw-id: //depot/perl@29269
* Embed manifest files in EXEs and DLLs when building with VC++ 8.xSteve Hay2006-11-132-1/+6
| | | | | | | | See the thread starting here for details: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html (Still need to do something for Module::Build somtime...) p4raw-id: //depot/perl@29266
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+2
| | | | | | | | Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches to apply cleanly. p4raw-id: //depot/perl@29252
* Spelling nits from Debian bug list...Matt Taggart2006-10-271-1/+1
| | | | | | Subject: Bug#395426: perl: spelling errors Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus> p4raw-id: //depot/perl@29121
* 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