| Commit message (Expand) | Author | Age | Files | Lines |
* | bump version to v5.22.0 with Porting/bump-perl-version | Ricardo Signes | 2015-05-08 | 1 | -2/+2 |
* | Bump version for 5.21.12 (although it's unlikely to happen) | Steve Hay | 2015-04-21 | 1 | -2/+2 |
* | Bump version for 5.21.11 (if that happens) | Steve Hay | 2015-03-20 | 1 | -2/+2 |
* | hints/os390.sh: z/OS doesn't work with an fd in file desc | Karl Williamson | 2015-03-10 | 1 | -0/+4 |
* | hints/os390.sh: Update | Karl Williamson | 2015-03-10 | 1 | -17/+10 |
* | hints/os390.sh: z/OS long long support | John Goodyear | 2015-03-10 | 1 | -1/+1 |
* | Make use64bitall distinctive from use64bitint on HP-UX | H.Merijn Brand | 2015-03-06 | 1 | -0/+8 |
* | Tru64: living dangerously, enabling the -c99 flag for cc | Jarkko Hietaniemi | 2015-03-02 | 1 | -16/+1 |
* | added link to announcement | Sawyer X | 2015-02-21 | 1 | -2/+2 |
* | Remove some remnants of x2p, which was removed by commit e5a8a0fbd7 | Steve Hay | 2015-02-18 | 1 | -1/+1 |
* | Fix where we look for the Sun Studio compiler | Chris 'BinGOs' Williams | 2015-02-17 | 1 | -1/+1 |
* | More bumpbing of version number to 5.21.9. Missed this yesterday. | Matthew Horsfall | 2015-01-21 | 1 | -2/+2 |
* | Bump version number to 5.21.8 | Max Maischein | 2014-12-21 | 1 | -2/+2 |
* | Tru64: tgamma in libm but broken. | Jarkko Hietaniemi | 2014-12-12 | 1 | -0/+1 |
* | z/OS has nan() in math lib but seemingly broken. | Jarkko Hietaniemi | 2014-12-08 | 1 | -0/+9 |
* | reduce stderr noise in build | David Mitchell | 2014-12-03 | 1 | -1/+1 |
* | HP-UX 10.20 has pseudo-long-double which shouldn't be used. | Jarkko Hietaniemi | 2014-11-29 | 1 | -0/+24 |
* | 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 |