| Age | Commit message (Expand) | Author |
| 2010-03-08 | Fix broken RCSID. | snj |
| 2010-01-27 | fix return values for atan2(+-0,+-0) in the POSIX case | drochner |
| 2010-01-27 | fix return value in case of NaN input | drochner |
| 2010-01-20 | let the previous fix apply to acos rather than atan2, | drochner |
| 2010-01-20 | PR/42630 asin(2.0) and acos(2.0) doesn't return NaN. | tnozaki |
| 2010-01-11 | remove weak reference for now. | christos |
| 2010-01-11 | Add exp2 and exp2m | christos |
| 2009-10-04 | add f{min,max,dim}{,l,f} from FreeBSD | christos |
| 2009-02-16 | fix -Wsign-compare issue (on macppc) | lukem |
| 2009-01-19 | fix -Wsign-compare issue | lukem |
| 2008-09-28 | Fix a little lint. | christos |
| 2008-04-26 | pass a little lint. | christos |
| 2008-04-25 | avoid shadow variables, and enable lint. | christos |
| 2007-08-21 | replace the last cast through void* by the SET_FLOAT_WORD macro, inspired | drochner |
| 2007-08-21 | Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5] | drochner |
| 2007-08-20 | Add C99 complex support, for double and float. | drochner |
| 2007-08-10 | make the hypot/atan2 functions weak aliases, because they are used | drochner |
| 2007-02-22 | -get cabs() and cabsf() out of public view - these are historical and | drochner |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-08-01 | make an intermediate float variable "volatile" on i386 to work around a gcc | drochner |
| 2006-03-25 | Add __RCSID(), u_intX_t -> uintX_t. | xtraeme |
| 2006-03-25 | Add trunc() and truncf() C99 functions, from FreeBSD. | xtraeme |
| 2006-03-19 | Use float constants! | christos |
| 2006-03-19 | Coverity CID 562: Flip the order of the if statement to prevent unreachable | christos |
| 2006-03-19 | Coverity CID 572: Comment out dead code. | christos |
| 2006-03-19 | Coverity CID 573: Comment out unreachable code. | christos |
| 2006-03-19 | Coverity CID 574: Unreachable code due to incorrect constants. Correct | christos |
| 2006-03-19 | Coverity CID 575: comment out dead code. | christos |
| 2005-07-21 | Add wrappers for the newly added functions. Thanks Klaus! | christos |
| 2005-07-21 | Add log2 and log2f from FreeBSD PR 83845 | christos |
| 2004-10-13 | add licenses | drochner |
| 2004-07-22 | pull in an accuracy fix for corner cases from FDLIBM 5.3 | drochner |
| 2004-07-10 | lib/24252: Add C99 functions round(3) and roundf(3). | junyoung |
| 2004-07-01 | being here, add the (l)lround(f) functions to libm | drochner |
| 2004-07-01 | aboid to shift an int by more than 31 bits - behaviour is implementation | drochner |
| 2004-06-30 | fic the <close-to-1>^<huge number> fix as in e_pow.c | drochner |
| 2004-06-30 | -fix a long-standing bug which affects the <close-to-1>^<huge number> case | drochner |
| 2004-06-30 | Implement (l)lrint(f). | drochner |
| 2004-06-25 | ANSIfy | drochner |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-01-04 | Spell output with two ts. | wiz |
| 2002-12-05 | Avoid a strict-alias warning. | scw |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-04-09 | #if 0 one; it's not used. | thorpej |
| 2002-04-09 | #if 0 invsqrtpi; it's not used. | thorpej |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-05-26 | revert previous (obviously wrong) change | aymeric |
| 2001-05-22 | Make this compile when _USE_WRITE is defined | aymeric |
| 2001-02-21 | Add support for ARM VFP-format doubles, conditional on __VFP_FP__. | bjh21 |
| 2001-02-09 | __arm26__ || __arm32__ -> __arm__ | bjh21 |