| Commit message (Expand) | Author | Age | Files | Lines |
| * | - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANT | Warner Losh | 2003-02-26 | 1 | -4/+4 |
| * | o Implement C99 classification macros isfinite(), isinf(), isnan(), | Mike Barcroft | 2003-02-12 | 3 | -12/+32 |
| * | Implement C99's signbit() macro. | Mike Barcroft | 2003-02-11 | 1 | -0/+2 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 1 | -0/+32 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Re-apply the previously backed-out commit that fixes the problem where | Archie Cobbs | 2002-10-31 | 1 | -2/+5 |
| * | Remove duplicate declaration. | Mark Murray | 2002-10-23 | 1 | -1/+0 |
| * | Fixed a last-minute editing error in previous commit. nfs and/or cvs | Bruce Evans | 2002-10-01 | 1 | -0/+0 |
| * | Merged all interesting difference between the old math.h and the current | Bruce Evans | 2002-10-01 | 1 | -0/+0 |
| * | Revert previous commit to unbreak world until we figure out the | Archie Cobbs | 2002-09-20 | 1 | -5/+2 |
| * | Fix a problem with the definition of HUGE_VAL causing the gcc warning | Archie Cobbs | 2002-09-19 | 1 | -2/+5 |
| * | e_pow.c: | Bruce Evans | 2002-06-17 | 2 | -2/+2 |
| * | Fix formatting, this is hard to explain, so I'll show one example. | Alfred Perlstein | 2002-05-28 | 129 | -141/+282 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 141 | -1502/+5 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 19 | -187/+38 |
| * | Spread the word of PowerPC. | Benno Rice | 2002-05-21 | 1 | -1/+2 |
| * | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | Bruce Evans | 2002-03-26 | 1 | -0/+1 |
| * | Fixed some minor style bugs. | Bruce Evans | 2002-03-26 | 1 | -2/+2 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 3 | -172/+172 |
| * | Add ifdef sparc64. | Jake Burkholder | 2002-01-02 | 1 | -1/+1 |
| * | Fix style bugs (mostly remove 'extern' from function prototypes) | Alexey Zelkin | 2001-12-13 | 2 | -192/+196 |
| * | Port to ia64. Actually, just do like the alpha. | Doug Rabson | 2001-10-08 | 1 | -1/+1 |
| * | Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly | Ruslan Ermilov | 2001-06-13 | 3 | -19/+20 |
| * | Fix #include order | Brian Somers | 2000-10-15 | 1 | -1/+1 |
| * | MFS: Add a "magic" comment to help fixincludes realize it doesn't need to | David E. O'Brien | 2000-03-27 | 1 | -0/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 163 | -163/+163 |
| * | There is no alpha asm code like on i386, so all the functions that | John Birrell | 1998-05-10 | 1 | -1/+28 |
| * | Back out last change | Paul Traina | 1998-04-23 | 1 | -2/+2 |
| * | Fix cabs and cabsf definitions to be prototypes. | Paul Traina | 1998-04-22 | 1 | -3/+3 |
| * | Hide the declaration of `struct exception' from C++, since it conflicts | Bruce Evans | 1997-08-31 | 1 | -1/+5 |
| * | Use __ieee754_sqrt() instead of sqrt() internally. Similarly for the | Bruce Evans | 1997-03-09 | 12 | -33/+33 |
| * | Fixed wrong magic numbers in scaling. hypotf() was very broken for large | Bruce Evans | 1997-03-05 | 1 | -8/+8 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 163 | -163/+163 |
| * | Split up the Bessel function wrapper files so that most wrapper functions | Bruce Evans | 1997-02-20 | 12 | -176/+313 |
| * | Removed misplaced duplicate of comment about implementation details. | Bruce Evans | 1997-02-20 | 1 | -22/+0 |
| * | Select between the generic math functions and the i387-specific ones | Bruce Evans | 1997-02-16 | 24 | -48/+98 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 156 | -156/+156 |
| * | Made rintf() actually work. It was completely broken (when s_rint.c | Bruce Evans | 1996-08-28 | 2 | -6/+19 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 7 | -16/+16 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 161 | -1036/+1036 |
| * | Submitted by: J.T. Conklin <jtc@wimsey.com> | Bruce Evans | 1995-04-07 | 6 | -10/+56 |
| * | Submitted by: J.T. Conklin <jtc@wimsey.com> | Bruce Evans | 1995-04-07 | 2 | -4/+4 |
| * | Add missing z_abs. In BSD tradition this is in libm.a. | L Jonas Olsson | 1994-11-11 | 1 | -0/+7 |
| * | J.T. Conklin's latest version of the Sun math library. | Jordan K. Hubbard | 1994-08-19 | 162 | -0/+15965 |