| Age | Commit message (Expand) | Author |
| 2024-06-25 | libmsun: remove duplicates after cdefs.h added inline to __always_inline | Ryan Libby |
| 2024-03-18 | lib/msun: Fix tgammal(3) on IEEE 128-bit platforms | Mark Murray |
| 2024-01-28 | lib/msun: Cleanup after $FreeBSD$ removal | Steve Kargl |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-08-03 | Fixes for bugs in sinpi/cospi/tanpi | Steve Kargl |
| 2023-08-03 | Cleanup debugging code in libm | Steve Kargl |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-12-15 | * lib/msun/Makefile b/lib/msun/Makefile: | Mark Murray |
| 2021-11-05 | Implementations of cexpl() | Steve Kargl |
| 2021-11-02 | cosl(): fix polynomial approximation coefficients for ld128 version | Steve Kargl |
| 2021-11-01 | sinpi[fl] etc: Fix the ld128 implementations | Steve Kargl |
| 2021-10-27 | lib/msun/ld128/s_tanpil.c: make it compile. | Konstantin Belousov |
| 2021-10-26 | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl |
| 2021-03-08 | lib/msun: Avoid FE_INEXACT for x86 log2l/log10l | Alex Richardson |
| 2020-09-20 | Apply fix for ld80 and ld128 submitted by Steve Kargl: | Stefan Eßer |
| 2020-02-26 | Remove sparc64 specific parts of libm and fix comments | Warner Losh |
| 2018-12-31 | msun: Fix some old typos. | Pedro F. Giffuni |
| 2018-07-20 | Centralize the complications for special efficient rounding to integers. | Bruce Evans |
| 2018-07-17 | Add a macro nan_mix() and use it to get NaN results that are (bitwise) | Bruce Evans |
| 2018-07-15 | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy |
| 2017-11-26 | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2014-12-16 | Rename cpack*() to CMPLX*(). | Ed Schouten |
| 2014-10-09 | The value small=2**-(p+3), where p is the precision, can be determine from | Steve Kargl |
| 2014-09-17 | For targets that have a signed zero, lgamma_r(-0, &signgamp) should | Steve Kargl |
| 2014-09-15 | * Makefile: | Steve Kargl |
| 2014-07-13 | * Makefile: | Steve Kargl |
| 2014-02-21 | In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a | Dimitry Andric |
| 2013-12-30 | * ld80/k_expl.h: | Steve Kargl |
| 2013-06-03 | Change a comma to a semicolon. | Steve Kargl |
| 2013-06-03 | ld80 and ld128 implementations of expm1l(). This code started life | Steve Kargl |
| 2013-06-03 | Fix two comments that got lost in the disentanglement of the larger diff. | Steve Kargl |
| 2013-06-03 | ld80/s_expl.c: | Steve Kargl |
| 2013-06-03 | Micro-optimization: move the unary mius operator to operate | Steve Kargl |
| 2013-06-03 | Add a comment to note that bde supplied most, if not all, | Steve Kargl |
| 2013-06-03 | ld80/s_expl.c: | Steve Kargl |
| 2013-06-03 | ld80/s_expl.c: | Steve Kargl |
| 2013-06-03 | Update a comment to reflect that we are using an endpoint of | Steve Kargl |
| 2013-06-03 | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | Steve Kargl |
| 2013-06-03 | Whitespace. | Steve Kargl |
| 2013-06-03 | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | Steve Kargl |
| 2013-06-03 | ld80/s_expl.c: | Steve Kargl |
| 2013-06-03 | Add logl, log2l, log10l, and log1pl. | David Schultz |
| 2013-05-27 | Fix some regressions caused by the switch from gcc to clang. The fixes | David Schultz |
| 2012-09-23 | * ld80/s_expl.c: | Steve Kargl |
| 2012-09-23 | * ld80/s_expl.c: | Steve Kargl |
| 2012-07-30 | Whitespace. | Steve Kargl |
| 2012-07-26 | Replace the macro name NUM with INTERVALS. This change provides | Steve Kargl |
| 2012-07-26 | * ld80/expl.c: | Steve Kargl |