| Age | Commit message (Expand) | Author |
| 2021-08-08 | Pull up following revision(s) (requested by skrll in ticket #1328): | martin |
| 2019-12-08 | Pull up following revision(s) (requested by riastradh in ticket #507): | martin |
| 2019-09-05 | Pull up following revision(s) (requested by sevan in ticket #174): | martin |
| 2019-05-02 | Explicitly indicate that nexttowardl() is identical to nextafterl(). | mgorny |
| 2019-04-28 | Remove undefined \*H | wiz |
| 2019-04-27 | Add a C99 symbol to libm: nexttowardl | kamil |
| 2019-04-26 | Remove unused 387 implementations. | maya |
| 2019-04-25 | document cosl with MLINKS and in the man page | maya |
| 2019-04-17 | also want s_nexttoward.c on riscv. now tests/lib/libm links. | mrg |
| 2019-04-15 | we need rintl (long double) to link binaries | maya |
| 2019-04-13 | Don't alias the long double version to the double version. | maya |
| 2019-02-22 | Default our libm to -frounding-math, if built with GCC. | maya |
| 2019-02-04 | - avoid uninitialised memory usage | mrg |
| 2019-02-04 | add some fallthru comments. | mrg |
| 2018-11-09 | Add modfl alias. | martin |
| 2018-11-07 | When hardware subnormal support is available, disable flush-to-zero. | riastradh |
| 2018-11-07 | Disable x87 implementations of sin, cos, tan. | riastradh |
| 2018-06-13 | Disable sanitizers for libm and librt | kamil |
| 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 |