summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Test drives are fun. Implement ccversion for Itanium HP-UX 11.23H.Merijn Brand2004-04-061-1/+1
| | | p4raw-id: //depot/perl@22666
* AIX-4 with xlc does not like malloc wrapH.Merijn Brand2004-04-061-1/+2
| | | p4raw-id: //depot/perl@22665
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-248-0/+39
| | | | | | Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
* Make usemallocwrap a Configure-time question. Default is yes forNicholas Clark2004-03-231-0/+5
| | | | | | | usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. p4raw-id: //depot/perl@22571
* Re: Perl and Parrot disagree about sched_yield on SolarisAndy Dougherty2004-03-161-1/+15
| | | | | Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@22512
* Re: [PATCH] Re: Proposal to remove support for MachTenDominic Dunlop2004-03-111-4/+26
| | | | | Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com> p4raw-id: //depot/perl@22484
* When threads are active we need -lpthread, but previous `fix' ofH.Merijn Brand2004-02-271-3/+2
| | | | | | now linked libraries invalidated the regex for sed (AIX 5 has no seperate libc.a and libc_r.a the latter links to the first) p4raw-id: //depot/perl@22400
* AIX hints stage 3: remove AIX 3 and AIX 4 after split offH.Merijn Brand2004-02-251-353/+223
| | | | | | | One open issue left: promoting to cc_r for threaded builds need a review to permit users using -Dcc=xlc_r for non threaded builds p4raw-id: //depot/perl@22374
* Re: Perl 5.8.1 on IRIX 5.3Georg Schwarz2004-02-231-1/+2
| | | | | Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE> p4raw-id: //depot/perl@22359
* initial patch for cygwin IPC via cygserverYitzchak Scott-Thoennes2004-02-221-0/+13
| | | | | Message-ID: <20040219170113.GA2792@efn.org> p4raw-id: //depot/perl@22358
* 1. Creating backward compatibility for Configure after patchesBrendan O'Dea2004-02-171-1/+1
| | | | | | | | | #22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22314
* Added hints_4.sh for specific AIX 4 supportH.Merijn Brand2004-02-061-0/+589
| | | | | | this is the next stage in the general cleanup process for the AIX hints. More to come p4raw-id: //depot/perl@22273
* AIX 3 support removed from default hints after its separationH.Merijn Brand2004-02-041-26/+12
| | | p4raw-id: //depot/perl@22267
* AIX 3 hints split off from default hints in preparationH.Merijn Brand2004-02-041-0/+353
| | | | | of a hint file cleanup. aix_4.sh will follow soon p4raw-id: //depot/perl@22266
* If someone chooses xlc as default C compiler, threaded buildsH.Merijn Brand2004-02-031-1/+1
| | | | | will fail, unless converted to cc_r p4raw-id: //depot/perl@22261
* patch for IRIX/gcc link issuesMartin Pool2004-02-011-0/+5
| | | | | Message-ID: <20040127235624.GA32612@hp.com> p4raw-id: //depot/perl@22260
* Message-ID: <40113F7B.6050701@davidfavor.com>David Favor2004-01-281-1/+1
| | | | | | Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1 so no compilation stack limits are imposed. p4raw-id: //depot/perl@22243
* Use the optimization level -O2 by default on Linux/gcc.Marcus Holland-Moritz2004-01-021-13/+2
| | | | | | | | See : Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?) From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2> p4raw-id: //depot/perl@22043
* OS/2 updateIlya Zakharevich2004-01-011-4/+8
| | | | | Message-ID: <20031218221029.GA7898@math.berkeley.edu> p4raw-id: //depot/perl@22032
* Perl 5.8.3 patches from the BS2000 portDorner Thomas2003-12-201-1/+1
| | | | | Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de> p4raw-id: //depot/perl@21938
* Fix perl 5.8 and 5.9 to build on latest VOSPaul Green2003-11-281-0/+2
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com> p4raw-id: //depot/perl@21795
* Re: [perl #24439] 64 bit build failure on Solaris 9Andy Dougherty2003-11-231-6/+5
| | | | | | | | | | Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST) Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu> and : Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST) Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@21780
* Simplified the readingH.Merijn Brand2003-11-131-4/+1
| | | p4raw-id: //depot/perl@21713
* Enable hints to create call-back units that can act whenH.Merijn Brand2003-11-131-0/+7
| | | | | a specific variable is *not* set (like -Uuselargefiles) p4raw-id: //depot/perl@21712
* Be sure to use -fPIC not -fpic on Linux/SPARCAndy Dougherty2003-11-051-2/+2
| | | | | Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@21673
* Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gccAlan Burlison2003-10-271-14/+0
| | | | | Message-ID: <3F953C1A.3060800@sun.com> p4raw-id: //depot/perl@21554
* patch created by Casey West from:Edward Moy2003-10-221-1/+1
| | | | | | | | Subject: CPAN module problems Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com> (change ld value in hints file) p4raw-id: //depot/perl@21520
* Typos.Rafael Garcia-Suarez2003-10-151-2/+2
| | | p4raw-id: //depot/perl@21453
* Re: [perl #24122] setreuid and friends borked on darwin/osxSlaven Rezic2003-10-121-0/+6
| | | | | Message-ID: <87ekxq6n0t.fsf@vran.herceg.de> p4raw-id: //depot/perl@21438
* Re: NCR MP-RAS perl problems [perl #23791]grommel@sears.com2003-09-301-3/+5
| | | | | Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain> p4raw-id: //depot/perl@21390
* perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.tTom Horsley2003-09-291-2/+2
| | | | | Message-Id: <200309291300.NAA23856@amber2.ccur.com> p4raw-id: //depot/perl@21387
* Re: NCR MP-RAS perl problems [perl #23791]grommel@sears.com2003-09-231-0/+2
| | | | | Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain> p4raw-id: //depot/perl@21344
* Re: [PATCH] RC5 and Intel's ICCMarcus Holland-Moritz2003-09-231-0/+12
| | | | | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2> (add -we147 to ccflags if cc = ICC so that prototype detection works right) p4raw-id: //depot/perl@21339
* In FreeBSD allow one to try using Perl's malloc with threads.Jarkko Hietaniemi2003-09-201-2/+3
| | | p4raw-id: //depot/perl@21291
* Make it possible to override the mistrustnm hint in Solaris.Jarkko Hietaniemi2003-09-181-1/+1
| | | p4raw-id: //depot/perl@21266
* The AIX C product potentially consists of several packages,Jarkko Hietaniemi2003-09-171-1/+1
| | | | | the main package being (hopefully) the first one. p4raw-id: //depot/perl@21261
* Fix Solaris ccversion not having the cc version.Jarkko Hietaniemi2003-09-171-5/+8
| | | p4raw-id: //depot/perl@21260
* Re: [perl #23791] Many errors in build under NCR MP-RASAndy Dougherty2003-09-161-11/+20
| | | | | Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@21247
* More comments for the FreeBSD threads hints.Jarkko Hietaniemi2003-09-121-0/+5
| | | p4raw-id: //depot/perl@21191
* More refactoring of the FreeBSD threads hints.Jarkko Hietaniemi2003-09-111-9/+6
| | | | | | | Basically, for fresh enough 5.x the -pthread is dropped, otherwise keep it, and no known FreeBSD release has a functional gethostbyaddr_r. p4raw-id: //depot/perl@21188
* The change of not needing -pthread in FreeBSD 5.xJarkko Hietaniemi2003-09-111-1/+3
| | | | | is very recent (Sep 3) (from Anton Berezin). p4raw-id: //depot/perl@21181
* Enache still wants -pthread gone for FreeBSD 5.xJarkko Hietaniemi2003-09-111-13/+4
| | | | | since it doesn't work with the latest -current. p4raw-id: //depot/perl@21172
* Retract #21168 based on advice from Anton Berezin (added).Jarkko Hietaniemi2003-09-111-0/+12
| | | p4raw-id: //depot/perl@21169
* nit to hints/freebsd.shAdrian M. Enache2003-09-101-1/+0
| | | | | Message-ID: <20030910165059.GB1321@ratsnest.hole> p4raw-id: //depot/perl@21168
* [perl #23778] hints/aix.sh Gary L. Armstrong2003-09-101-1/+1
| | | | | | From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org> p4raw-id: //depot/perl@21163
* FreeBSD hints updates from Anton Berezin.Jarkko Hietaniemi2003-09-051-7/+14
| | | p4raw-id: //depot/perl@21044
* Configure is doing fine in Ultrix, operator error.Jarkko Hietaniemi2003-08-271-7/+0
| | | p4raw-id: //depot/perl@20921
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-0/+4
| | | | | | | (otherwise one gets prototype conflicts between the <string.h> and proto.h because Ultrix thinks e.g. Perl_ninstr has been define in <string.h>...); and Configure misprobes some features. p4raw-id: //depot/perl@20916
* No dynaloading at all in Ultrix.Jarkko Hietaniemi2003-08-261-0/+4
| | | p4raw-id: //depot/perl@20904
* More memory lane.Jarkko Hietaniemi2003-08-261-0/+3
| | | p4raw-id: //depot/perl@20900