| Age | Commit message (Expand) | Author |
| 2024-08-07 | msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread... | Konstantin Belousov |
| 2024-08-07 | msun/ld80/e_powl.c: add const qualifiers to the static immutable values | Konstantin Belousov |
| 2024-06-25 | libmsun: remove duplicates after cdefs.h added inline to __always_inline | Ryan Libby |
| 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-10-26 | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl |
| 2021-03-12 | lib/msun: Fix x86 GCC6 build after 221622ec0c8e184 | Alex Richardson |
| 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 |
| 2018-07-20 | Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric |
| 2018-07-20 | Centralize the complications for special efficient rounding to integers. | Bruce Evans |
| 2018-07-19 | Revert r336497 for now, as it breaks on architectures using gcc, with: | Dimitry Andric |
| 2018-07-19 | Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric |
| 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 |
| 2016-11-01 | libm: add braces around initialization of subobjects | Ed Maste |
| 2016-10-05 | libm: remove unused variables | Ed Maste |
| 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 |
| 2013-12-30 | * ld80/k_expl.h: | Steve Kargl |
| 2013-06-03 | ld80 and ld128 implementations of expm1l(). This code started life | 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 | ld80/s_expl.c: | Steve Kargl |
| 2013-06-03 | ld80/s_expl.c: | Steve Kargl |
| 2013-06-03 | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | Steve Kargl |
| 2013-06-03 | Update a comment to reflect that we are using an endpoint of | Steve Kargl |
| 2013-06-03 | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | 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 | * Style(9). Start non-Copyright fancy formatted comments with /**. | 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 | Style(9) | Steve Kargl |
| 2013-05-27 | * Update polynomial coefficients. | Steve Kargl |
| 2013-05-27 | Fix some regressions caused by the switch from gcc to clang. The fixes | David Schultz |
| 2012-10-13 | * Update the comment that explains the choice of values in the | Steve Kargl |
| 2012-09-29 | * src/math_private.h: | Steve Kargl |