summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* tweak dependencyYves Orton2009-02-261-1/+1
| | | | (cherry picked from commit 01593199f3ec2ca2d121f8bfc4691a6d9a7bc28e)
* better .patchnum/.sha1 dependency stuffYves Orton2009-02-261-4/+2
| | | | | | hopefully this makes FreeBSD happy (cherry picked from commit 70bda14b72dd0416e17abcca915d12f314593ad7)
* add cflags as a dependency for all object files. (it is used to control the ↵Yves Orton2009-02-261-3/+3
| | | | | | arguments they are compiled with) (cherry picked from commit e21c97b9063f1fc4ea77e8bcfbdaddeaa8edc398)
* apparently this isnt necessary after all.Yves Orton2009-02-261-3/+0
| | | | (cherry picked from commit ceab6eb3d10211ea7dc42d9f294ae442b1a05524)
* rebuild cflags if cflags.sh changesYves Orton2009-02-261-0/+3
| | | | (cherry picked from commit c8bf35be1fe2115c24efee943468eddbb5a0e0a0)
* remove .sha1 file as well if necessaryYves Orton2009-02-261-0/+1
| | | | (cherry picked from commit b06e0d456d71354ff1405da4e9d765c7d6aa38c3)
* clean up .patchnum in make cleanYves Orton2009-02-261-0/+1
| | | | (cherry picked from commit 419464e2da2049b582519e323bb79a340a67e957)
* fix broken indentation, and move PERL_PATCHNUM logic to a different place so ↵Yves Orton2009-02-261-1/+3
| | | | | | it only affects perl.c (cherry picked from commit a7d5944154465240881e85b933688191ffea3b77)
* more build dependency changes, we should make sure that cflags is updated ↵Yves Orton2009-02-261-4/+4
| | | | | | whenever cflags.SH changes (cherry picked from commit ce0e211a90da72f1344099dc2e538e0b466a3641)
* make sure that the perl -v/-V output corresponds to the latest commitYves Orton2009-02-261-1/+6
| | | | (cherry picked from commit 8565263ab8a47cda76538c0286536f59c53e155f)
* make distclean patch from Andy Armstrong.Nicholas Clark2009-01-041-0/+1
| | | | | | | | | | | | (Distclean isn't perfect yet because there's a spurious directory tree created but not cleaned up by ext/Test/Harness/t/harness.t, but Andy is working on fixing the cause) No idea about the state of play of disclean on VMS - I couldn't see how or where to add the three extra directories to it. p4raw-id: //depot/perl@34640 (cherry picked from commit c146e5603f197ef152e73ffdb999013d4616f5e5)
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2009-01-021-13/+16
| | | | | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com> p4raw-id: //depot/perl@34200 (cherry-picked from 5f9145a3c5d730d3a29901fe5c70a26f92663207)
* Integrate:Vadim Konovalov2008-12-151-56/+104
| | | | | | | | | | | | | [ 34317] Subject: [PATCH at 34306] - crosscompilation - step 1 of N+1 Message-ID: <48C49629.4000208@vkonovalov.ru> p4raw-link: @34317 on //depot/perl: 5a20539ce2dad615e8310269cba248e457256f8e p4raw-id: //depot/maint-5.10/perl@35114 p4raw-integrated: from //depot/perl@35113 'copy in' Cross/cflags-cross-arm (@31287..) Cross/build-arm-n770-sh (@31362..) 'merge in' Cross/config.sh-arm-linux-n770 (@32655..) p4raw-integrated: from //depot/perl@34317 'edit in' Makefile.SH (@34212..) 'merge in' Cross/config.sh-arm-linux (@33949..)
* Integrate:Bram2008-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 34174] If TEST_JOBS is set to something non-zero, use TAP::Harness to run the tests in parallel. The tests aren't fully parallelisable yet to the level we'd like, but one needs to start somewhere. [ 34175] Avoid a potential testing race condition in Shell.pm's test. [ 34176] Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel. [ 34177] As rules can be glob patterns, leave them as glob patterns, and instead expand the globs when we walk the rules to create the full list of tests. Tests run more quickly. [ 34181] Let rip with t/op/*.t in parallel too. [ 34185] Everything in t/ can now run in parallel. [ 34191] Don't need to do the globbing before building the rules, as it makes the rules larger than necessary, and potentially slows things down. [ 34192] Use App::Prove::State to store the timings for the tests, and if timings are available, reorder the parallelisable tests to run the slowest first. Timings for a second run are 18 seconds less for me: Files=1553, Tests=209393, 459 wallclock secs (94.89 usr 13.16 sys + 638.19 cusr 58.59 csys = 804.83 CPU) Files=1553, Tests=209393, 441 wallclock secs (82.83 usr 13.90 sys + 622.13 cusr 59.20 csys = 778.06 CPU) [ 34195] Subject: Re: Change 34175: Avoid a potential testing race condition in Shell.pm's test. Message-ID: <20080810202907.0pfnzshsoco8owg4@horde.wizbit.be> p4raw-link: @34195 on //depot/perl: a13fba344ba4e4964ffc44249a610a56dd386eff p4raw-link: @34192 on //depot/perl: 0279961e65f24cb3d5407ae9771030dcc5eb6882 p4raw-link: @34191 on //depot/perl: 2f4cffa7723545b6812f9ecf0e78635684033dad p4raw-link: @34185 on //depot/perl: 67d8fe77dde42ec7ef8beb57080a549b242ef2db p4raw-link: @34181 on //depot/perl: 213f370f28504f3af87af602895b0afe68c0106a p4raw-link: @34177 on //depot/perl: 0ae187c2299ef45fea08a054a5af0902048b539e p4raw-link: @34176 on //depot/perl: e6867818d3d9ce24342ef3f6ceff06868f5e8457 p4raw-link: @34175 on //depot/perl: 75ff0aabd99f2dc0b759e6d27a79bfedc15168a7 p4raw-link: @34174 on //depot/perl: 9ae5a6c323cea172e440bd71782fdef16f8f20b1 p4raw-id: //depot/maint-5.10/perl@35062 p4raw-integrated: from //depot/perl@35061 'copy in' lib/Shell.t (@34175..) 'merge in' win32/Makefile.ce (@32646..) vms/descrip_mms.template (@33971..) p4raw-integrated: from //depot/perl@34192 'merge in' win32/Makefile win32/makefile.mk (@33349..) Makefile.SH (@33757..) p4raw-integrated: from //depot/perl@34174 'ignore' t/harness (@34172..)
* Integrate:Rainer Tammer2008-12-061-6/+39
| | | | | | | | | | | | | | | | | | | | | | [ 34983] Unwind change 31976 then apply Subject: Re: 5.8.9 RC1 / 5.10.x / bleed patches for gcc / AIX Message-ID: <4935099B.8060004@tammer.net> Date: Tue, 02 Dec 2008 11:10:35 +0100 [ 35007] Subject: AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aix From: Rainer Tammer <tammer@tammer.net> Message-ID: <4937A39B.1070104@tammer.net> Date: Thu, 04 Dec 2008 10:32:11 +0100 [the rest, including unwinding change 34983 first] p4raw-link: @35007 on //depot/perl: fe5460cc78b3fdb133dac6113fd062486cbde848 p4raw-link: @34983 on //depot/perl: 21efc95700e8bb4aff8b05f9b9541dde292aec92 p4raw-id: //depot/maint-5.10/perl@35031 p4raw-integrated: from //depot/perl@35030 'copy in' README.aix (@34961..) 'edit in' Makefile.SH (@34983..)
* Integrate:Nicholas Clark2008-11-101-4/+1
| | | | | | | | | | | | | [ 34789] Backslashes inside '' inside Makefiles seem to be non-portable in their effects. GNU make leaves them in as literals, BSD make takes them out. Not that we noticed, as the construction in question was valid Perl syntax either way, but File::Find 1.14 is enforcing more on its arguments. p4raw-link: @34789 on //depot/perl: b306dcb39875d351d64f81a4a6469b778b8f7c42 p4raw-id: //depot/maint-5.10/perl@34791 p4raw-integrated: from //depot/perl@34788 'merge in' Makefile.SH (@34640..)
* Integrate:Nicholas Clark2008-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 34120] Subject: [PATCH] Configure - d_sprintf_returns_strlen From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Thu, 19 Jun 2008 11:22:58 -0400 Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com> [ 34126] Subject: [PATCH] Fix to Change 34120 From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Fri, 11 Jul 2008 08:59:24 -0400 Message-ID: <1ff86f510807110559tdc38deas3042e3e8ec234168@mail.gmail.com> [ 34188] Subject: [perl #24198] Bad default-domainname extraction in Configure-Script may cause infinite loops in perl-tests From: "Bram via RT" <perlbug-followup@perl.org> Date: Thu, 07 Aug 2008 06:00:47 -0700 Message-ID: <rt-3.6.HEAD-29759-1218114045-1803.24198-15-0@perl.org> [ 34212] If I want to build Devel::NYTProf under the core tree, then the Makefile needs to know to build List::Util first. p4raw-link: @34212 on //depot/perl: 90e91dd8c9549b16c38f6ab2e9fa25c7ea28dff8 p4raw-link: @34188 on //depot/perl: 1d40d392b48cbc36778fbf815dc5349f0b471377 p4raw-link: @34126 on //depot/perl: d2821e7281f778ddf755abc7b47fcaaf73530b23 p4raw-link: @34120 on //depot/perl: 36a30365a7ac654f9bfb9067d33acdfcddf20e1a p4raw-id: //depot/maint-5.10/perl@34274 p4raw-integrated: from //depot/perl@34273 'merge in' Makefile.SH (@34200..) p4raw-integrated: from //depot/perl@34126 'edit in' Configure (@34120..)
* Integrate:Dave Mitchell2008-05-311-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32851] Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag bit in pmflags, to decide whether the pattern is UTF-8. [ 32894] Don't set the public IV or NV flags if the string converted from has trailing garbage. This behaviour is consistent with not setting the public IV or NV flags if the value is out of range for the type. [ 32953] (the Configure parts were integrated earlier) Subject: [PATCH] Add dtrace support From: Andy Armstrong <andy@hexten.net> Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> Date: Thu, 10 Jan 2008 22:20:52 +0000 with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) [ 32978] Subject: consting IO.xs From: "Robin Barker" <Robin.Barker@npl.co.uk> Date: Sat, 22 Dec 2007 00:56:18 -0000 Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A1@exchsvr2.npl.ad.local> [ 33747] Subject: [PATCH] update Pod-Perldoc to version 3.14_04 From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Date: Wed, 23 Apr 2008 09:45:35 -0300 Message-ID: <73ddeb6c0804230545v75fee05dmeb849636addb14e1@mail.gmail.com> [ 33807] Fix [perl #52740] crash when localizing a symtab entry [ 33956] Add conditional code to initialise RETVAL, to avoid compiler warnings. (There was never an error, as croak() was called before the return). [ 33971] Must install mydtrace.h on VMS even it doesn't do much there. p4raw-link: @33971 on //depot/perl: a1c7933fc4afc4f7f4567549e87fe45a8994370f p4raw-link: @33956 on //depot/perl: 19c4478c878cb3732a73314cc162df7f808d5d78 p4raw-link: @33807 on //depot/perl: 56b24bb689e5cfc1ed67255f4f89bcb2fa9b56e0 p4raw-link: @33747 on //depot/perl: 5f31e3ad80d9344ef722fe0a658ceb2dc559ea8c p4raw-link: @32978 on //depot/perl: 3e946625bd318900adc25217434a05ce37064aba p4raw-link: @32894 on //depot/perl: a43d94f2c089c6f14197795daeebb7835550a747 p4raw-link: @32851 on //depot/perl: b9ad30b40cf004f5ea6fd7a945a950cf873aed7b p4raw-id: //depot/maint-5.10/perl@33972 p4raw-branched: from //depot/perl@33970 'branch in' mydtrace.h perldtrace.d p4raw-integrated: from //depot/perl@33970 'copy in' ext/IO/IO.xs (@29180..) lib/Pod/Perldoc.pm (@31763..) 'merge in' vms/descrip_mms.template (@33589..) ext/POSIX/POSIX.xs (@33936..) p4raw-integrated: from //depot/perl@32953 'edit in' Makefile.SH (@32886..) 'merge in' cop.h (@32819..) MANIFEST (@32931..) p4raw-integrated: from //depot/perl@32894 'edit in' sv.c (@32882..) 'merge in' perl.c (@32893..) p4raw-integrated: from //depot/perl@32851 'merge in' op.c (@32828..) pp_ctl.c (@32837..) regcomp.c (@32849..) regexec.c (@32850..)
* Integrate:Dave Mitchell2008-05-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 33553] Subject: [PATCH] apidoc mismatch for Perl_magic_clearhint From: Vincent Pit <perl@profvince.com> Date: Mon, 24 Mar 2008 21:30:10 +0100 Message-ID: <47E80F52.4030805@profvince.com> [ 33554] Subject: [PATCH] IO::Socket::INET unnecessarily resolves "udp" From: Niko Tyni <ntyni@debian.org> Date: Mon, 24 Mar 2008 23:32:24 +0200 Message-Id: <1206394344-30835-1-git-send-email-ntyni@debian.org> [ 33556] Subject: [PATCH] borg parent.pm From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Date: Wed, 5 Mar 2008 17:19:32 -0800 (PST) Message-ID: <57512.71.32.86.11.1204766372.squirrel@webmail.efn.org> Plus bump base.pm's version to a non-alpha number [ 33557] Subject: Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10, From: Vincent Pit <perl@profvince.com> Date: Sat, 22 Mar 2008 13:37:42 +0100 Message-ID: <47E4FD96.6080304@profvince.com> [ 33560] Use sv_setpvs() like a few lines before since change #33557 [ 33584] Subject: [PATCH] MAD dump xml escape regex From: Gerard Goossen <gerard@tty.nl> Date: Thu, 27 Mar 2008 13:55:31 +0100 Message-ID: <20080327125531.GN4409@ostwald> [ 33594] Subject: [PATCH] Re: Tests failed on PPC64 From: Dominic Dunlop <shouldbedomo@mac.com> Message-Id: <53E6407E-B87C-4D6A-A6E7-D842BDF30292@mac.com> Date: Fri, 14 Mar 2008 14:45:39 +0100 [ 33608] Subject: [PATCH] add -v to regen.pl and friends From: "Robin Barker" <Robin.Barker@npl.co.uk> Date: Wed, 19 Mar 2008 10:55:59 -0000 Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093AA6@exchsvr2.npl.ad.local> p4raw-link: @33608 on //depot/perl: 95aa056551f52c584698ab9faf16c6e993f2d2a5 p4raw-link: @33594 on //depot/perl: 02eafbe222bf49be10da28fb9c8c34dd786eaa91 p4raw-link: @33584 on //depot/perl: 643e696a61334e453a6ab25a83a9625db27387ac p4raw-link: @33560 on //depot/perl: 523f125d4a71aa467fc6a9acfe6c304944f5a5f5 p4raw-link: @33557 on //depot/perl: 502d9230ec570254fed51ae721c1da50944a5cbf p4raw-link: @33556 on //depot/perl: d3153aa44fba6434baddd69db421016fa7e77089 p4raw-link: @33554 on //depot/perl: 7027b9a31bf80c5639c73f75155ed1a89c674c30 p4raw-link: @33553 on //depot/perl: f175cff5cac5f8199b897ce2f1c73312d99d5761 p4raw-id: //depot/maint-5.10/perl@33945 p4raw-branched: from //depot/perl@33944 'branch in' lib/parent.pm lib/parent/t/compile-time-file.t lib/parent/t/compile-time.t lib/parent/t/lib/Dummy.pm lib/parent/t/lib/Dummy/Outside.pm lib/parent/t/lib/Dummy2.plugin lib/parent/t/lib/FileThatOnlyExistsAsPMC.pmc lib/parent/t/lib/ReturnsFalse.pm lib/parent/t/parent-classfromclassfile.t lib/parent/t/parent-classfromfile.t lib/parent/t/parent-pmc.t lib/parent/t/parent-returns-false.t lib/parent/t/parent.t p4raw-integrated: from //depot/perl@33944 'copy in' ext/IO/lib/IO/Socket/INET.pm (@27609..) t/op/reg_namedcapture.t (@31453..) lib/base.pm (@32005..) t/op/switch.t (@33434..) mad/t/p55.t (@33467..) 'merge in' pod/perlintern.pod (@33289..) p4raw-integrated: from //depot/perl@33608 'copy in' regen_lib.pl (@33539..) 'merge in' regen.pl (@33537..) Makefile.SH (@33542..) p4raw-integrated: from //depot/perl@33584 'ignore' dump.c (@33364..) p4raw-integrated: from //depot/perl@33557 'edit in' pp.c (@33304..) 'merge in' t/lib/warnings/9uninit (@33544..) p4raw-integrated: from //depot/perl@33556 'merge in' Porting/Maintainers.pl (@33499..) MANIFEST (@33505..) p4raw-integrated: from //depot/perl@33553 'merge in' mg.c (@33458..)
* Integrate:Dave Mitchell2008-05-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 33631] Subject: [PATCH] Re: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu) From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Wed, 2 Apr 2008 13:45:26 -0400 Message-ID: <1ff86f510804021045s1f7ec22ftbf5b9e2f2c6c619e@mail.gmail.com> [ 33757] Use File::Find rather than shell globbing to get the list of *.pm files to pass to AutoSplit::autosplit_lib_modules(). This way we only need to invoke miniperl once, and we don't miss anything that is 3 or more levels deep. [ 33843] Subject: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector From: Andy Dougherty (via RT) <perlbug-followup@perl.org> Date: Tue, 13 May 2008 09:37:07 -0700 Message-ID: <rt-3.6.HEAD-9992-1210696625-331.54120-75-0@perl.org> [ 33845] Subject: [PATCH] Re: [perl #50180] NDBM_File fails to build From: Andy Dougherty <doughera@lafayette.edu> Date: Tue, 13 May 2008 12:28:45 -0400 (EDT) Message-ID: <Pine.LNX.4.64.0805131224130.9728@fractal.phys.lafayette.edu> [ 33887] Subject: Re: Change 33843: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector From: Andy Dougherty <doughera@lafayette.edu> Date: Tue, 20 May 2008 11:21:14 -0400 (EDT) Message-ID: <Pine.LNX.4.64.0805201102040.767@fractal.phys.lafayette.edu> p4raw-link: @33887 on //depot/perl: b2f871edc35e5f084fd4b5abd0a57506c09d66c8 p4raw-link: @33845 on //depot/perl: a33f2d9ff72e8b22b6fbbee1f295dee14d2436b5 p4raw-link: @33843 on //depot/perl: 8f68b0e60604edea3283f325254c4d22deb7f5e1 p4raw-link: @33757 on //depot/perl: 05bc20f3049bc9fc0c4874ea91065f8f6d00d4b5 p4raw-link: @33631 on //depot/perl: f25eda108073a1aef3f3ed5406618a18d0d4baee p4raw-id: //depot/maint-5.10/perl@33904 p4raw-integrated: from //depot/perl@33895 'copy in' ext/NDBM_File/NDBM_File.xs (@28996..) hints/linux.sh (@31404..) Porting/Glossary config_h.SH (@33598..) 'merge in' Makefile.SH (@33608..) p4raw-integrated: from //depot/perl@33843 'ignore' Configure (@33631..)
* Integrate:Sérgio Durigan Júnior2008-04-031-1/+1
| | | | | | | | | | [ 33542] Subject: [PATCH] Fixing "make distclean" to remove "config.arch" Message-Id: <1205865354.16048.56.camel@miki> p4raw-link: @33542 on //depot/perl: 8b53a00d11adaeca27316b0edca0d3a5a4e9ef27 p4raw-id: //depot/maint-5.10/perl@33633 p4raw-integrated: from //depot/perl@33542 'edit in' Makefile.SH (@33003..)
* Integrate:Jerry D. Hedden2008-01-301-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 32741] You don't need $(DYNALOADER) to make $(nonxs_ext) (which makes it easier to run minitest) [ 32848] Add a 'test-reonly' target to the standard Makefile for *nix. (Not quite as clever as the one for win32, im working on it) [ 32886] Subject: [PATCH] Cleanup lib/B From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801041022i5535ed7frfd64a93d99036e18@mail.gmail.com> [ 32999] A target for sperl.i [ 33003] Nick's a muppet - "all" needs to remain the first real target in the Makefile. Do not be distracted by suffix rules above. p4raw-link: @33003 on //depot/perl: 51356d76dfe15ade87ec05687ff8665c7e8f3fb4 p4raw-link: @32999 on //depot/perl: 81c61bd5995819c1cff6a438f28f35ffeb9642eb p4raw-link: @32886 on //depot/perl: b6c155fe18314878e1c5c2942543511afd6621f7 p4raw-link: @32848 on //depot/perl: 4979e2888f6553e6e237ea088f8b66b30ea28592 p4raw-link: @32741 on //depot/perl: eedd3f9945d88d04a9b05b404d586f13ef6c2298 p4raw-id: //depot/maint-5.10/perl@33134 p4raw-integrated: from //depot/perl@32999 'edit in' Makefile.SH (@32953..)
* Integrate:Nicholas Clark2007-12-221-1/+1
| | | | | | | | | | | | [ 32649] Add perl5110delta, and change 5100delta so that it is no longer "the" perldelta. well, the 5100delta change. But add 5101delta instead. p4raw-link: @32649 on //depot/perl: 7120b314ec81733a7037382ff358361096cdffa1 p4raw-id: //depot/maint-5.10/perl@32697 p4raw-integrated: from //depot/perl@32696 'copy in' pod/perl5100delta.pod (@32636..)
* Add mro tests to minitestRafael Garcia-Suarez2007-12-121-2/+2
| | | p4raw-id: //depot/perl@32616
* Add a rough, incomplete version of perl5100deltaRafael Garcia-Suarez2007-10-091-1/+1
| | | p4raw-id: //depot/perl@32080
* No more ld2 and perlld under CygwinJerry D. Hedden2007-09-261-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com> p4raw-id: //depot/perl@31979
* Option spelling nit for AIXRafael Garcia-Suarez2007-09-261-1/+1
| | | p4raw-id: //depot/perl@31976
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-21/+40
| | | | | Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878
* [PATCH] Silence diag in ext/Data/Dumper/t/bless.tJerry D. Hedden2007-07-261-0/+2
| | | | | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Wed, 25 Jul 2007 14:27:44 -0400 Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com> Subject: Cleanup CPANPLUS test dirs From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Wed, 25 Jul 2007 14:30:25 -0400 Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com> p4raw-id: //depot/perl@31660
* Allow TEST_FILES make var to be used to pass an argument list through to ↵Yves Orton2007-07-251-2/+2
| | | | | | | | | | | harness when using the test_harness target. This allows things like make test_harness TEST_FILES='-re x2p' which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful. p4raw-id: //depot/perl@31658
* Re: [PATCH] 'make veryclean' still dirtyJerry D. Hedden2007-07-121-2/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com> p4raw-id: //depot/perl@31598
* Revert part of #31591Rafael Garcia-Suarez2007-07-121-19/+0
| | | p4raw-id: //depot/perl@31595
* 'make veryclean' still dirtyJerry D. Hedden2007-07-121-0/+22
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com> p4raw-id: //depot/perl@31591
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-1/+1
| | | p4raw-id: //depot/perl@31404
* miscellaneaJarkko Hietaniemi2007-06-151-16/+19
| | | | | Message-ID: <4671FA51.4070001@iki.fi> p4raw-id: //depot/perl@31388
* Re: [PATCH-at-31365] (was - configpm frustrations)Vadim Konovalov2007-06-121-1/+1
| | | | | Message-ID: <466D6803.1020808@vkonovalov.ru> p4raw-id: //depot/perl@31366
* Revert change #30530, following Jan's adviceRafael Garcia-Suarez2007-05-291-3/+0
| | | | | p4raw-link: @30530 on //depot/perl: 4882b61547d81040dca6c16217df7f87642b227a p4raw-id: //depot/perl@31304
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
| | | p4raw-id: //depot/perl@31245
* Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even ↵Jarkko Hietaniemi2007-05-161-7/+0
| | | | | | | with the Configure bits) Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi> p4raw-id: //depot/perl@31232
* Cargo-cult fix for an AIX build problemJan Dubois2007-04-271-0/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <048b01c7885f$48862510$d9926f30$@com> p4raw-id: //depot/perl@31098
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-1/+9
| | | | | | | code, and instead use it to generate a header at perl build time. By removing uudmap from the interpreter structure we save 256 bytes per child thread. p4raw-id: //depot/perl@31059
* Re: new C3 MRO patchBrandon Black2007-04-191-2/+2
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
* [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so Tom Callaway2007-03-091-0/+3
| | | | | | From: Tom Callaway (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org> p4raw-id: //depot/perl@30530
* Re: Revisits in 'make install'Jerry D. Hedden2007-03-011-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@30434
* Fix distclean now that we have re::Tie::Hash::NamedCaptureRafael Garcia-Suarez2007-01-051-1/+1
| | | p4raw-id: //depot/perl@29697
* miniperl may not have been successfully built before running aSteve Peters2006-12-221-3/+3
| | | | | "make distclean". p4raw-id: //depot/perl@29612
* Re: [PATCH] Making adding binary files possibleYves Orton2006-12-201-2/+2
| | | | | | | Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com> plus matching updates to Makefile.SH and patching.pod p4raw-id: //depot/perl@29604
* Making adding binary files possibleJos I. Boumans2006-12-191-5/+12
| | | | | | | | From: "Jos Boumans" <kane@dwim.org> Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl> with a few tweaks p4raw-id: //depot/perl@29593
* Re: [PATCH 5.8.8] Build on OS/2 - missing partIlya Zakharevich2006-12-101-1/+1
| | | | | Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29497
* merge perly.y and madlu.yDave Mitchell2006-12-041-11/+2
| | | p4raw-id: //depot/perl@29455