aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-2/+2
* libm: squelch -Woverflow from gcc6Eric van Gyzen2019-02-011-0/+9
* Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-201-1/+0
* Revert r336497 for now, as it breaks on architectures using gcc, with:Dimitry Andric2018-07-191-0/+1
* Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-191-1/+0
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-151-2/+5
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-131-3/+6
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Implement sincos, sincosf, and sincosl.Michal Meloun2017-05-281-3/+7
* Fix building of r313761 on platforms thatMahdi Mokhtari2017-02-171-5/+9
* Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msunMahdi Mokhtari2017-02-151-1/+1
* Don't use fmaxl/fminl on platforms with no long double support,Ruslan Bukin2016-10-111-5/+5
* libm: simplify i387 subdir logic with make's :S substitutionEd Maste2016-09-281-5/+1
* 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