| Commit message (Expand) | Author | Age | Files | Lines |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Fixed some style bugs (misplacement and misformatting of some commented-out | bde | 2003-07-23 | 1 | -4/+2 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 26 | -80/+32 |
* | No longer need the internal __get_hw_float() function. | peter | 2003-07-23 | 2 | -51/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 3 | -6/+21 |
* | Fix two misuses of __BSD_VISIBLE. | mike | 2003-05-22 | 1 | -2/+2 |
* | AMD64 support (another IEEEFP platform) | peter | 2003-04-30 | 1 | -1/+1 |
* | Fix braino in definition of isfinite(). | das | 2003-04-04 | 1 | -1/+1 |
* | mdoc(7) police: Nits. | ru | 2003-03-02 | 1 | -7/+7 |
* | - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANT | imp | 2003-02-26 | 2 | -9/+38 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 3 | -12/+32 |
* | Implement C99's signbit() macro. | mike | 2003-02-11 | 1 | -0/+2 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+32 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -2/+2 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -2/+5 |
* | Remove duplicate declaration. | markm | 2002-10-23 | 1 | -1/+0 |
* | Fixed a last-minute editing error in previous commit. nfs and/or cvs | bde | 2002-10-01 | 1 | -0/+0 |
* | Merged all interesting difference between the old math.h and the current | bde | 2002-10-01 | 1 | -0/+0 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 1 | -5/+2 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 1 | -2/+5 |
* | e_pow.c: | bde | 2002-06-17 | 2 | -2/+2 |
* | Fix formatting, this is hard to explain, so I'll show one example. | alfred | 2002-05-28 | 129 | -141/+282 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 141 | -1502/+5 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 20 | -191/+38 |
* | Spread the word of PowerPC. | benno | 2002-05-21 | 1 | -1/+2 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -5/+2 |
* | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | bde | 2002-03-26 | 6 | -24/+42 |
* | Fixed some bugs in the description of plain gamma() (and gammaf()). | bde | 2002-03-26 | 1 | -19/+19 |
* | Fixed some minor style bugs. | bde | 2002-03-26 | 1 | -2/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 5 | -189/+190 |
* | Fix SCM ID's. | obrien | 2002-03-21 | 3 | -9/+7 |
* | We need an frexp() function. | obrien | 2002-03-01 | 1 | -1/+1 |
* | Add ifdef sparc64. | jake | 2002-01-02 | 1 | -1/+1 |
* | Fix style bugs (mostly remove 'extern' from function prototypes) | phantom | 2001-12-13 | 2 | -202/+206 |
* | * remove reference to m68k-dependent sources | phantom | 2001-12-13 | 1 | -7/+1 |
* | Grammar nit. | ru | 2001-11-21 | 1 | -1/+1 |
* | mdoc(7) police: fixed bugs from rev. 1.15. | ru | 2001-11-20 | 1 | -14/+14 |
* | gamma(x) actually returns \log(|\Gamma(x)|), so correct the man | dwmalone | 2001-11-05 | 1 | -16/+28 |
* | Match parenthesis and don't give names to return values. | dd | 2001-10-15 | 1 | -3/+2 |
* | Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting to | bde | 2001-10-13 | 2 | -7/+7 |
* | Fixed missing quoting of [-1, +1]. | bde | 2001-10-13 | 2 | -2/+4 |
* | Use ".Lb libm" where it will have an effect (not just in the zombie man | bde | 2001-10-13 | 26 | -0/+52 |
* | Port to ia64. Actually, just do like the alpha. | dfr | 2001-10-08 | 1 | -1/+1 |
* | Don't install manpage links for the nonexistent functions exp2(), | bde | 2001-10-03 | 1 | -2/+2 |
* | Removed .Nm's for the nonexistent functions exp2() and exp2f(). | bde | 2001-10-03 | 1 | -2/+0 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 26 | -26/+26 |
* | Add __FBSDID()s to libm | dillon | 2001-09-30 | 3 | -0/+9 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -1/+1 |
* | Tiny markup fix: `to' isn't a variable | yar | 2001-08-09 | 1 | -1/+2 |