| Age | Commit message (Expand) | Author |
| 2016-03-30 | No fenv for m68k with SOFTFLOAT for now - so at least it builds. | martin |
| 2016-03-20 | Update {read,write}fpsr to work everywhere | skrll |
| 2016-03-17 | Added ldexpl to ldexp manpage since it is missing. | nros |
| 2016-03-17 | Fix typo, add whitespace for better formatting, bump date for previous. | wiz |
| 2016-03-17 | Add fabsl to the manpage describing the fabs functions. | nros |
| 2016-03-15 | Add modfl to the modf manpage, the link to modfl was already there but the | nros |
| 2016-02-27 | Long double complex multiplication and division helpers are needed on | joerg |
| 2016-02-17 | PR/50822: David Binderman: Fix copy length. | christos |
| 2016-01-24 | Fix incorrect magic numbers in scaling. From FreeBSD commit 23397, by | gson |
| 2016-01-16 | modernize. | christos |
| 2016-01-16 | fix typo | christos |
| 2016-01-16 | PR/50660: David Binderman: bad calls to printf, in test part | christos |
| 2016-01-11 | fix lint build | christos |
| 2015-12-29 | Add sqrtl | christos |
| 2015-12-24 | add fenv for m68k | christos |
| 2015-12-21 | Add mips fenv.c (From FreeBSD) | christos |
| 2015-12-20 | Powerpc fenv.c from FreeBSD | christos |
| 2015-12-12 | Whitespace nit. | wiz |
| 2015-12-12 | Add manpage to the fma function in libm. | nros |
| 2015-11-13 | Family is singular, so use singular form of verb. | wiz |
| 2015-11-07 | Fix typo in erfl synopsis. | nros |
| 2015-09-13 | Add entry for nexttowardf(3) and a link for the function name. | he |
| 2015-09-13 | Fix typo. | wiz |
| 2015-09-13 | Add entries for rintl(3) and the nearbyint functions, and | he |
| 2015-09-10 | Bump date for previous. | wiz |
| 2015-09-10 | Document frexpl() now that we have it as well. | he |
| 2015-09-08 | Apply patch in PR 45391 from Yui NARUSE: generate HUGE_VAL rather than | dholland |
| 2015-07-09 | Return x for >= DBL_FRACBITS in lrint.c. | nat |
| 2015-05-14 | copysignl is also needed for PowerPC's double-double format, so special | joerg |
| 2015-03-27 | Update to new RISCV ABI | matt |
| 2015-03-26 | Fix prototypes to match definitions | justin |
| 2015-01-13 | Simplify, now that rounding mode defines match the hardware bits. | martin |
| 2014-12-29 | Fix exception status vs mask confusion, of course feenableexcept(), | martin |
| 2014-12-28 | Add missing return in __SOFTFP__ variant, pointed out by htodd. | martin |
| 2014-12-27 | Add our common non standard extensions and fix typo (FE_EXCEPT_ALL -> | martin |
| 2014-12-27 | Fix consistent typo: it is FE_ALL_EXCEPT instead of FE_EXCEPT_ALL (this | martin |
| 2014-12-27 | fenv(3) support for hppa | martin |
| 2014-11-17 | PR/49399: Henning Petersen: Add man pages for erfl and erfcl | christos |
| 2014-11-16 | Deal with the potential pressence of long double support. | joerg |
| 2014-11-15 | It's copysign, not _copysign. | joerg |
| 2014-11-15 | Add copysignl aliases. | joerg |
| 2014-11-14 | Define copysignl on !long double platforms. Be consistent in the use of | joerg |
| 2014-11-14 | add erfl erfcl | christos |
| 2014-11-13 | add a couple more dummies (erf, erfc) | christos |
| 2014-10-22 | Add missing muldc3.c. | joerg |
| 2014-10-22 | Support copysignl on PowerPC. | joerg |
| 2014-10-17 | PPC64 uses the double-double code too | joerg |
| 2014-10-17 | Complex division for long double uses different function names on PPC. | joerg |
| 2014-10-11 | Need powl as alias as well | martin |
| 2014-10-11 | Seems we need both sqrtl and _sqrtl as a weak alias - something must be | martin |