| Age | Commit message (Expand) | Author |
| 2010-01-06 | Jump through the PLT in PIC mode to fix the DT_TEXTREL warning on creating | phx |
| 2009-11-09 | Move to two-clause license. | is |
| 2008-06-24 | as in exp(), treat +/-Inf and NaN arguments specially, should fix | drochner |
| 2008-06-23 | -fix an obvious mistake in fpcw check | drochner |
| 2008-06-23 | add macros for the upper half of the double arguments. | christos |
| 2008-06-23 | Share the amd64 and i386 exp versions. Fixes a problem with exp(-Inf) != 0. | christos |
| 2008-06-06 | Use a dummy assembly file so we won't try produce lint stuff. | ad |
| 2008-06-04 | Forgot to add this yesterday. | ad |
| 2008-06-03 | - Fold libm387 into libm. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-25 | avoid shadow variables, and enable lint. | christos |
| 2008-03-20 | Fix weak alias. | mhitch |
| 2008-03-20 | Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and | mhitch |
| 2007-04-19 | Mark some internal libm symbols as hidden | matt |
| 2007-04-18 | Make the internal __libm_dsqrt_r6 have a fake entry mask of 0 to make | matt |
| 2006-03-22 | merge libc/arch/{i386,x86_64}/gen/modf.S into one | drochner |
| 2006-03-21 | The second argument is not a float, so the "abi.h" abstraction | drochner |
| 2006-01-17 | C versions of non-IEEE round() / roundf(). Alas, using the VAX | is |
| 2006-01-17 | Oops - round() is supposed to return double, not integer. | is |
| 2006-01-15 | Implement round(3), so that jot(1) can link again. | is |
| 2005-07-28 | activate e_atan2f.S which was there forever but not built, noticed | drochner |
| 2005-07-21 | Bump minor version for log2{,f}. | rpaulo |
| 2005-07-21 | Add i387 FPU routines for log2(3) and log2f(3). | rpaulo |
| 2004-10-13 | add licenses | drochner |
| 2004-07-16 | amd64: stack sanity, leave the return PC alone | drochner |
| 2004-07-02 | allocate stack space for temporary storage | drochner |
| 2004-07-01 | also provide an alpha assembler implemtation of lrint() | drochner |
| 2004-07-01 | provide an assembler implementation of lrint() for i386 and amd64 | drochner |
| 2004-05-13 | Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and | mhitch |
| 2004-03-22 | Typo fix, from skrueger at europe com. | wiz |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-09-16 | Avoid the PIC dance. | wennmach |
| 2003-09-14 | Make log1p and log1pf work in shared libraries again. | fvdl |
| 2003-09-10 | Reimplement s_log1p.S and s_log1pf.S to use the fyl2xp1 instruction | wennmach |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-02-21 | Fix some assembly botches. | matt |
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem |
| 2002-07-14 | Add sinf/cosf. | matt |
| 2002-06-23 | Add finitef | matt |
| 2002-03-30 | Fix mistake in previous. | fvdl |
| 2002-03-26 | Fix stack usage for temporary storage. From Stephen Ma in PR xsrc/15404. | fvdl |
| 2002-02-27 | PR/15748: Ray Brownrigg: exp(log(0)) is broken. | christos |
| 2002-02-24 | Change to use a register prefix. | matt |
| 2002-02-21 | Don't bsbb to an external symbol. the dynamic linker won't like it. | matt |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-12 | Readability cleanups; MKfoo=no -> NOfoo. | tv |
| 2001-06-25 | 2 more bitnumber mistakes fixed while removing sahf. | fvdl |
| 2001-06-25 | Oops, when I replaced sahf with a btw, I made it test the wrong bit | fvdl |