| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and |  kettenis | 2 | -46/+0 |
| 2018-03-12 | Make the binding of rintl, significand, and significandf consistently |  guenther | 2 | -2/+4 |
| 2017-08-19 | Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments |  deraadt | 1 | -3/+3 |
| 2016-12-22 | copysign and copysignf are used within libm, so declare them accordingly. |  naddy | 2 | -6/+6 |
| 2016-09-12 | Reduce libm's exports and make internal calls go direct. |  guenther | 45 | -69/+151 |
| 2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 1 | -39/+39 |
| 2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, |  martynas | 1 | -5/+1 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 1 | -4/+3 |
| 2011-07-09 | Don't reimplement the same thing twice. OK matthew@. |  martynas | 1 | -14/+0 |
| 2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2 | -107/+0 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2 | -0/+107 |
| 2011-05-31 | Make lint play nicer in pass 2 of libm on amd64 and i386. The |  martynas | 1 | -1/+5 |
| 2011-04-28 | fenv improvements and cleanups |  martynas | 1 | -221/+160 |
| 2011-04-24 | fenv for i386, and sparc64; from matthew@ |  martynas | 1 | -0/+518 |
| 2009-11-05 | Provide assembly version of sqrtl(3). |  kettenis | 1 | -0/+12 |
| 2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was |  martynas | 1 | -1/+4 |
| 2009-04-08 | missing rcs ids; spacing |  martynas | 1 | -6/+6 |
| 2008-12-09 | - 80-bit and quad precision trigonometric and other most |  martynas | 3 | -30/+84 |
| 2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 13 | -26/+26 |
| 2008-07-24 | - remove isinff, isnanf. this has been moved to libc |  martynas | 1 | -19/+0 |
| 2007-06-01 | add __signbitl for i387 (not used yet) |  jason | 1 | -0/+19 |
| 2006-09-25 | Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, |  kettenis | 4 | -0/+138 |
| 2006-03-18 | Remove amd64 code. |  kettenis | 1 | -31/+1 |
| 2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ |  otto | 1 | -13/+105 |
| 2005-08-02 | Add missing $OpenBSD$ tags. |  espie | 41 | -82/+41 |
| 2005-03-07 | Improve the accuracy of log1p function on i387 for small values of x. |  canacar | 1 | -9/+56 |
| 2003-04-17 | picky assembler warning cleanups |  drahn | 10 | -11/+11 |
| 2000-06-06 | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp |  deraadt | 5 | -45/+35 |
| 1998-04-25 | scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.com |  deraadt | 3 | -0/+3 |
| 1996-07-27 | fix from bde; Clean up the FP stack before returning. The i387 exp() |  deraadt | 1 | -4/+19 |
| 1996-06-10 | Use setne instead of setnel, new versions of gas balk at the bad mnemonic. |  deraadt | 2 | -6/+6 |
| 1995-12-14 | from netbsd: |  deraadt | 2 | -2/+2 |
| 1995-10-28 | update from NetBSD |  deraadt | 2 | -4/+4 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 41 | -0/+743 |