aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove libc, librtld_db, libthr packages, and further increaseGlen Barber2016-02-051-1/+1
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-5/+4
* Document powl(3)Enji Cooper2015-11-091-1/+2
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Misc fixes from projects/bmakeSimon J. Gerraty2015-06-111-0/+2
* Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper2015-04-271-1/+3
* Add reachover Makefiles for contrib/netbsd-tests/lib/librtEnji Cooper2014-11-171-0/+4
* * Makefile:Steve Kargl2014-09-151-1/+3
* * Makefile:Steve Kargl2014-07-131-2/+2
* For lib/msun, turn off warnings about unknown pragmas, sinceDimitry Andric2014-02-211-0/+1
* * Makefile:Steve Kargl2013-12-301-6/+7
* Fix bulding libm on platforms with LDBL_MANT_DIG == 53.Steve Kargl2013-11-071-2/+2
* Add stub implementations of the missing C++11 math functions.David Chisnall2013-09-061-0/+1
* Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz2013-06-101-6/+6
* Style fixes.David Schultz2013-06-051-6/+7
* Add man links for expl(3) and expm1l(3).David Schultz2013-06-041-2/+2
* Add logl, log2l, log10l, and log1pl.David Schultz2013-06-031-3/+5
* I'm happy to finally commit stephen@'s implementations of cacos,David Schultz2013-05-301-2/+6
* Fix some regressions caused by the switch from gcc to clang. The fixesDavid Schultz2013-05-271-6/+0
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32Konstantin Belousov2013-04-211-0/+4
* Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm.Steve Kargl2012-07-231-1/+1
* Add an implementation of fenv.h intended for platforms that lack an FPU andDavid Schultz2012-01-161-1/+1
* The cexp() and {,c}{cos,sin}h functions all need to be able to computeDavid Schultz2011-10-211-1/+1
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-171-3/+9
* Take two. Add the missing file that should have been committedSteve Kargl2011-03-121-1/+1
* Temporary disable the building of cbrtl until ISteve Kargl2011-03-121-1/+1
* Implement the long double version for the cube root function, cbrtl.Steve Kargl2011-03-121-3/+4
* Add cexp() and cexpf().David Schultz2011-03-071-2/+4
* Add complex(3) manual page documenting our partial support for C99Murray Stokely2011-02-201-1/+2
* Add log2() and log2f().David Schultz2010-12-051-2/+3
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.David Schultz2010-12-031-0/+6
* This is exactly the same as the .else, so remove it.Warner Losh2010-09-131-2/+0
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.Warner Losh2010-09-131-2/+2
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-1/+6
* MFtbemd:Warner Losh2010-08-231-1/+1
* powerpc64 floating-point is identical to powerpc, so use the sameNathan Whitehorn2010-07-101-0/+2
* Implement cproj{,f,l}().David Schultz2008-08-071-2/+4
* Add implementations of acosl(), asinl(), atanl(), atan2l(),David Schultz2008-07-311-8/+12
* Set WARNS=1.David Schultz2008-07-311-0/+1
* Sort the .PATH entries to give a more reasonable order of precedence:David Schultz2008-07-181-4/+5
* Implement fmodl.David Schultz2008-06-191-2/+2
* Hook remquol() and remainderl() up to the build.David Schultz2008-03-301-4/+6
* Implement csqrtl().David Schultz2008-03-301-2/+2
* Hook hypotl() and cabsl() up to the build.David Schultz2008-03-301-4/+5
* Hook up sqrtl() to the build.David Schultz2008-03-021-2/+2
* Add tgammaf() as a simple wrapper around tgamma().David Schultz2008-02-181-2/+3
* Hook up sinl(), cosl(), and tanl() to the build.David Schultz2008-02-171-7/+9
* On arches where long double is the same as double, alias ceil(), floor()Bruce Evans2008-02-131-6/+7