summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
Commit message (Collapse)AuthorAgeFilesLines
* Smoke failing on longdoubleRich Rauenzahn2009-05-221-12/+0
| | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* 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
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-121-1/+1
| | | | | | 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
* [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
* 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
* 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
* 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
* gcc hints were not yet applied to gcc-4.xH.Merijn Brand2005-05-301-11/+12
| | | | | Now they are p4raw-id: //depot/perl@24630
* Now that we have the full path, we can skip the which call,H.Merijn Brand2005-03-301-1/+1
| | | | | that might cause trouble on testdrive systems. p4raw-id: //depot/perl@24107
* 'what' cannot find ccversion if `which cc` is a symlink to ccacheH.Merijn Brand2005-02-101-1/+22
| | | | | ccversion is important enough to jump through some hoops to get it p4raw-id: //depot/perl@23958
* HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSIH.Merijn Brand2004-06-291-1/+1
| | | | | | 11.00 and on are ANSI by default for /opt/ansic/bin Error was introduced by #22975 in re-enabling 10.01 p4raw-id: //depot/perl@23007
* Backward compatibility issues for HP-UX 10.01 and olderH.Merijn Brand2004-06-231-1/+11
| | | | | | Yes, it is still actively used in production environment One more patch expected for toke.c optimization level p4raw-id: //depot/perl@22975
* Test drives are fun. Implement ccversion for Itanium HP-UX 11.23H.Merijn Brand2004-04-061-1/+1
| | | p4raw-id: //depot/perl@22666
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-241-0/+5
| | | | | | Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
* Re: Smoke 17703 /pro/3gl/CPAN/perl-currentH.Merijn Brand2002-08-121-1/+1
| | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl> gcc bug test needs -lm p4raw-id: //depot/perl@17712
* Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00H.Merijn Brand2002-08-081-0/+52
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17694
* [ PATCH ] mymalloc on HP-UXH.Merijn Brand2002-06-131-1/+20
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17217
* archname glitch on HP-UX/IA64Colin Watson2002-05-311-2/+2
| | | | | Message-ID: <20020531163406.GA10401@zeus.com> p4raw-id: //depot/perl@16928
* [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-currentH.Merijn Brand2002-05-271-0/+3
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16814
* HP-UX 11.00 io_xs hangup workaround.Jarkko Hietaniemi2002-05-221-1/+4
| | | p4raw-id: //depot/perl@16743
* Re: [ PATCH ] AIX 4.3 / gcc / threadsH.Merijn Brand2002-05-161-1/+1
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> gcc 3 version parsing proofing. p4raw-id: //depot/perl@16629
* Re: perl@16573H.Merijn Brand2002-05-131-4/+9
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl> (gcc 3.0 vs 64-bit hpux hints) p4raw-id: //depot/perl@16581
* [ PATCH ] time problem on 10.20 w/ threadsH.Merijn Brand2002-04-141-1/+11
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15906
* Enable portable gcc code on hp-uxH.Merijn Brand2002-04-141-1/+6
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15905
* Avoid bad prototypes.Jarkko Hietaniemi2002-04-091-0/+3
| | | p4raw-id: //depot/perl@15830
* [ PATCH ] Re: no snapshot today, no RC1 Monday H.Merijn Brand2002-04-081-0/+2
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15807
* More HP-UX/IA64 workSpider Boardman2002-03-211-3/+30
| | | | | Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> p4raw-id: //depot/perl@15388
* 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
* Re: perl@15244Spider Boardman2002-03-181-14/+37
| | | | | | | Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com> (IA64 work.) p4raw-id: //depot/perl@15289
* 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
* [ 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
* Misunderstood Merijn's patch.Jarkko Hietaniemi2002-01-281-2/+4
| | | p4raw-id: //depot/perl@14473
* For some strange reason under the smoke harness the alignmentJarkko Hietaniemi2002-01-281-0/+5
| | | | | test hangs in HP-UX 10.20. So hint it to avoid the test. p4raw-id: //depot/perl@14468
* Protect against accumulating -options -options -options.Jarkko Hietaniemi2001-11-271-2/+8
| | | p4raw-id: //depot/perl@13322
* GNU ld parses arguments differentH.Merijn Brand2001-08-271-4/+4
| | | | | Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11757
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+4
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* HP-UX needs gccversion sooner, from Merijn Brand.Jarkko Hietaniemi2001-06-291-11/+21
| | | p4raw-id: //depot/perl@11019
* Re: [PATCH] gcc-3.0 warnings on HP-UXH.Merijn Brand2001-06-271-2/+6
| | | | | Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10991
* GCC 3.0 hints for HP-UX.Jarkko Hietaniemi2001-06-271-3/+5
| | | p4raw-id: //depot/perl@10985
* HP-UX hints update from Merijn.Jarkko Hietaniemi2001-05-161-19/+78
| | | p4raw-id: //depot/perl@10131
* Yet another HP-UX hints tweak from Merijn.Jarkko Hietaniemi2001-05-141-11/+5
| | | p4raw-id: //depot/perl@10092
* Re: Less warnings during configureH.Merijn Brand2001-05-091-0/+50
| | | | | Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10046
* Less warnings during configureH.Merijn Brand2001-05-081-10/+10
| | | | | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10039
* Re: Finally got a round tuitH.Merijn Brand2001-05-011-1/+6
| | | | | | | Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl> cpp and optimization tweaks for HP-UX. p4raw-id: //depot/perl@9929