| Age | Commit message (Expand) | Author |
| 2024-01-27 | msun: remove fabs from Symbol.map, and adjust comment | Dimitry Andric |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2021-11-05 | Implementations of cexpl() | Steve Kargl |
| 2021-10-26 | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl |
| 2018-07-15 | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy |
| 2018-05-13 | Add implementations for clog(3), clogf(3), and clog(3). | Konstantin Belousov |
| 2017-05-28 | Implement sincos, sincosf, and sincosl. | Michal Meloun |
| 2017-02-15 | Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msun | Mahdi Mokhtari |
| 2014-09-15 | * Makefile: | Steve Kargl |
| 2014-07-13 | * Makefile: | Steve Kargl |
| 2013-12-30 | * Makefile: | Steve Kargl |
| 2013-09-12 | After r255294, building lib/msun's symbol map (using clang as the | Dimitry Andric |
| 2013-09-06 | Add stub implementations of the missing C++11 math functions. | David Chisnall |
| 2013-06-10 | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | David Schultz |
| 2013-06-03 | ld80 and ld128 implementations of expm1l(). This code started life | Steve Kargl |
| 2013-06-03 | Add logl, log2l, log10l, and log1pl. | David Schultz |
| 2013-05-30 | I'm happy to finally commit stephen@'s implementations of cacos, | David Schultz |
| 2012-07-23 | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | Steve Kargl |
| 2011-10-17 | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | David Schultz |
| 2011-10-10 | Provide external definitions of all of the standardized functions in | David Schultz |
| 2011-03-12 | Take two. Add the missing file that should have been committed | Steve Kargl |
| 2011-03-12 | Temporary disable the building of cbrtl until I | Steve Kargl |
| 2011-03-12 | Implement the long double version for the cube root function, cbrtl. | Steve Kargl |
| 2011-03-07 | Remove part of an uncommitted change that snuck into the last commit. | David Schultz |
| 2011-03-07 | Add cexp() and cexpf(). | David Schultz |
| 2010-12-05 | Add log2() and log2f(). | David Schultz |
| 2010-06-12 | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | David Schultz |
| 2008-08-07 | Implement cproj{,f,l}(). | David Schultz |
| 2008-07-31 | Add implementations of acosl(), asinl(), atanl(), atan2l(), | David Schultz |
| 2008-06-19 | Implement fmodl. | David Schultz |
| 2008-03-30 | Hook remquol() and remainderl() up to the build. | David Schultz |
| 2008-03-30 | Implement csqrtl(). | David Schultz |
| 2008-03-30 | Hook hypotl() and cabsl() up to the build. | David Schultz |
| 2008-03-02 | Hook up sqrtl() to the build. | David Schultz |
| 2008-02-18 | Add tgammaf() as a simple wrapper around tgamma(). | David Schultz |
| 2008-02-17 | Hook up sinl(), cosl(), and tanl() to the build. | David Schultz |
| 2008-01-18 | Hook up exp2l() and related docs to the build. | David Schultz |
| 2008-01-14 | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | David Schultz |
| 2007-12-18 | Remove z_abs(). The z_*() functions were in libf77, and for some reason | David Schultz |
| 2007-12-17 | Add logbl(3) to libm. | David Schultz |
| 2007-12-16 | Implement and document nan(), nanf(), and nanl(). This commit | David Schultz |
| 2007-12-15 | 1. Add csqrt{,f}(3). | David Schultz |
| 2007-12-14 | Typo in previous commit | David Schultz |
| 2007-12-14 | Symbol.map additions for carg and cargf. (They're in C99, so I didn't | David Schultz |
| 2007-04-29 | Use C comments since we now preprocess these files with CPP. | Daniel Eischen |
| 2007-01-07 | Implement modfl(). | David Schultz |
| 2007-01-06 | Remove modf from libm's symbol map. It's actually in libc for | David Schultz |
| 2006-03-27 | Add symbol versioning to libm. | Daniel Eischen |