summaryrefslogtreecommitdiff
path: root/hints
Commit message (Expand)AuthorAgeFilesLines
* bump version to v5.22.0 with Porting/bump-perl-versionRicardo Signes2015-05-081-2/+2
* Bump version for 5.21.12 (although it's unlikely to happen)Steve Hay2015-04-211-2/+2
* Bump version for 5.21.11 (if that happens)Steve Hay2015-03-201-2/+2
* hints/os390.sh: z/OS doesn't work with an fd in file descKarl Williamson2015-03-101-0/+4
* hints/os390.sh: UpdateKarl Williamson2015-03-101-17/+10
* hints/os390.sh: z/OS long long supportJohn Goodyear2015-03-101-1/+1
* Make use64bitall distinctive from use64bitint on HP-UXH.Merijn Brand2015-03-061-0/+8
* Tru64: living dangerously, enabling the -c99 flag for ccJarkko Hietaniemi2015-03-021-16/+1
* added link to announcementSawyer X2015-02-211-2/+2
* Remove some remnants of x2p, which was removed by commit e5a8a0fbd7Steve Hay2015-02-181-1/+1
* Fix where we look for the Sun Studio compilerChris 'BinGOs' Williams2015-02-171-1/+1
* More bumpbing of version number to 5.21.9. Missed this yesterday.Matthew Horsfall2015-01-211-2/+2
* Bump version number to 5.21.8Max Maischein2014-12-211-2/+2
* Tru64: tgamma in libm but broken.Jarkko Hietaniemi2014-12-121-0/+1
* z/OS has nan() in math lib but seemingly broken.Jarkko Hietaniemi2014-12-081-0/+9
* reduce stderr noise in buildDavid Mitchell2014-12-031-1/+1
* HP-UX 10.20 has pseudo-long-double which shouldn't be used.Jarkko Hietaniemi2014-11-291-0/+24
* AIX: gcc long doubles do not use -qlongdouble.Jarkko Hietaniemi2014-11-231-1/+4
* Revert "Since HP cc is strict c89, use -std=c89 with gcc."Jarkko Hietaniemi2014-11-211-4/+0
* Document MACOSX_DEPLOYMENT_TARGET.Jarkko Hietaniemi2014-11-211-0/+2
* Since HP cc is strict c89, use -std=c89 with gcc.Jarkko Hietaniemi2014-11-201-0/+4
* Bump the perl version in various places for 5.21.7Chris 'BinGOs' Williams2014-11-211-2/+2
* quadmath: try finding if only available as gcc internal library.Jarkko Hietaniemi2014-11-141-0/+17
* Tru64 more undef hints.Jarkko Hietaniemi2014-11-141-1/+13
* Remove unneeded Tru64 cases.Jarkko Hietaniemi2014-11-141-0/+3
* If long double math functions do not work, drop uselongdouble.Jarkko Hietaniemi2014-11-121-32/+0
* FreeBSD may not have the C99 long double math interfaces.Jarkko Hietaniemi2014-11-091-0/+33
* Android hints: No locales here, so undef d_lc_monetary_2008Brian Fraser2014-10-311-0/+1
* Disable gcc-style function attributes on z/OS.Andy Dougherty2014-10-211-0/+19
* Change os390 custom cppstdin script to use fgrep.Andy Dougherty2014-10-211-2/+2
* Bump the perl version in various places for 5.21.6Abigail2014-10-201-2/+2
* After Yosemite there's no /usr/include.Jarkko Hietaniemi2014-10-181-2/+4
* Irix: MIPSpro 7.4 compiler has broken memcmp.Jarkko Hietaniemi2014-10-151-0/+20
* Tru64: the socket API defines must come early.Jarkko Hietaniemi2014-10-081-3/+18
* Tru64: does have sa_len.Jarkko Hietaniemi2014-10-071-0/+3
* AIX/longdouble: switch the default to allow it.Jarkko Hietaniemi2014-10-061-3/+3
* Upstream a patch from pkgsrc for NetBSD hintsChris 'BinGOs' Williams2014-09-301-1/+15
* Mention that freeware gdbm might be obsolete.Jarkko Hietaniemi2014-09-291-0/+4
* Irix: the explicit <fcntl.h> is neededJarkko Hietaniemi2014-09-291-0/+5
* IRIX 6.5 (cc 7.4) needs -c99 to compile without whining.Jarkko Hietaniemi2014-09-291-1/+10
* Bump version to 5.21.5Steve Hay2014-09-201-2/+2
* Darwin: set ld to 'cc' if $cc is 'cc' or empty, $cc otherwise.Jarkko Hietaniemi2014-09-141-2/+5
* Darwin: if cc is explicitly gcc/g++, use it also as ld.Jarkko Hietaniemi2014-09-141-1/+5
* Document the IBM admission of weirdness of AIX long doubles.Jarkko Hietaniemi2014-09-081-2/+37
* 5df8ece2 didn't really allow one to keep long doubles.Jarkko Hietaniemi2014-09-071-3/+3
* HP-UX: 10.X doesn't really have isfinite().Jarkko Hietaniemi2014-09-011-0/+7
* AIX: allow one to keep long doubles, even if broken.Jarkko Hietaniemi2014-08-311-2/+16
* AIX: if long doubles do not mix with infinity, disable long doubles.Jarkko Hietaniemi2014-08-311-3/+32
* Detect HAS_AIX_POWL_NEG_BASE_BUG in hints/aix.shJarkko Hietaniemi2014-08-311-0/+24
* Under C99 isfinite/isinf/isnan are sizeof-aware macros.Jarkko Hietaniemi2014-08-281-3/+0