| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | Bruce Evans | 2007-06-14 | 1 | -1/+1 |
| * | 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: (1.73: part of undeprecating logb*()). | Bruce Evans | 2007-06-13 | 1 | -2/+2 |
| * | Insta-MFC of the shared library version bump. All shared libraries | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Fix truncl.3 MLINKS | Andrey A. Chernov | 2005-04-17 | 1 | -1/+1 |
| * | Implement truncl() based on floorl(). | David Schultz | 2005-04-16 | 1 | -2/+2 |
| * | Add roundl(), lroundl(), and llroundl(). | David Schultz | 2005-04-08 | 1 | -5/+6 |
| * | Build exp2(), exp2f(), and related documentation. | David Schultz | 2005-04-05 | 1 | -2/+3 |
| * | Implement and document remquo() and remquof(). | David Schultz | 2005-03-25 | 1 | -1/+3 |
| * | Document feenableexcept(), fedisableexcept(), and fegetexcept(). | David Schultz | 2005-03-16 | 1 | -1/+3 |
| * | - Remove s_ldexpf.c (now aliased to scalbn.) | David Schultz | 2005-03-07 | 1 | -7/+12 |
| * | Un-document the non-extant exp10() and exp10f() functions. | David Schultz | 2005-02-26 | 1 | -1/+1 |
| * | Remove another vestige of support for a non-IEEE libm. | David Schultz | 2005-02-04 | 1 | -2/+0 |
| * | Move machine-dependent crud to its own makefile. | David Schultz | 2005-02-04 | 1 | -22/+6 |
| * | Remove wrappers and other cruft intended to support SVID, mistakes in | David Schultz | 2005-02-04 | 1 | -41/+4 |
| * | - Move the functions presently described in in ieee(3) to their own | David Schultz | 2005-01-27 | 1 | -11/+10 |
| * | Add fma() and fmaf(), which implement a fused multiply-add operation. | David Schultz | 2005-01-22 | 1 | -2/+8 |
| * | amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. | David Schultz | 2005-01-15 | 1 | -0/+2 |
| * | Import the subset of J.T. Conklin's single-precision x86-optimized | David Schultz | 2005-01-13 | 1 | -2/+4 |
| * | Implement and document ceill(). | Stefan Farfeleder | 2005-01-13 | 1 | -3/+4 |
| * | Hook up and document floorl(). | Stefan Farfeleder | 2005-01-12 | 1 | -2/+2 |
| * | Add MI implementations of [l]lrint[f]() and [l]lround[f](). | David Schultz | 2005-01-11 | 1 | -4/+7 |
| * | Add and document ilogbl(), a long double version of ilogb(). | Stefan Farfeleder | 2004-10-11 | 1 | -2/+3 |
| * | Bump the library version numbers for the following libraries: | Ken Smith | 2004-10-01 | 1 | -0/+1 |
| * | Add man pages for the cimag(), conj() and creal() functions. | Stefan Farfeleder | 2004-08-07 | 1 | -2/+5 |
| * | Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from | David Schultz | 2004-08-05 | 1 | -1/+1 |
| * | Fix two bugs in the signbit() macro, which was implemented last year: | David Schultz | 2004-07-19 | 1 | -3/+3 |
| * | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 1 | -1/+2 |
| * | Add C99's nearbyint{,f}() functions as wrappers around rint(). | David Schultz | 2004-07-06 | 1 | -2/+3 |
| * | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | David Schultz | 2004-06-30 | 1 | -4/+8 |
| * | s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflicts | Marcel Moolenaar | 2004-06-24 | 1 | -3/+3 |
| * | Completely remove s_ilogb.S as the assembler implementation gives very little | Stefan Farfeleder | 2004-06-20 | 1 | -1/+1 |
| * | Connect scalbln(), trunc(), and the associated documentation to the build. | David Schultz | 2004-06-20 | 1 | -4/+6 |
| * | Add round(3) and roundf(3) and the associated documentation. | David Schultz | 2004-06-07 | 1 | -2/+4 |
| * | Add fenv.h, fenv.c, and the associated documentation to the libm | David Schultz | 2004-06-06 | 1 | -5/+12 |
| * | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | Stefan Farfeleder | 2004-05-30 | 1 | -0/+4 |
| * | Add an implementation of copysignl(), a long double version of copysign(). | Stefan Farfeleder | 2004-05-07 | 1 | -2/+3 |
| * | Add an MLINK for fabsl(). | Stefan Farfeleder | 2004-05-07 | 1 | -1/+1 |
| * | - fabsl.c should be named s_fabsl.c for consistency with libmsun's | Dag-Erling Smørgrav | 2003-10-25 | 1 | -2/+7 |
| * | Connect fabsl.c to the build. | Dag-Erling Smørgrav | 2003-10-23 | 1 | -0/+2 |
| * | Stage 3 of dynamic root support. Make all the libraries needed to run | Gordon Tetlow | 2003-08-17 | 1 | -0/+1 |
| * | Fixed some style bugs (misplacement and misformatting of some commented-out | Bruce Evans | 2003-07-23 | 1 | -4/+2 |
| * | Only provide one copy of the math functions. If we provide a MD function, | Peter Wemm | 2003-07-23 | 1 | -15/+7 |
| * | No longer need the internal __get_hw_float() function. | Peter Wemm | 2003-07-23 | 1 | -1/+0 |
| * | Now that we do not need to do runtime detection for the broken default | Peter Wemm | 2003-07-23 | 1 | -4/+7 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 1 | -5/+2 |
| * | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | Bruce Evans | 2002-03-26 | 1 | -2/+4 |
| * | We need an frexp() function. | David E. O'Brien | 2002-03-01 | 1 | -1/+1 |
| * | * remove reference to m68k-dependent sources | Alexey Zelkin | 2001-12-13 | 1 | -7/+1 |
| * | Don't install manpage links for the nonexistent functions exp2(), | Bruce Evans | 2001-10-03 | 1 | -2/+2 |