summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* (retracted by #12497)Jarkko Hietaniemi2001-10-151-1/+1
| | | | | In AIX vac 5 just can't seem to get regcomp right. p4raw-id: //depot/perl@12446
* Don't assume that everybody is running OS X 10.1 yet;Jarkko Hietaniemi2001-10-081-1/+7
| | | | | from Kay Röpke. p4raw-id: //depot/perl@12364
* Detypo.Jarkko Hietaniemi2001-10-081-1/+1
| | | p4raw-id: //depot/perl@12354
* It seems that in MacOS X 10.1 one must use -flat_namespaceJarkko Hietaniemi2001-10-071-1/+3
| | | | | in ldflags. p4raw-id: //depot/perl@12351
* Mac OS X doesn't have threadsafe (_r) libc interfaces.Jarkko Hietaniemi2001-10-011-0/+17
| | | | | Until it has, better stop early if someone requests threads. p4raw-id: //depot/perl@12300
* The code is now almost tidy enough to keep the IRIX cc happy.Jarkko Hietaniemi2001-09-221-5/+11
| | | p4raw-id: //depot/perl@12141
* Retract #12134; reintroduce #11949: PADOFFSETs are now UVsJarkko Hietaniemi2001-09-221-5/+5
| | | | | | | (suggested by Sarathy, extensions shouldn't be dabbling with op structures, so binary backward compatibility should not be an issue.) p4raw-id: //depot/perl@12138
* (Retracted by #12138)Jarkko Hietaniemi2001-09-221-5/+5
| | | | | | | | | | | | | Add -woff (turn warning off) 3187: "A pointer is converted to a smaller integer." This happens when your pointers are 64-bit: then every case of converting pointers to PADOFFSETs (explicitly 32-bit) faces truncation (even explicit use of INT2PTR doesn't help). CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted. Changing PADOFFSET from U32 to UV would help, but that would break binary backward compatibility of BASEOP and padop (assuming you have been using 64-bit pointers). p4raw-id: //depot/perl@12134
* The AIX cc 5.0.0.0 is simply too buggy.Jarkko Hietaniemi2001-09-221-5/+5
| | | p4raw-id: //depot/perl@12130
* ucblib shouldn't be linked against in nonstop-ux,Jarkko Hietaniemi2001-09-141-0/+3
| | | | | from Tom Bates. p4raw-id: //depot/perl@12012
* 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
* Thinko: we want the flags for native cc, not gcc.Jarkko Hietaniemi2001-08-111-1/+2
| | | p4raw-id: //depot/perl@11636
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-1/+1
| | | p4raw-id: //depot/perl@11631
* 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
* Make VMS use IEEE math by default; reorder Tru64 hintsJarkko Hietaniemi2001-08-081-12/+21
| | | | | | so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754 exception semantics) is always set if using (the new) cc. p4raw-id: //depot/perl@11613
* Ignore SIGFPE everywhere.Jarkko Hietaniemi2001-08-073-7/+4
| | | p4raw-id: //depot/perl@11608
* hints/openbsd.sh tweaks.Andy Dougherty2001-08-071-4/+6
| | | | | Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11606
* Some Tru64 C compilers have C++ components that confuseJarkko Hietaniemi2001-08-051-1/+1
| | | | | the ccversion parsing. p4raw-id: //depot/perl@11580
* Explain in more detail why -pipe and -fno-common are good.Jarkko Hietaniemi2001-07-301-2/+6
| | | p4raw-id: //depot/perl@11507
* Perl hasn't been putting man pages into $prefix/lib forJarkko Hietaniemi2001-07-301-1/+0
| | | | | a long time now; pointed out by Andy Dougherty. p4raw-id: //depot/perl@11505
* Clean up Darwin hintsWilfredo Sánchez2001-07-291-11/+19
| | | | | Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org> p4raw-id: //depot/perl@11476
* Don't override user-specified optimize flagRobin Houston2001-07-161-1/+3
| | | | | Message-Id: <20010715182230.A11174@robin> p4raw-id: //depot/perl@11383
* Remove useless ccflags hintsAndy Dougherty2001-07-162-4/+4
| | | | | Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11377
* Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]H.Merijn Brand2001-07-121-1/+1
| | | | | Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11323
* Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>Norton T. Allen2001-07-121-7/+30
| | | p4raw-id: //depot/perl@11315
* Re: HiRes on AIX 4.2 in threaded modeH.Merijn Brand2001-07-121-15/+19
| | | | | Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11301
* UTS tweaks for Hal Morris.Jarkko Hietaniemi2001-07-121-4/+5
| | | p4raw-id: //depot/perl@11284
* dynixptx updates for osvers='4.5.2'Peter Prymmer2001-07-111-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> p4raw-id: //depot/perl@11270
* Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>Norton T. Allen2001-07-061-6/+5
| | | p4raw-id: //depot/perl@11170
* POSIX-BC tweaks from Thomas Dorner.Jarkko Hietaniemi2001-07-051-4/+1
| | | p4raw-id: //depot/perl@11160
* DOS/DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-07-041-0/+2
| | | p4raw-id: //depot/perl@11135
* Retract #10142, the real culprit found by Richard Hatch,Jarkko Hietaniemi2001-07-021-5/+0
| | | | | coming soon to Configure near you. p4raw-id: //depot/perl@11114
* Re: AIX / gcc-3.0H.Merijn Brand2001-07-021-2/+5
| | | | | Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11088
* In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)Jarkko Hietaniemi2001-06-301-0/+5
| | | | | | the Configure library symbol probe mysteriously finds all symbols but those of pipe() and times(). p4raw-id: //depot/perl@11042
* -lpthreads missing in AIX.Jarkko Hietaniemi2001-06-291-2/+2
| | | p4raw-id: //depot/perl@11031
* AIX hints tweaking continues, from Merijn Brand.Jarkko Hietaniemi2001-06-291-5/+13
| | | p4raw-id: //depot/perl@11020
* HP-UX needs gccversion sooner, from Merijn Brand.Jarkko Hietaniemi2001-06-291-11/+21
| | | p4raw-id: //depot/perl@11019
* OS/2 improvementsIlya Zakharevich2001-06-281-0/+1
| | | | | Message-ID: <20010628160314.A17906@math.ohio-state.edu> p4raw-id: //depot/perl@11010
* AIX tweak from Merijn Brand.Jarkko Hietaniemi2001-06-281-1/+1
| | | p4raw-id: //depot/perl@11008
* One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et aliaJarkko Hietaniemi2001-06-281-0/+13
| | | | | in AIX is one is doing a 64-bit build. p4raw-id: //depot/perl@11002
* 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
* Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>Norton T. Allen2001-06-271-109/+143
| | | p4raw-id: //depot/perl@10990
* GCC 3.0 hints for HP-UX.Jarkko Hietaniemi2001-06-271-3/+5
| | | p4raw-id: //depot/perl@10985
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-272-2/+2
| | | | | ("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
* Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.Jarkko Hietaniemi2001-06-271-2/+4
| | | p4raw-id: //depot/perl@10978
* OPTIMIZE=-gIlya Zakharevich2001-06-261-1/+1
| | | | | Message-ID: <20010626172324.A27003@math.ohio-state.edu> p4raw-id: //depot/perl@10973
* Typo in #10889.Jarkko Hietaniemi2001-06-251-1/+1
| | | p4raw-id: //depot/perl@10933
* crypt() on OS/2Ilya Zakharevich2001-06-251-0/+16
| | | | | Message-ID: <20010625055227.A24635@math.ohio-state.edu> p4raw-id: //depot/perl@10920
* Re: [PATCH 5.6.1] OS2 ConfigureIlya Zakharevich2001-06-241-23/+97
| | | | | Message-ID: <20010624052440.A27698@math.ohio-state.edu> p4raw-id: //depot/perl@10892
* Make UTS as per #10888.Jarkko Hietaniemi2001-06-241-1/+1
| | | p4raw-id: //depot/perl@10889