| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/argumetn/argument/ in comment. | msaitoh |
| 2021-11-01 | fix typos, mainly in words minimum and maximum, but also few others. | andvar |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-19 | s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/output | andvar |
| 2021-08-12 | fix typos in "environment" word. | andvar |
| 2021-07-21 | libm: build fma(3), fmaf(3), fmal(3) on alpha | tnn |
| 2021-07-06 | Ensure that the stack is always 16-byte aligned by rounding sizes as needed. | thorpej |
| 2021-06-16 | PR port-arm/55897 | rin |
| 2021-04-25 | Use ${MACHINE_MIPS64} | christos |
| 2021-04-12 | add a default: case to __kernel_standard(), failing with EDOM | mrg |
| 2020-01-30 | Provide frexpl on non-long-double systems as alias to frexp. | joerg |
| 2019-11-11 | Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) | joerg |
| 2019-10-26 | Separate the NetBSD-specific fenv functions from the standard ones. | christos |
| 2019-10-11 | Add manpage links for frexpf and frexpl. | nros |
| 2019-09-02 | Start documenting history | sevan |
| 2019-09-02 | log appeared in v1 | sevan |
| 2019-09-02 | exp was present in v1 | sevan |
| 2019-08-25 | Fix feraiseexcept. | riastradh |
| 2019-08-25 | Fix fesetenv and feupdateenv. | riastradh |
| 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 |