| Age | Commit message (Expand) | Author |
| 2018-03-27 | Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures. | martin |
| 2018-03-10 | Fix signed overflow in atan2 | eadler |
| 2018-03-06 | avoid negative shift | christos |
| 2018-03-05 | comment out unused variable. | christos |
| 2018-01-25 | use named initializers | christos |
| 2017-12-30 | Fix usage of sysarch(ALPHA_FPGETMASK) | martin |
| 2017-09-28 | Restore CAVEATS section unmodified. | maya |
| 2017-09-28 | List a few more functions | maya |
| 2017-09-28 | Remove CAVEATS section | maya |
| 2017-09-28 | Remove Tn. | wiz |
| 2017-09-27 | Fix typo | maya |
| 2017-09-27 | Mention tgmath cproj, creal, cabs | maya |
| 2017-09-26 | Mention wanting to remove isnanf too, reword | maya |
| 2017-09-26 | Add man page link for hypotl.3 | maya |
| 2017-09-26 | omit mention of cabs (not relevant to this man page) | maya |
| 2017-09-26 | Mention there's a type generic variant in tgmath.h | maya |
| 2017-08-21 | add nexttoward for mips64 and aarch64 | christos |
| 2017-08-17 | Actually... s_nexttowardf.c appears to be usable on soft-float as well; | he |
| 2017-08-17 | Move the inclusion of s_nexttowardf.c into a common test for | he |
| 2017-08-16 | add s_rintl.c for aarch64. ok by ryo@. | nisimura |
| 2017-08-16 | On second thought, don't introduce nexttowardl() since we don't have that | he |
| 2017-08-16 | In the non-softfloat m68k part, add s_nexttoward.c and s_nexttowardf.c, | he |
| 2017-08-16 | On systems without __HAVE_LONG_DOUBLE, also alias nexttoward() and | he |
| 2017-08-15 | rintl is required for archs that support long double. | mlelstv |
| 2017-08-11 | Move s_nearbyint.c out of the cpu ifdefs and into COMMON_SRCS, | he |
| 2017-07-27 | The sparc port needs s_nearbyint.c as well. | he |
| 2017-07-27 | Non-softfloat m68k needs s_rintl.c. | he |
| 2017-07-26 | Add s_nearbyint.c to alpha, ia64, riscv, mips, powerpc, and sh3 ports. | he |
| 2017-07-26 | Add some blank lines to separate the different CPU archs, | he |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-06-22 | Correct misleading indentation. NFC | maya |
| 2017-05-13 | Belatedly bump minor. | maya |
| 2017-05-13 | Drop superfluous ; in __warn_references | maya |
| 2017-05-09 | Correct misleading indentation. NFC | maya |
| 2017-05-08 | Complete the namespace dance | martin |
| 2017-05-08 | Add missing namespace.h include | martin |
| 2017-05-07 | Add the imprecise catrigl functions back. | christos |
| 2017-05-07 | mention why we don't support this (yet) | christos |
| 2017-05-07 | Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE. | martin |
| 2017-05-06 | Replace our rounding functions with the ones from FreeBSD | christos |
| 2017-05-06 | add missing namespace.h | christos |
| 2017-03-23 | expose the BSD/linux fenv extensions in libm on ia64 too. | chs |
| 2017-03-23 | sun2 just has to be different, of course. | chs |
| 2017-03-22 | provide a common softfloat fenv implemenation and use it for softfloat builds. | chs |
| 2017-03-16 | lrint() and lrintf() are supposed to use the current rounding mode, | chs |
| 2017-03-07 | Remove redundant null check before free() | maya |
| 2017-02-27 | the MI lrint() code assumes that rounding is done in at most double precision | chs |
| 2017-02-23 | Add fenv for ia64, imported from FreeBSD, compile tested only. | scole |
| 2017-02-09 | ifdef out some dead code. improves code readability. | maya |
| 2017-02-09 | Appease static analyzers by making all code paths which assign | maya |