| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: 1.9: fix an alaising bug. | Bruce Evans | 2007-06-14 | 1 | -1/+1 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -2/+2 |
| * | MFC: Makefile.inc 1.9: further deprecate scalb() and scalbf() by | Bruce Evans | 2007-06-14 | 3 | -62/+2 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -0/+6 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -8/+11 |
| * | MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation. | Bruce Evans | 2007-06-14 | 1 | -1/+1 |
| * | MFC: 1.8: several significant fixes and one optimization by merging better | Bruce Evans | 2007-06-14 | 1 | -10/+10 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -64/+100 |
| * | MFC: | Bruce Evans | 2007-06-14 | 3 | -18/+18 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -8/+13 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -8/+20 |
| * | MFC: | Bruce Evans | 2007-06-14 | 2 | -9/+23 |
| * | MFC: e_logf.c 1.8-1.9: optimize the polynomial for float precision, and | Bruce Evans | 2007-06-14 | 1 | -10/+8 |
| * | MFC: e_expf.c 1.10: fix the hi+lo approximation to log(2). | Bruce Evans | 2007-06-14 | 1 | -4/+4 |
| * | MFC: | Bruce Evans | 2007-06-14 | 3 | -20/+20 |
| * | MFC: 1.9: fix the approximation to pio4. | Bruce Evans | 2007-06-14 | 1 | -1/+1 |
| * | MFC: | Bruce Evans | 2007-06-14 | 6 | -62/+41 |
| * | MFC (1.74: detach k_rem_pio2f.c from the build since it is now unused). | Bruce Evans | 2007-06-14 | 1 | -1/+1 |
| * | MFC: | Bruce Evans | 2007-06-13 | 10 | -292/+253 |
| * | MFC (1.18: implement some inline functions to support complex functions). | Bruce Evans | 2007-06-13 | 1 | -0/+42 |
| * | MFC: (1.73: part of undeprecating logb*()). | Bruce Evans | 2007-06-13 | 1 | -2/+2 |
| * | MFC: remove California Regent's clause 3, per letter. | Bruce Evans | 2007-06-13 | 32 | -128/+0 |
| * | MFC (1.3: fix spelling of remquof() in its prototype). | Bruce Evans | 2007-06-13 | 1 | -1/+1 |
| * | MFC: ieee_test.3 1.12-1.13, ilogb.3 1.2-1.3, math.3 1.26-1.27: | Bruce Evans | 2007-06-13 | 3 | -31/+46 |
| * | MFC (1.23: fix a cut-and-paste-o). | Bruce Evans | 2007-06-13 | 1 | -2/+2 |
| * | MFC (1.11: fix some comments). | Bruce Evans | 2007-06-13 | 1 | -5/+7 |
| * | MFC: | Bruce Evans | 2007-06-13 | 3 | -31/+51 |
| * | MFC (1.3: remove an unneeded fnstcw instruction in fegetenv()). | Bruce Evans | 2007-06-13 | 1 | -6/+5 |
| * | MFC (1.4: remove an unneeded fnstcw instruction in fegetenv()). | Bruce Evans | 2007-06-13 | 1 | -7/+5 |
| * | MFC (1.6: fix fesetenv() clobbering the i387 register stack). | Bruce Evans | 2007-06-13 | 2 | -2/+24 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2007-01-26 | 1 | -0/+101 |
| * | MFC (1.2: add missing ldexpf()). | Bruce Evans | 2006-12-12 | 1 | -0/+3 |
| * | 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 |