| Age | Commit message (Expand) | Author |
| 2014-03-03 | Drop in a fabs() after the fsqrt(). | dsl |
| 2014-02-26 | Update compiler-rt glue for the new source layout. | joerg |
| 2014-02-03 | Provide scalbnl, scalbnf, logbl, logbf, fmaxl for vax. | martin |
| 2014-02-03 | For ancient GCC, disable the missing prototype warning completely. | joerg |
| 2014-01-31 | Restore -Wno-error for clang build. Just don't try to force GCC 4.1 for | joerg |
| 2014-01-31 | Just use EXT_EXP_INFNAN instead of EXT_EXP_INF or EXT_EXP_NAN. | matt |
| 2014-01-31 | -Wno-error=missing-prototypes is not available on gcc 4.1 | martin |
| 2014-01-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2014-01-18 | Add various functions which need fenv support to arm. | skrll |
| 2013-11-29 | Use normal style for checking for long double support. Add missing | joerg |
| 2013-11-24 | Provide expm1f() | martin |
| 2013-11-24 | Provide erff() and erfcf(). | martin |
| 2013-11-24 | Provide cbrtl() and cbrtf() for vax | martin |
| 2013-11-24 | Provide cbrtf() and cbrtl() | martin |
| 2013-11-24 | Provide powl() | martin |
| 2013-11-24 | Provide (very stupid) versions of atanf(), asinf() and acosf() | martin |
| 2013-11-22 | For the non-fenv archs: just use double - punt | martin |
| 2013-11-22 | Try to fix the build (again): move e_sqrtl.c to common soure, but | martin |
| 2013-11-22 | Fix stupid bug in previous (fixing fmodf) | martin |
| 2013-11-21 | Fix copy & pasto (make temp variable long double). | martin |
| 2013-11-21 | e_sqrtl.c requires fenv.h, so only build it on platfomrs supporting that | martin |
| 2013-11-21 | Add fmodf and fmodl | martin |
| 2013-11-20 | Make it compile on archs with implicit NBIT | martin |
| 2013-11-20 | Fix operand order. | joerg |
| 2013-11-20 | Long double conditional. | joerg |
| 2013-11-19 | Add cbrtl(3) and sqrtl(3), from FreeBSD. | joerg |
| 2013-11-19 | Report correct exception for fmodl. | joerg |
| 2013-11-19 | Alias to fmod for platforms with double == long double | joerg |
| 2013-11-14 | Make it compile on archs with implicit NBIT | martin |
| 2013-11-13 | Add missing comma. | wiz |
| 2013-11-13 | truncl(3) | joerg |
| 2013-11-13 | Add FreeBSD's truncl and minimal testing. | joerg |
| 2013-11-13 | Add missing __HAVE_LONG_DOUBLE protection. | joerg |
| 2013-11-12 | Typo. | joerg |
| 2013-11-12 | Add some fake long double -> double wrappers for various transcendental | joerg |
| 2013-11-12 | Initial version of fmodl from FreeBSD. | joerg |
| 2013-11-12 | Man page entries for ceill, floorl and roundl. | joerg |
| 2013-11-11 | Add initial version of ceill, floorl and roundl from FreeBSD. | joerg |
| 2013-11-11 | Preserve the initial x87 control word in the global FP environment | joerg |
| 2013-11-09 | fix unused variable warnings | christos |
| 2013-11-06 | simplify. | christos |
| 2013-10-18 | use the masked variable | christos |
| 2013-10-15 | Hook complex operation support into libm when not using libgcc. | joerg |
| 2013-09-21 | Update LLVM/Clang snapshot to r191105. This brings in a better detection | joerg |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-08-22 | s_nexttoward.c does not make sense compiling for 32 bit sparc (double == | martin |
| 2013-08-21 | Add nexttoward, nearbyint and rintl for sparc64 | martin |
| 2013-08-21 | Add support for the long double format used on sparc64 | martin |
| 2013-08-21 | Add support for archs with LDBL_IMPLICIT_NBIT | martin |
| 2013-07-18 | If __HAVE_LONG_DOUBLE is not defined, | matt |