| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -2/+4 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 1 | -8/+12 |
* | Set WARNS=1. | das | 2008-07-31 | 1 | -0/+1 |
* | Sort the .PATH entries to give a more reasonable order of precedence: | das | 2008-07-18 | 1 | -4/+5 |
* | Implement fmodl. | das | 2008-06-19 | 1 | -2/+2 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 1 | -4/+6 |
* | Implement csqrtl(). | das | 2008-03-30 | 1 | -2/+2 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -4/+5 |
* | Hook up sqrtl() to the build. | das | 2008-03-02 | 1 | -2/+2 |
* | Add tgammaf() as a simple wrapper around tgamma(). | das | 2008-02-18 | 1 | -2/+3 |
* | Hook up sinl(), cosl(), and tanl() to the build. | das | 2008-02-17 | 1 | -7/+9 |
* | On arches where long double is the same as double, alias ceil(), floor() | bde | 2008-02-13 | 1 | -6/+7 |
* | Hook up exp2l() and related docs to the build. | das | 2008-01-18 | 1 | -6/+6 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | das | 2008-01-14 | 1 | -4/+6 |
* | Oops, the previous commit was not needed -- the file was committed but | bde | 2007-12-17 | 1 | -1/+1 |
* | Don't try to build s_nanl.c before it is committed. | bde | 2007-12-17 | 1 | -1/+1 |
* | Add logbl(3) to libm. | das | 2007-12-17 | 1 | -3/+3 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -3/+12 |
* | Implement and document csqrt(3) and csqrtf(3). | das | 2007-12-15 | 1 | -2/+4 |
* | Implement carg(3) and cargf(3). | das | 2007-12-12 | 1 | -3/+3 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -2/+0 |
* | Implement modfl(). | das | 2007-01-07 | 1 | -1/+1 |
* | Add symbol versioning to libm. | deischen | 2006-03-27 | 1 | -0/+6 |
* | Detach k_rem_pio2f.c from the build since it is now unused. It is a libm | bde | 2005-11-06 | 1 | -1/+1 |
* | The logb() functions are not just ieee754 "test" functions, but are | bde | 2005-11-06 | 1 | -2/+2 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Fix truncl.3 MLINKS | ache | 2005-04-17 | 1 | -1/+1 |
* | Implement truncl() based on floorl(). | das | 2005-04-16 | 1 | -2/+2 |
* | Add roundl(), lroundl(), and llroundl(). | das | 2005-04-08 | 1 | -5/+6 |
* | Build exp2(), exp2f(), and related documentation. | das | 2005-04-05 | 1 | -2/+3 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 1 | -1/+3 |
* | Document feenableexcept(), fedisableexcept(), and fegetexcept(). | das | 2005-03-16 | 1 | -1/+3 |
* | - Remove s_ldexpf.c (now aliased to scalbn.) | das | 2005-03-07 | 1 | -7/+12 |
* | Un-document the non-extant exp10() and exp10f() functions. | das | 2005-02-26 | 1 | -1/+1 |
* | Remove another vestige of support for a non-IEEE libm. | das | 2005-02-04 | 1 | -2/+0 |
* | Move machine-dependent crud to its own makefile. | das | 2005-02-04 | 1 | -22/+6 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 1 | -41/+4 |
* | - Move the functions presently described in in ieee(3) to their own | das | 2005-01-27 | 1 | -11/+10 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | das | 2005-01-22 | 1 | -2/+8 |
* | amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. | das | 2005-01-15 | 1 | -0/+2 |
* | Import the subset of J.T. Conklin's single-precision x86-optimized | das | 2005-01-13 | 1 | -2/+4 |
* | Implement and document ceill(). | stefanf | 2005-01-13 | 1 | -3/+4 |
* | Hook up and document floorl(). | stefanf | 2005-01-12 | 1 | -2/+2 |
* | Add MI implementations of [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 1 | -4/+7 |
* | Add and document ilogbl(), a long double version of ilogb(). | stefanf | 2004-10-11 | 1 | -2/+3 |
* | Bump the library version numbers for the following libraries: | kensmith | 2004-10-01 | 1 | -0/+1 |
* | Add man pages for the cimag(), conj() and creal() functions. | stefanf | 2004-08-07 | 1 | -2/+5 |
* | Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from | das | 2004-08-05 | 1 | -1/+1 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 1 | -3/+3 |