| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r284289,r288267: | bdrewery | 2015-12-04 | 1 | -0/+2 |
* | MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614, | tijl | 2015-06-25 | 1 | -1/+3 |
* | MFC r282057,r282092,r282106: | ngie | 2015-05-13 | 1 | -1/+3 |
* | MFC r274618,r276521: | ngie | 2015-01-05 | 1 | -0/+4 |
* | MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588 | tijl | 2014-09-18 | 1 | -9/+10 |
* | MFC r262613: | dim | 2014-03-26 | 1 | -0/+1 |
* | Add stub implementations of the missing C++11 math functions. | theraven | 2013-09-06 | 1 | -0/+1 |
* | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | das | 2013-06-10 | 1 | -6/+6 |
* | Style fixes. | das | 2013-06-05 | 1 | -6/+7 |
* | Add man links for expl(3) and expm1l(3). | das | 2013-06-04 | 1 | -2/+2 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -3/+5 |
* | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 1 | -2/+6 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | das | 2013-05-27 | 1 | -6/+0 |
* | Merge the 386 and amd64 versions of the fenv.h, to make cc -m32 | kib | 2013-04-21 | 1 | -0/+4 |
* | Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm. | kargl | 2012-07-23 | 1 | -1/+1 |
* | Add an implementation of fenv.h intended for platforms that lack an FPU and | das | 2012-01-16 | 1 | -1/+1 |
* | The cexp() and {,c}{cos,sin}h functions all need to be able to compute | das | 2011-10-21 | 1 | -1/+1 |
* | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | das | 2011-10-17 | 1 | -3/+9 |
* | Take two. Add the missing file that should have been committed | kargl | 2011-03-12 | 1 | -1/+1 |
* | Temporary disable the building of cbrtl until I | kargl | 2011-03-12 | 1 | -1/+1 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 1 | -3/+4 |
* | Add cexp() and cexpf(). | das | 2011-03-07 | 1 | -2/+4 |
* | Add complex(3) manual page documenting our partial support for C99 | murray | 2011-02-20 | 1 | -1/+2 |
* | Add log2() and log2f(). | das | 2010-12-05 | 1 | -2/+3 |
* | Disable gcc's built-in rint() function when compiling s_nearbyint.c. | das | 2010-12-03 | 1 | -0/+6 |
* | This is exactly the same as the .else, so remove it. | imp | 2010-09-13 | 1 | -2/+0 |
* | MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe. | imp | 2010-09-13 | 1 | -2/+2 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -1/+6 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | powerpc64 floating-point is identical to powerpc, so use the same | nwhitehorn | 2010-07-10 | 1 | -0/+2 |
* | 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 |