summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* RE: [PATCH] s/perl510/perl511/gJan Dubois2007-12-251-8/+8
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <0cdf01c84684$f99c3310$ecd49930$@com> p4raw-id: //depot/perl@32722
* [perl #24079] Missing crypt() function on QNX 6.2.1 Matt Kraai2007-12-031-0/+3
| | | | | | From: "Matt Kraai via RT" <perlbug-comment@perl.org> Message-ID: <rt-3.6.HEAD-28750-1196705917-150.24079-14-0@perl.org> p4raw-id: //depot/perl@32563
* Fix prototype variables default values on NetBSD, by Craig A. BerryRafael Garcia-Suarez2007-11-271-10/+10
| | | p4raw-id: //depot/perl@32518
* RC1: Future-proof solaris 10 versioned solibs hintAndy Dougherty2007-11-211-10/+13
| | | | | Message-ID: <Pine.LNX.4.64.0711201346560.31844@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@32429
* Re: [PATCH] various RC1 nitsJarkko Hietaniemi2007-11-201-11/+12
| | | | | Message-ID: <4743029A.3010002@iki.fi> p4raw-id: //depot/perl@32425
* RC1: In Solaris 10 do not use versioned solibsJarkko Hietaniemi2007-11-201-0/+8
| | | | | Message-ID: <4742E121.2090306@iki.fi> p4raw-id: //depot/perl@32418
* Rename "perl59" to "perl510"Jan Dubois2007-11-201-8/+8
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <03cd01c82b07$581a1950$084e4bf0$@com> p4raw-id: //depot/perl@32411
* Fix build failure on QNXMatt Kraai2007-11-161-0/+3
| | | | | Message-ID: <20071115230134.GA4032@ftbfs.org> p4raw-id: //depot/perl@32332
* Re: configure failed in tru64Jarkko Hietaniemi2007-10-301-56/+60
| | | | | Message-ID: <47271AE4.5060806@iki.fi> p4raw-id: //depot/perl@32203
* (Was Re: [PATCH] FreeBSD atoll() warning)Andy Dougherty2007-10-251-0/+9
| | | | | Message-ID: <Pine.LNX.4.64.0710241307450.21836@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@32190
* Time::Piece & matherr on qnx4Alexander Gough2007-10-081-1/+11
| | | | | | | Message-ID: <20071008121004.GB24241@the.earth.li> Plus, bump version number of Time::Piece to 1.11_03 p4raw-id: //depot/perl@32069
* Revert #31942, as it was inconsistent between threaded andH.Merijn Brand2007-09-231-9/+0
| | | | | non-threaded builds p4raw-id: //depot/perl@31943
* netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERICAbe Timmerman2007-09-231-0/+9
| | | | | | Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu) Message-ID: <46F5A136.8080000@ztreet.demon.nl> p4raw-id: //depot/perl@31942
* HP's ANSI-C optimizer breaks op.c (t/op/state.t failure); ccversion fixedH.Merijn Brand2007-09-171-2/+4
| | | p4raw-id: //depot/perl@31886
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-34/+78
| | | | | Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878
* Upstream netbsd patch. Also unified the whitespace. (thanks BinGOs)H.Merijn Brand2007-09-061-30/+54
| | | p4raw-id: //depot/perl@31802
* get rid of cygwin perlld and ld2Reini Urban2007-08-141-3/+5
| | | | | Message-Id: <46C15106.9080003@x-ray.at> p4raw-id: //depot/perl@31710
* Put a proper title like in every man pageRafael Garcia-Suarez2007-07-131-1/+1
| | | p4raw-id: //depot/perl@31605
* Correct a couple more cases of $Config{useshrplib}Steve Hay2007-07-031-1/+1
| | | p4raw-id: //depot/perl@31526
* [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues Niklas Edmundsson2007-06-221-14/+43
| | | | | | From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org> p4raw-id: //depot/perl@31445
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-172-1/+360
| | | p4raw-id: //depot/perl@31404
* Remove ext/ThreadJerry D. Hedden2007-05-021-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* g++ in Tru64: align sockaddr and sockaddr_in defsJarkko Hietaniemi2007-04-121-2/+3
| | | | | Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi> p4raw-id: //depot/perl@30918
* Undo the non-maint part of change 30816. Silly Nicholas.Nicholas Clark2007-04-101-12/+1
| | | p4raw-id: //depot/perl@30894
* Integrate:Nicholas Clark2007-03-311-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | [ 30652] In safecalloc, use the system calloc() for the non-DEBUGGING case, as it may be able to memset() to 0 for free. [ 30661] Remove the (sometimes) unused variable from change 30652. [ 30670] Subject: [PATCH] Change 30661 could result in undefined variable From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com> Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT) [ 30771] Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Mon, 26 Mar 2007 19:50:11 -0400 Message-ID: <46085C33.1030601@iki.fi> p4raw-link: @30771 on //depot/perl: ad7244db27635ed088fc05a8a69e99bbb19c36d6 p4raw-link: @30670 on //depot/perl: 6460123ae692a9c25bc8c2253f12c8cf6f0ebdc0 p4raw-link: @30661 on //depot/perl: a93c8a9e4a51d34ca994257e736b80ca04ec6f9e p4raw-link: @30652 on //depot/perl: e1a95402a0ef053bf8dd15ba3824743513f0725e p4raw-id: //depot/perl@30816
* On Linux, don't compile with -DTHREADS_HAVE_PIDS if theRafael Garcia-Suarez2007-03-261-1/+7
| | | | | kernel uses the NPTL threading model p4raw-id: //depot/perl@30758
* Default to ELF on FreeBSD when objformat is not thereAnton Berezin2007-03-081-6/+6
| | | | | Message-ID: <20070308110845.GA24332@heechee.tobez.org> p4raw-id: //depot/perl@30512
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-0/+3
| | | | | | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> Also includes integration & deletion of win32/ext/Win32API to ext/Win32API, and addition of copyright message and corrections to spacing/tabbing as suggested by Jan Dubois. p4raw-id: //depot/perl@30379
* libdb may require pthreadJonathan Stowe2007-02-071-3/+40
| | | | | Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com> p4raw-id: //depot/perl@30155
* cygwin: disable effect of -ansi -std=c89 on system include Yitzchak Scott-Thoennes2007-02-051-1/+1
| | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186> p4raw-id: //depot/perl@30129
* Reentrant functions appear to still be broken in NetBSD 3.1.Steve Peters2007-01-161-1/+1
| | | p4raw-id: //depot/perl@29845
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-127-7/+7
| | | | | | thus seems to be much more defensive against upcoming version reporting format changes. p4raw-id: //depot/perl@29777
* Re: 'localtime' not thread-safe under HP-UX B.11.11/64Jerry D. Hedden2006-12-191-1/+7
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com> p4raw-id: //depot/perl@29596
* Upgrade warning should only be issued if upgrade happensH.Merijn Brand2006-11-211-1/+4
| | | p4raw-id: //depot/perl@29341
* Silence some warnings during ConfigureH.Merijn Brand2006-11-211-1/+2
| | | p4raw-id: //depot/perl@29339
* Remove warnings against WHOA THERE warnings from the hints files.Rafael Garcia-Suarez2006-11-217-49/+2
| | | p4raw-id: //depot/perl@29335
* Linux and Solaris hints: C++ vs dlerrorJarkko Hietaniemi2006-10-102-2/+13
| | | | | Message-ID: <452B7D58.1090009@iki.fi> p4raw-id: //depot/perl@28979
* (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CCJarkko Hietaniemi2006-09-141-14/+1
| | | | | | | Message-ID: <45083D88.7050207@iki.fi> Plus a tweak to the name of CC. p4raw-id: //depot/perl@28842
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-2/+15
| | | | | Message-ID: <4502B398.6060505@iki.fi> p4raw-id: //depot/perl@28814
* [perl #40239] New hints file for MidnightBSD Lucas Holt2006-09-041-0/+61
| | | | | | From: Lucas Holt (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org> p4raw-id: //depot/perl@28783
* [perl #40161] ccversion fix for hpuxsmoketst@hp46t243.cup.hp.com2006-08-231-1/+1
| | | | | | From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org> p4raw-id: //depot/perl@28751
* g++/Tru64: got perl linking once got the linkage rightJarkko Hietaniemi2006-08-211-0/+5
| | | | | Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> p4raw-id: //depot/perl@28741
* g++/Solaris: force d_dlopen=defineJarkko Hietaniemi2006-08-201-0/+11
| | | | | Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi> p4raw-id: //depot/perl@28737
* Additional floating point strictness is needed to get Intel cc to passSteve Peters2006-08-151-2/+2
| | | | | its tests. p4raw-id: //depot/perl@28728
* g++: gethostbyaddr, and more Tru64 definesJarkko Hietaniemi2006-08-101-2/+3
| | | | | Message-ID: <44DACB8C.1080708@iki.fi> p4raw-id: //depot/perl@28689
* more g++ in Tru64Jarkko Hietaniemi2006-08-031-3/+3
| | | | | Message-ID: <44D191FD.9030902@iki.fi> p4raw-id: //depot/perl@28654
* g++ heavy shovelingJarkko Hietaniemi2006-08-021-0/+12
| | | | | Message-ID: <44CFC1EA.2050702@iki.fi> p4raw-id: //depot/perl@28645
* (back) towards g++ compilation (in Tru64, and elsewhere)Jarkko Hietaniemi2006-08-011-0/+6
| | | | | | | Message-ID: <44CE6BC7.8060805@iki.fi> Just the hints/dec_osf.sh changes from this set of patches. p4raw-id: //depot/perl@28633
* Tru64: if cc given both -O and -g, -g must be -g3Jarkko Hietaniemi2006-07-231-0/+10
| | | | | Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi> p4raw-id: //depot/perl@28609
* Keep Intel C++ from claiming that it is gcc.Steve Peters2006-07-131-1/+2
| | | p4raw-id: //depot/perl@28566