summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* 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
* z/OS: hints/os390.sh and Makefile.SHJarkko Hietaniemi2006-07-101-9/+15
| | | | | Message-ID: <44B2B0B5.3000008@iki.fi> p4raw-id: //depot/perl@28539
* Solaris' sh doesn't like empty if'sH.Merijn Brand2006-06-301-6/+7
| | | p4raw-id: //depot/perl@28458
* Solaris hints: gcc flags confuse ConfigureAndy Dougherty2006-06-281-1/+1
| | | | | | Subject: [PATCH] (Was Re: [perl #39636] Configure fails) Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@28446
* Sun C on Linux doesn't complain about the attributes sprinkled Steve Peters2006-05-261-0/+9
| | | | | | through the code in all cases, even though attributes are not supported. In some cases, however, it does. p4raw-id: //depot/perl@28309
* Add -fno-delete-null-pointer-checks to ccflags on Itaniums when Steve Peters2006-05-101-1/+11
| | | | | compiling with gcc's 3.2, 3.3, or 3.4. This fixes RT #37156. p4raw-id: //depot/perl@28155
* Remvove code that gets undone in the next line.H.Merijn Brand2006-05-071-31/+17
| | | | | Keep the documentation part. p4raw-id: //depot/perl@28116
* Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, andNicholas Clark2006-04-281-11/+22
| | | | | | | should just be using -pthread on the linker line. This stops the new taint tests looping infinitely. It also seems to cure the TODO test in posix.t - masked SIGINT is now received. p4raw-id: //depot/perl@27995
* Support compiling for RISC OSAlex Waugh2006-04-181-0/+20
| | | | | Message-ID: <2498b2184e.ajw498@caramel.cp15.org> p4raw-id: //depot/perl@27884
* Fix some test failures in t/op/cmp.t when compiling with the IntelSteve Peters2006-03-221-1/+2
| | | | | C++ Compiler on Linux. p4raw-id: //depot/perl@27568
* Suppress System V IPC for 64-bit Darwin buildsDominic Dunlop2006-02-271-4/+9
| | | | | Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com> p4raw-id: //depot/perl@27333
* Additional hints needed to build threaded Perls on NetBSD.Steve Peters2006-02-211-1/+19
| | | p4raw-id: //depot/perl@27263
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-201-2/+2
| | | | | Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com> p4raw-id: //depot/perl@27250
* Don't add -fPIC if already present.Brendan O'Dea2006-02-171-0/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27212
* Patch for perl to compile/work on DragonFlyBSDRobert Sebastian Gerus2006-02-151-0/+114
| | | | | Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com> p4raw-id: //depot/perl@27189
* Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. Steve Peters2006-01-301-0/+8
| | | | | Otherwise, the build fails in POSIX. p4raw-id: //depot/perl@27001
* maint and blead: unicos.sh hintsJarkko Hietaniemi2006-01-301-1/+12
| | | | | Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi> p4raw-id: //depot/perl@26998
* quiet gcc Info message in cygwinYitzchak Scott-Thoennes2006-01-271-0/+3
| | | | | Message-ID: <20060126031608.GA2588@efn.org> p4raw-id: //depot/perl@26958
* Re: Today's compiling adventureKen Hirsch2006-01-121-74/+46
| | | | | Message-ID: <43C69F48.7090600@ftml.net> p4raw-id: //depot/perl@26807
* 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)H.Merijn Brand2006-01-101-6/+15
| | | | | | broken optimizer 2. Remove a compiler warning in a try program p4raw-id: //depot/perl@26770
* hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)Jarkko Hietaniemi2006-01-081-2/+11
| | | | | Message-ID: <43C0DD9A.9080809@gmail.com> p4raw-id: //depot/perl@26707
* ctime_r() and asctime_r() seem to have some problems before HP-UX 11.Steve Peters2005-12-231-0/+8
| | | p4raw-id: //depot/perl@26462