| Commit message (Expand) | Author | Age | Files | Lines |
* | AIX: gcc long doubles do not use -qlongdouble. | Jarkko Hietaniemi | 2014-11-23 | 1 | -1/+4 |
* | Revert "Since HP cc is strict c89, use -std=c89 with gcc." | Jarkko Hietaniemi | 2014-11-21 | 1 | -4/+0 |
* | Document MACOSX_DEPLOYMENT_TARGET. | Jarkko Hietaniemi | 2014-11-21 | 1 | -0/+2 |
* | Since HP cc is strict c89, use -std=c89 with gcc. | Jarkko Hietaniemi | 2014-11-20 | 1 | -0/+4 |
* | Bump the perl version in various places for 5.21.7 | Chris 'BinGOs' Williams | 2014-11-21 | 1 | -2/+2 |
* | quadmath: try finding if only available as gcc internal library. | Jarkko Hietaniemi | 2014-11-14 | 1 | -0/+17 |
* | Tru64 more undef hints. | Jarkko Hietaniemi | 2014-11-14 | 1 | -1/+13 |
* | Remove unneeded Tru64 cases. | Jarkko Hietaniemi | 2014-11-14 | 1 | -0/+3 |
* | If long double math functions do not work, drop uselongdouble. | Jarkko Hietaniemi | 2014-11-12 | 1 | -32/+0 |
* | FreeBSD may not have the C99 long double math interfaces. | Jarkko Hietaniemi | 2014-11-09 | 1 | -0/+33 |
* | Android hints: No locales here, so undef d_lc_monetary_2008 | Brian Fraser | 2014-10-31 | 1 | -0/+1 |
* | Disable gcc-style function attributes on z/OS. | Andy Dougherty | 2014-10-21 | 1 | -0/+19 |
* | Change os390 custom cppstdin script to use fgrep. | Andy Dougherty | 2014-10-21 | 1 | -2/+2 |
* | Bump the perl version in various places for 5.21.6 | Abigail | 2014-10-20 | 1 | -2/+2 |
* | After Yosemite there's no /usr/include. | Jarkko Hietaniemi | 2014-10-18 | 1 | -2/+4 |
* | Irix: MIPSpro 7.4 compiler has broken memcmp. | Jarkko Hietaniemi | 2014-10-15 | 1 | -0/+20 |
* | Tru64: the socket API defines must come early. | Jarkko Hietaniemi | 2014-10-08 | 1 | -3/+18 |
* | Tru64: does have sa_len. | Jarkko Hietaniemi | 2014-10-07 | 1 | -0/+3 |
* | AIX/longdouble: switch the default to allow it. | Jarkko Hietaniemi | 2014-10-06 | 1 | -3/+3 |
* | Upstream a patch from pkgsrc for NetBSD hints | Chris 'BinGOs' Williams | 2014-09-30 | 1 | -1/+15 |
* | Mention that freeware gdbm might be obsolete. | Jarkko Hietaniemi | 2014-09-29 | 1 | -0/+4 |
* | Irix: the explicit <fcntl.h> is needed | Jarkko Hietaniemi | 2014-09-29 | 1 | -0/+5 |
* | IRIX 6.5 (cc 7.4) needs -c99 to compile without whining. | Jarkko Hietaniemi | 2014-09-29 | 1 | -1/+10 |
* | Bump version to 5.21.5 | Steve Hay | 2014-09-20 | 1 | -2/+2 |
* | Darwin: set ld to 'cc' if $cc is 'cc' or empty, $cc otherwise. | Jarkko Hietaniemi | 2014-09-14 | 1 | -2/+5 |
* | Darwin: if cc is explicitly gcc/g++, use it also as ld. | Jarkko Hietaniemi | 2014-09-14 | 1 | -1/+5 |
* | Document the IBM admission of weirdness of AIX long doubles. | Jarkko Hietaniemi | 2014-09-08 | 1 | -2/+37 |
* | 5df8ece2 didn't really allow one to keep long doubles. | Jarkko Hietaniemi | 2014-09-07 | 1 | -3/+3 |
* | HP-UX: 10.X doesn't really have isfinite(). | Jarkko Hietaniemi | 2014-09-01 | 1 | -0/+7 |
* | AIX: allow one to keep long doubles, even if broken. | Jarkko Hietaniemi | 2014-08-31 | 1 | -2/+16 |
* | AIX: if long doubles do not mix with infinity, disable long doubles. | Jarkko Hietaniemi | 2014-08-31 | 1 | -3/+32 |
* | Detect HAS_AIX_POWL_NEG_BASE_BUG in hints/aix.sh | Jarkko Hietaniemi | 2014-08-31 | 1 | -0/+24 |
* | Under C99 isfinite/isinf/isnan are sizeof-aware macros. | Jarkko Hietaniemi | 2014-08-28 | 1 | -3/+0 |
* | Fix bad quoting. | Jarkko Hietaniemi | 2014-08-23 | 1 | -1/+1 |
* | Old HP-UXen had a non-standard strtold(). | Jarkko Hietaniemi | 2014-08-22 | 1 | -0/+8 |
* | For Darwin MacPorts add the gcc/g++ libdir. | Jarkko Hietaniemi | 2014-08-22 | 1 | -0/+5 |
* | Bump version number from 5.21.3 to 5.21.4 | Peter Martini | 2014-08-21 | 1 | -2/+2 |
* | Android hints: Always append /system/lib and /vendor/lib in libpth | Brian Fraser | 2014-08-20 | 1 | -0/+1 |
* | Android hints: define d_procselfexe and procselfexe if needed | Brian Fraser | 2014-08-20 | 1 | -1/+10 |
* | OSX does have isfinite(), and 10.9+ prefers it over finite(). | Jarkko Hietaniemi | 2014-08-20 | 1 | -0/+9 |
* | Remove compiler warning spam on dos-djgpp | Chris 'BinGOs' Williams | 2014-08-13 | 1 | -3/+3 |
* | Sun c99 needs -Xa for many system interfaces. | Jarkko Hietaniemi | 2014-08-05 | 1 | -2/+8 |
* | Sun c99 doesn't like bare -O. | Jarkko Hietaniemi | 2014-08-05 | 1 | -0/+7 |
* | Sun c99 ccversion. | Jarkko Hietaniemi | 2014-08-05 | 1 | -1/+1 |
* | Newer Sun C compilers are not 'SUNwspro', but 'solstudio'. | Jarkko Hietaniemi | 2014-08-05 | 1 | -4/+8 |
* | Fix hint typo: No leading underscore in PERL_USE_SAFE_PUTENV | Andy Dougherty | 2014-08-04 | 1 | -1/+1 |
* | Bump version number from 5.21.2 to 5.21.3 | Abigail | 2014-07-20 | 1 | -2/+2 |
* | Bump the perl version in various places for 5.21.2 | Matthew Horsfall (alh) | 2014-06-20 | 1 | -2/+2 |
* | Disable ODBM (via i_dbm) in HP-UX, seems to be buggy. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+4 |
* | HP-UX cc in PA-RISC2.0 optimizer crashes with some files. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+17 |