| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r1.5 so C++ programs will work in 6.2. Thanks for the fix, Bruce. | Wes Peters | 2006-10-19 | 1 | -2/+2 |
| * | MFC: s/5.5/6.0/ in HISTORY section. | Joel Dahl | 2006-01-24 | 3 | -3/+3 |
| * | Insta-MFC of the shared library version bump. All shared libraries | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Markup nit. | Ruslan Ermilov | 2005-06-16 | 1 | -1/+1 |
| * | Fixed compile warning. | Ruslan Ermilov | 2005-06-16 | 1 | -2/+0 |
| * | Assorted markup fixes. | Ruslan Ermilov | 2005-06-15 | 4 | -6/+6 |
| * | Prevent these functions from using stack outside of their frame. | Daniel Eischen | 2005-05-06 | 3 | -15/+15 |
| * | Revert the last change, the conversion from long double to double can raise | Stefan Farfeleder | 2005-04-28 | 3 | -12/+12 |
| * | Use double additions to raise the inexact exception to work around problems | Stefan Farfeleder | 2005-04-22 | 3 | -12/+12 |
| * | Fix raising the inexact exception (FE_INEXACT) if the result differs from the | Stefan Farfeleder | 2005-04-22 | 3 | -18/+34 |
| * | Fix truncl.3 MLINKS | Andrey A. Chernov | 2005-04-17 | 1 | -1/+1 |
| * | More optimized math functions. | David Schultz | 2005-04-16 | 16 | -5/+399 |
| * | Implement truncl() based on floorl(). | David Schultz | 2005-04-16 | 4 | -12/+80 |
| * | Add roundl(), lroundl(), and llroundl(). | David Schultz | 2005-04-08 | 7 | -18/+120 |
| * | These files should include s_lround.c instead of s_lrint.c. | David Schultz | 2005-04-08 | 3 | -3/+3 |
| * | Fix a (coincidentally harmless) bug. | David Schultz | 2005-04-08 | 1 | -5/+4 |
| * | Fix a long-standing bug in k_rem_pio2(), which led to large errors when | David Schultz | 2005-04-05 | 1 | -1/+1 |
| * | Build exp2(), exp2f(), and related documentation. | David Schultz | 2005-04-05 | 1 | -2/+3 |
| * | Document exp2() and exp2f(), and make other minor tweaks and updates. | David Schultz | 2005-04-05 | 2 | -88/+37 |
| * | Implement exp2() and exp2f(). | David Schultz | 2005-04-05 | 3 | -0/+532 |
| * | Implement and document remquo() and remquof(). | David Schultz | 2005-03-25 | 12 | -20/+583 |
| * | Fix the double rounding problem with subnormals, and | David Schultz | 2005-03-18 | 2 | -16/+36 |
| * | Add missing prototypes for fma() and fmaf(), and remove an inaccurate | David Schultz | 2005-03-18 | 1 | -1/+2 |
| * | Make the fenv.h routines work for programs that use SSE for | David Schultz | 2005-03-17 | 2 | -85/+262 |
| * | Spell 'fedisableexcept' correctly. | David Schultz | 2005-03-16 | 1 | -1/+1 |
| * | Document feenableexcept(), fedisableexcept(), and fegetexcept(). | David Schultz | 2005-03-16 | 2 | -1/+101 |
| * | Replace fegetmask() and fesetmask() with feenableexcept(), | David Schultz | 2005-03-16 | 10 | -57/+166 |
| * | Replace strong references with weak references. There's no | David Schultz | 2005-03-07 | 4 | -7/+7 |
| * | Remove an obsolete sentence from a comment. | Stefan Farfeleder | 2005-03-07 | 1 | -2/+1 |
| * | - If z is 0, one of x or y is 0, and the other is infinite, raise | David Schultz | 2005-03-07 | 1 | -2/+18 |
| * | Document scalbnl and scalblnl. | David Schultz | 2005-03-07 | 1 | -9/+16 |
| * | Document nextafterl and nexttoward{,f,l}. | David Schultz | 2005-03-07 | 1 | -7/+21 |
| * | Add nexttoward to the list of implemented functions, and explicitly | David Schultz | 2005-03-07 | 1 | -4/+8 |
| * | Document fmal. | David Schultz | 2005-03-07 | 1 | -16/+27 |
| * | Remove ldexp and ldexpf. The former is in libc, and the latter is | David Schultz | 2005-03-07 | 2 | -59/+0 |
| * | - Remove s_ldexpf.c (now aliased to scalbn.) | David Schultz | 2005-03-07 | 1 | -7/+12 |
| * | - Define FP_FAST_FMA for sparc64, since fma() is now implemented using | David Schultz | 2005-03-07 | 1 | -4/+12 |
| * | Alias scalbn as ldexpl and scalbnl on platforms where long double is | David Schultz | 2005-03-07 | 1 | -0/+8 |
| * | - Implement scalblnl. | David Schultz | 2005-03-07 | 1 | -2/+34 |
| * | Implement nexttowardf. This is used on both platforms with 11-bit | David Schultz | 2005-03-07 | 1 | -0/+60 |
| * | Implement nexttoward and nextafterl; the latter is also known as | David Schultz | 2005-03-07 | 2 | -0/+155 |
| * | - Try harder to trick gcc into not optimizing away statements | David Schultz | 2005-03-07 | 2 | -8/+19 |
| * | Implement frexpl. | David Schultz | 2005-03-07 | 1 | -0/+62 |
| * | Alias frexp as frexpl on platforms where a long double is the same as | David Schultz | 2005-03-07 | 1 | -0/+7 |
| * | Implement fmal. | David Schultz | 2005-03-07 | 1 | -0/+170 |
| * | - Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 1 | -1/+2 |
| * | - Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 1 | -0/+5 |
| * | Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 5 | -0/+9 |
| * | Add an assembly version of fmal. | David Schultz | 2005-03-07 | 1 | -0/+34 |
| * | Add scalbnl, also known as as ldexpl. | David Schultz | 2005-03-07 | 2 | -0/+90 |