| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */. | bde | 2004-06-01 | 1 | -1/+2 |
* | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | stefanf | 2004-05-30 | 10 | -0/+319 |
* | Remove some kludges designed to ensure that the compiler didn't round | das | 2004-05-17 | 2 | -87/+10 |
* | Add an implementation of copysignl(), a long double version of copysign(). | stefanf | 2004-05-07 | 4 | -4/+57 |
* | Add an MLINK for fabsl(). | stefanf | 2004-05-07 | 1 | -1/+1 |
* | The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments' | stefanf | 2004-05-06 | 1 | -8/+11 |
* | Make sure that symbols are declared in math.h iff the appropriate | das | 2004-04-25 | 1 | -65/+68 |
* | Remove a stale comment referring to values.h, which has never been | das | 2004-04-25 | 1 | -6/+1 |
* | Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO, | bde | 2004-03-12 | 1 | -0/+6 |
* | Fix a problem where libm compiled under 5.X would depend on features | das | 2003-10-27 | 2 | -2/+8 |
* | Better safe than clever. | des | 2003-10-25 | 1 | -2/+5 |
* | Document fabsl(3). | des | 2003-10-25 | 1 | -6/+19 |
* | - fabsl.c should be named s_fabsl.c for consistency with libmsun's | des | 2003-10-25 | 2 | -3/+11 |
* | Connect fabsl.c to the build. | des | 2003-10-23 | 1 | -0/+2 |
* | Add prototypes for all long double functions in C99. Leave them all | des | 2003-10-23 | 1 | -0/+67 |
* | Implement fabsl(3), allowing the world to build with -fno-builtin. | des | 2003-10-23 | 1 | -0/+37 |
* | 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 |