summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* hints/freebsd.sh to allow usemymallocSlaven Rezic2002-03-291-3/+12
| | | | | Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de> p4raw-id: //depot/perl@15603
* Neuter socketpair on Stratus VOSPaul Green2002-03-281-0/+3
| | | | | Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> p4raw-id: //depot/perl@15582
* s/done/esac/Jarkko Hietaniemi2002-03-271-1/+1
| | | p4raw-id: //depot/perl@15537
* Add threads hints for UNICOS/mk and UNICOS.Jarkko Hietaniemi2002-03-262-0/+22
| | | | | (I'm just guessing on UNICOS.) p4raw-id: //depot/perl@15508
* Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.Jarkko Hietaniemi2002-03-251-13/+17
| | | p4raw-id: //depot/perl@15505
* AmigaOS must use the ixemul directly, since thereJarkko Hietaniemi2002-03-251-4/+2
| | | | | is no more vfork support. p4raw-id: //depot/perl@15494
* It seems that FreeBSD does not like using Perl's mallocJarkko Hietaniemi2002-03-251-0/+5
| | | | | when multithreaded. p4raw-id: //depot/perl@15487
* MPE/iX update from Mark Bixby.Jarkko Hietaniemi2002-03-241-1/+12
| | | p4raw-id: //depot/perl@15483
* Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>Slaven Rezic2002-03-211-1/+1
| | | | | Disable gethostbyaddr_r for all 4.x FreeBSD versions. p4raw-id: //depot/perl@15403
* Solaris: default to the SUNwspro cc if it is available.Jarkko Hietaniemi2002-03-211-0/+14
| | | p4raw-id: //depot/perl@15399
* One more proto escapee.Jarkko Hietaniemi2002-03-211-0/+1
| | | p4raw-id: //depot/perl@15396
* More HP-UX/IA64 workSpider Boardman2002-03-211-3/+30
| | | | | Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> p4raw-id: //depot/perl@15388
* Rats' nest.Jarkko Hietaniemi2002-03-201-0/+2
| | | p4raw-id: //depot/perl@15375
* Sigh. The _GNU_SOURCE is needed for the struct crypt_dataJarkko Hietaniemi2002-03-201-5/+3
| | | | | | in Mandrake 8.2. Now we need to figure out a way not to unbreak Apache. p4raw-id: //depot/perl@15357
* Re: perl@15244H.Merijn Brand2002-03-191-35/+36
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl> (Goedendag: Dutch whitespace police) p4raw-id: //depot/perl@15339
* This is like trying to put the shaving creamJarkko Hietaniemi2002-03-191-1/+1
| | | | | back to the can... p4raw-id: //depot/perl@15335
* With the -D_SVID_SOURCE Debian 2.2 dies on conflictingJarkko Hietaniemi2002-03-191-1/+1
| | | | | types of usleep(). Fun, fun. fun. p4raw-id: //depot/perl@15334
* Sarathy's new suggestion for Linux threading flags.Jarkko Hietaniemi2002-03-191-1/+1
| | | p4raw-id: //depot/perl@15333
* Take away _GNU_SOURCE since that does not seemJarkko Hietaniemi2002-03-191-3/+9
| | | | | | to play well with other software (like Apache), just hint away the WHOAs. p4raw-id: //depot/perl@15328
* re: long double vs. Tru64 UNIX Spider Boardman2002-03-181-0/+35
| | | | | Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com> p4raw-id: //depot/perl@15293
* Re: perl@15244Spider Boardman2002-03-181-14/+37
| | | | | | | Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com> (IA64 work.) p4raw-id: //depot/perl@15289
* More prototypes blindness in Solaris.Jarkko Hietaniemi2002-03-181-1/+6
| | | | | (TODO: readdir64_r really needs to be seen.) p4raw-id: //depot/perl@15286
* More prototype calming (really should fix the ConfigureJarkko Hietaniemi2002-03-181-0/+14
| | | | | protochk, but not at this point in time). p4raw-id: //depot/perl@15280
* FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.Jarkko Hietaniemi2002-03-161-1/+7
| | | p4raw-id: //depot/perl@15262
* There seems to be a trend for the *time_r to be hidden.Jarkko Hietaniemi2002-03-161-0/+8
| | | p4raw-id: //depot/perl@15260
* More paranoid _r protochecking. At least Tru64 andJarkko Hietaniemi2002-03-163-0/+15
| | | | | | | Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. p4raw-id: //depot/perl@15257
* Typo in #15247.Jarkko Hietaniemi2002-03-151-1/+1
| | | p4raw-id: //depot/perl@15248
* The UINT32_MAX_BROKEN is still needed for pre-gcc-3Jarkko Hietaniemi2002-03-151-0/+5
| | | | | in HP-UX (from H.Merijn Brand) p4raw-id: //depot/perl@15247
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-1/+1
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Stray whitespace mucking here-docMichael G. Schwern2002-03-121-1/+1
| | | | | Message-Id: <20020312061208.GD904@blackrider> p4raw-id: //depot/perl@15184
* Re: [PATCH] for broken /proc/curproc/file on FreeBSDJarkko Hietaniemi2002-03-111-3/+0
| | | | | | | | | | | | | | | From: Nicholas Clark <nick@unfortu.net> Date: Sun, 10 Mar 2002 18:17:50 +0000 Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net> Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 10 Mar 2002 13:53:34 -0800 Message-ID: <eX9i8gzkg26G092yn@efn.org> (and reenable the feature in freebsd, and move the freebsd pr url to perl.c) p4raw-id: //depot/perl@15160
* DG/UX updates from Takis Psarogiannakopoulos.Jarkko Hietaniemi2002-03-111-28/+33
| | | p4raw-id: //depot/perl@15151
* for broken /proc/curproc/file on FreeBSDSlaven Rezic2002-03-101-0/+4
| | | | | Message-ID: <87lmd1qjj6.fsf@vran.herceg.de> p4raw-id: //depot/perl@15144
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-101-1/+1
| | | p4raw-id: //depot/perl@15141
* Cygwin cygipc support skippedGerrit P. Haase2002-03-081-1/+0
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <113694157285.20020308165934@familiehaase.de> p4raw-id: //depot/perl@15108
* hints/powerux.sh for perl-5.7.3Tom Horsley2002-03-081-36/+144
| | | | | Message-Id: <200203081324.NAA00642@cleo> p4raw-id: //depot/perl@15103
* Solaris: allow for /usr/bin/df not to exist.Kingpin2002-03-051-1/+1
| | | | | | Subject: [ID 20020305.014] Configure: /usr/bin/df: not found Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com> p4raw-id: //depot/perl@15048
* [ PATCH ] HP back to defaultH.Merijn Brand2002-03-031-3/+3
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@14965
* Re: Smoke 14870H.Merijn Brand2002-02-271-0/+21
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl> (with some additional garnish) p4raw-id: //depot/perl@14895
* Only modify LD_LIBRARY_PATH in case there are directories.Jarkko Hietaniemi2002-02-271-5/+7
| | | p4raw-id: //depot/perl@14891
* perl/hints/vos.shPaul Green2002-02-271-0/+9
| | | | | Message-Id: <200202262021.PAA24979@mailhub1.stratus.com> p4raw-id: //depot/perl@14890
* If using -Dloclibpth=... the directories need toJarkko Hietaniemi2002-02-261-0/+27
| | | | | | | be appended to LD_LIBRARY_PATH (and ickily, if those directories contain a (newer?) libdb.so, we need to prepend /usr/shlib to loclibpth). p4raw-id: //depot/perl@14879
* d_Gconvert hints and GlossaryYitzchak Scott-Thoennes2002-02-207-17/+13
| | | | | Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
* [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-202-2/+2
| | | | | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> p4raw-id: //depot/perl@14784
* ; was Re: [PATCH Configure] Interaction of cc.cbu and checkccRobin Barker2002-02-151-2/+8
| | | | | | | Message-Id: <200202141907.TAA21516@tempest.npl.co.uk> (the hints part only) p4raw-id: //depot/perl@14709
* OS/2 tests and moreIlya Zakharevich2002-02-151-0/+1
| | | | | | Message-Id: <20020215035624.A16467@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14705
* Retract #14661.Jarkko Hietaniemi2002-02-121-6/+1
| | | p4raw-id: //depot/perl@14662
* (retracted by #14662)Jarkko Hietaniemi2002-02-121-1/+6
| | | p4raw-id: //depot/perl@14661
* OS/2 buildIlya Zakharevich2002-02-111-0/+12
| | | | | | | Message-ID: <20020211065640.A14993@math.ohio-state.edu> (sans the Configure, perlio.sym, and t/op/stat.t parts) p4raw-id: //depot/perl@14641
* The -W 0,float(ieee) and gcvt() are the bad combination.Jarkko Hietaniemi2002-02-091-2/+1
| | | p4raw-id: //depot/perl@14616