| Age | Commit message (Expand) | Author |
| 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-22 | Try to fix the build (again): move e_sqrtl.c to common soure, but | martin |
| 2013-11-21 | e_sqrtl.c requires fenv.h, so only build it on platfomrs supporting that | martin |
| 2013-11-19 | Add cbrtl(3) and sqrtl(3), from FreeBSD. | joerg |
| 2013-11-13 | truncl(3) | joerg |
| 2013-11-13 | Add FreeBSD's truncl and minimal testing. | 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-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-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-06-20 | Add missing .go and fix lint rule. | christos |
| 2013-05-24 | Fix POLYD/Mariah fallout and include the scalbn sources (which do not | martin |
| 2013-05-01 | Use MKSOFTFLOAT = no for including arm hardfloat files. | matt |
| 2013-04-28 | Drop s_scalbnl.c (and s_scalbln.S as side effect) and provide scalbnl in | joerg |
| 2013-04-27 | Retire ldexp sources. scalbn has the aliases. | joerg |
| 2013-04-06 | Pass a real file as MLINKS target; fix unnecessary (re)install. | uebayasi |
| 2013-02-12 | Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and include s_nextafterl.c | martin |
| 2013-02-11 | any arch that has fenv.[ch] can have fma as well (since fma uses fenv). | matt |
| 2013-02-11 | Add VFP versions of lrint/lrintf/lrintl for earmhf* | matt |
| 2013-02-11 | add more functions required by fma | christos |
| 2013-02-11 | hook fma to the build | christos |
| 2013-02-09 | Hook to the build. | christos |
| 2013-02-09 | Make this work for NetBSD | christos |
| 2013-02-03 | Add support for the ARM hardfloat instructions vsqrt and vabs. | matt |
| 2012-08-04 | Use COPTS instead of CFLAGS | matt |
| 2012-05-05 | Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz | christos |
| 2012-04-04 | Disable new -Wstring-plus-int warning where needed for now. | joerg |
| 2012-03-21 | These directories default to WARNS?=5 | matt |
| 2012-03-09 | On alpha compile the math library with dynamic rounding mode instead | njoly |
| 2011-09-17 | Split out pow(3) from exp(3). | jruoho |
| 2011-09-13 | Split out the logarithm functions from the perplex exp(3). Also remove some | jruoho |
| 2011-08-06 | Deprecate ieee(3). | jruoho |
| 2011-08-06 | Split out the scalbn(3) family out from ieee(3) and properly document it. | jruoho |
| 2011-08-03 | Add logbl(3). | joerg |
| 2011-07-28 | Add ilogbl(3). | joerg |
| 2011-07-28 | Add scalbnl(3) mlinks. | joerg |
| 2011-07-28 | Add scalbn{,f,l} for VAX. | matt |
| 2011-07-26 | Add scalbnl to libm. | joerg |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-05-20 | Add fenv support for sparc. Mostly copied from sparc64 and share with it. | nakayama |
| 2011-05-10 | Remove trailing '\'. | jruoho |
| 2011-05-10 | Split out the ilogb(3) family out of ieee(3) and properly document it. | jruoho |
| 2011-04-16 | Merge floor(3) to ceil(3). | jruoho |
| 2011-04-13 | Split out from ieee(3) also the remainder(3) and copysign(3) families. | jruoho |
| 2011-04-12 | Split the nextafter(3) family of functions to their own page and properly | jruoho |