summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
Commit message (Collapse)AuthorAgeFilesLines
* ExtUtils::MakeMaker 6.10_03 -> 6.10_04Michael G. Schwern2003-05-2319-98/+429
| | | | | Message-ID: <20030523091046.GB11662@windhund.schwern.org> p4raw-id: //depot/perl@19594
* A variant ofAdrian M. Enache2003-05-081-10/+20
| | | | | | | | Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke) Message-ID: <20030421235405.GA1162@ratsnest.hole> to quench the black smoke from the BSD builds. p4raw-id: //depot/perl@19445
* ExtUtils::Install and the don't-really-do-it switchSlaven Rezic2003-05-052-8/+23
| | | | | Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de> p4raw-id: //depot/perl@19421
* Embed.t flushing problemCraig A. Berry2003-05-051-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3EB58552.2070207@mac.com> p4raw-id: //depot/perl@19415
* Because we chdir to 'Big-Dummy' the lib/utf8.pm may be atJarkko Hietaniemi2003-04-131-1/+1
| | | | | | ../../lib for the lc() at line 66 (UTF-8 data possible if using UTF-8 locales). p4raw-id: //depot/perl@19199
* MakeMaker 6.10_02 -> 6.10_03Michael G. Schwern2003-04-1211-55/+80
| | | | | Message-ID: <20030411073202.GC5916@windhund.schwern.org> p4raw-id: //depot/perl@19190
* The test doesn't work that well when -Uusedl.Jarkko Hietaniemi2003-04-101-1/+5
| | | | | Some of the tests could be salvaged even then I guess. p4raw-id: //depot/perl@19183
* In case someone is using UTF-8 locales.Jarkko Hietaniemi2003-04-101-0/+1
| | | p4raw-id: //depot/perl@19175
* Re: [PATCH] ExtUtils::MakeMaker 6.10_02Michael G. Schwern2003-04-0728-149/+448
| | | | | Message-ID: <20030407090917.GA9221@windhund.schwern.org> p4raw-id: //depot/perl@19162
* EmbeddingIlya Zakharevich2003-04-051-1/+7
| | | | | | | | Message-ID: <20030331203924.GA3602@math.berkeley.edu> Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM to be used in a C program's main function. p4raw-id: //depot/perl@19147
* MM_VMS tweak from Craig Berry:Jarkko Hietaniemi2003-04-021-1/+1
| | | | | http://nntp.x.perl.org/group/perl.makemaker/1002 p4raw-id: //depot/perl@19129
* ExtUtils::MakeMaker 6.03 -> 6.06_05ishMichael G. Schwern2003-03-3149-3347/+5717
| | | | | Message-ID: <20030331104257.GB15327@windhund.schwern.org> p4raw-id: //depot/perl@19099
* Integrate perlio to mainline:Jarkko Hietaniemi2003-01-131-1/+1
| | | | | | | | | | [ 18240] Avoid eqtime() wiping the file (as suggested by "Luis G. Uribe C." <GUribe@SoftHome.net> p4raw-link: @18240 on //depot/perlio: a6bd83f0a15d2730a2e1d4ba3319cc912869b7f3 p4raw-id: //depot/perl@18472 p4raw-integrated: from //depot/perlio@18468 'copy in' lib/ExtUtils/Command.pm (@17257..)
* [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...Rafael Garcia-Suarez2003-01-041-1/+1
| | | | | | Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr> Same as change 18403 for maint-5.8 branch p4raw-id: //depot/perl@18439
* [perl #18256] xsubpp can make nested comments in C codeNicholas Clark2002-12-091-1/+13
| | | | | | From: Nicholas Clark (via RT) <perlbug@perl.org> Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org> p4raw-id: //depot/perl@18270
* PATCH: lib/ExtUtils/typemapBrian Ingerson2002-10-101-0/+1
| | | | | Message-ID: <20020928130324.A16900@ttul.org> p4raw-id: //depot/perl@17989
* Re: [PATCH] spurious t/auto directory appearsMichael G. Schwern2002-09-261-11/+1
| | | | | Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17922
* Re: [PATCH] Correct/completes Overloading in XS modsJohn Peacock2002-09-041-11/+49
| | | | | Message-ID: <3D7263BC.9020608@rowman.com> p4raw-id: //depot/perl@17832
* ExtUtils::Constant 0.14Nicholas Clark2002-08-292-397/+606
| | | | | Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17801
* ExtUtils::Constant 0.13Nicholas Clark2002-08-252-59/+211
| | | | | Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17776
* Be less strict about what's POD.Abigail2002-08-081-2/+2
| | | | | Message-id: <20020725085252.A2703@ucan.foad.org> p4raw-id: //depot/perl@17693
* With very high probability this 8-space wants to be a 1-tab.Jarkko Hietaniemi2002-07-161-1/+1
| | | p4raw-id: //depot/perl@17579
* MM_Unix.pm : work around File::Find problem on VMSCraig A. Berry2002-07-111-1/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01> p4raw-id: //depot/perl@17488
* MM_W95.pm, Win95 + MinGW + dmakeMattia Barbon2002-07-101-6/+8
| | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3D2C8151.30381.12DE80@localhost> p4raw-id: //depot/perl@17469
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-281-4/+4
| | | p4raw-id: //depot/perl@17376
* Integrate from macperl:Jarkko Hietaniemi2002-06-261-2/+57
| | | | | | | | | | | | | | | | | | | | | [ 17345] Mac OS Test updates [ 17347] Support hints and OPTIMIZE in MM_MacOS [ 17348] Crank down optimization for Mac OS in Digest::MD5 p4raw-link: @17348 on //depot/macperl: 5e6109b944d42c12b5bf2560bc7d5e1e26b50cb5 p4raw-link: @17347 on //depot/macperl: 4fa8a8856377f81f41ceaba369f758c11cc6b898 p4raw-link: @17345 on //depot/macperl: ef506d9df705afe007449cf4101370864d7e1d79 p4raw-id: //depot/perl@17363 p4raw-branched: from //depot/macperl@17362 'branch in' ext/Digest/MD5/hints/MacOS.pl p4raw-integrated: from //depot/macperl@17362 'copy in' ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@17344..)
* ExtUtils::MakeMaker 6.02 -> 6.03Michael G. Schwern2002-06-194-35/+70
| | | | | Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17314
* Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02Michael G. Schwern2002-06-1610-79/+204
| | | | | | | | | | | Date: Sun, 16 Jun 2002 03:49:27 -0400 Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net> Subject: [PATCH] Test::Harness 2.24 -> 2.25 From: Michael G Schwern <schwern@pobox.com> Date: Sun, 16 Jun 2002 03:58:40 -0400 Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17256
* Constant.t for EBCDIC platforms Roca Carrio, Ignasi (PO EP)2002-06-141-1/+6
| | | | | | From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com> Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> p4raw-id: //depot/perl@17236
* test failure: lib/ExtUtils/t/Installed.tHugo van der Sanden2002-06-131-1/+1
| | | | | Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk> p4raw-id: //depot/perl@17223
* Integrate macperl changes #16974 and #16975;Jarkko Hietaniemi2002-06-051-11/+8
| | | | | | | | | | | | | | nativize() isn't happy with absolute Mac paths Test::Harness test fixes, attempt #3 :-) p4raw-link: @16974 on //depot/macperl: 594896ac796bb1aa12d08048b3e095be1cebc16d p4raw-id: //depot/perl@16989 p4raw-integrated: from //depot/macperl@16987 'copy in' ext/DynaLoader/DynaLoader_pm.PL (@16929..) lib/ExtUtils/MM_MacOS.pm (@16938..) lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t lib/lib_pm.PL (@16968..)
* Integrate macperl patches #16926 and #16938;Jarkko Hietaniemi2002-05-313-12/+20
| | | | | | | | | | | | | | | | | | | | | Big MacPerl Testing Patch No. 2 Big MacPerl Testing Patch No. 3 p4raw-id: //depot/perl@16942 p4raw-integrated: from //depot/macperl@16937 'copy in' lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t lib/File/Temp.pm lib/FindBin.t lib/Tie/File/t/09_gen_rs.t lib/lib.t t/comp/use.t utils/dprofpp.PL utils/splain.PL (@16123..) t/lib/MakeMaker/Test/Utils.pm (@16230..) lib/diagnostics.t (@16646..) lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t (@16730..) lib/lib_pm.PL (@16926..) lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16929..) p4raw-integrated: from //depot/macperl@16926 'merge in' lib/English.t (@16123..) ext/DynaLoader/DynaLoader_pm.PL (@16868..)
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-312-8/+328
| | | p4raw-id: //depot/perl@16922
* Upgrade to ExtUtils::MakeMaker 6.01.Jarkko Hietaniemi2002-05-3017-83/+274
| | | p4raw-id: //depot/perl@16904
* Re: forewarning: usedevel and versiononlyH.Merijn Brand2002-05-291-1/+1
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl> More 5.7.3 -> 5.8.0. p4raw-id: //depot/perl@16851
* OS/2: bug found by John Poltorak.Jarkko Hietaniemi2002-05-281-2/+1
| | | p4raw-id: //depot/perl@16839
* Test output tweak.Jarkko Hietaniemi2002-05-281-5/+1
| | | p4raw-id: //depot/perl@16836
* Embed.t fails on Win32Yves Orton2002-05-281-3/+1
| | | | | | From: "Yves Orton" <demerphq@hotmail.com> Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com> p4raw-id: //depot/perl@16833
* NetWare diff from Ananth Kesari.Jarkko Hietaniemi2002-05-271-3/+2
| | | p4raw-id: //depot/perl@16811
* basic.t library problem on VMSCraig A. Berry2002-05-251-3/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]> p4raw-id: //depot/perl@16782
* ExtUtils::MakeMaker 5.95_01 -> 5.96_01Michael G. Schwern2002-05-236-9/+37
| | | | | Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@16755
* ExtUtils::MakeMaker 5.94_02 -> 5.95_01Michael G. Schwern2002-05-184-9/+20
| | | | | Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@16681
* ExtUtils::MakeMaker 5.92_01 -> 5.94_02Michael G. Schwern2002-05-1728-164/+268
| | | | | Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@16663
* lib/ExtUtils/t/Constant.t on VMSCraig A. Berry2002-05-161-1/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01> p4raw-id: //depot/perl@16636
* $VERSIONize.Jarkko Hietaniemi2002-05-152-0/+8
| | | p4raw-id: //depot/perl@16603
* Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report ↵Nicholas Clark2002-05-131-18/+55
| | | | | | | /export/home/nwc10/Even-Smoke/Smoke] Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16584
* WinCE several touchesVadim Konovalov2002-05-131-2/+2
| | | | | Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad> p4raw-id: //depot/perl@16582
* for WinCE cross-build, another oneVadim Konovalov2002-05-111-0/+8
| | | | | Message-ID: <004101c1f926$d36ca230$035cc3d9@vad> p4raw-id: //depot/perl@16548
* Retract MM_NW5.pm part of #16371, at the requestJarkko Hietaniemi2002-05-051-18/+26
| | | | | of Michael Schwern. p4raw-id: //depot/perl@16418
* Oops.Jarkko Hietaniemi2002-05-031-1/+1
| | | p4raw-id: //depot/perl@16375