summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove libc, librtld_db, libthr packages, and further increasegjb2016-02-051-1/+1
* First pass through library packaging.gjb2016-02-041-0/+1
* Don't override LIB*DIR variables from src.libnames.mk.bdrewery2015-12-011-5/+4
* Document powl(3)ngie2015-11-091-1/+2
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Misc fixes from projects/bmakesjg2015-06-111-0/+2
* Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-271-1/+3
* Add reachover Makefiles for contrib/netbsd-tests/lib/librtngie2014-11-171-0/+4
* * Makefile:kargl2014-09-151-1/+3
* * Makefile:kargl2014-07-131-2/+2
* For lib/msun, turn off warnings about unknown pragmas, sincedim2014-02-211-0/+1
* * Makefile:kargl2013-12-301-6/+7
* Fix bulding libm on platforms with LDBL_MANT_DIG == 53.kargl2013-11-071-2/+2
* Add stub implementations of the missing C++11 math functions.theraven2013-09-061-0/+1
* Add implementations of acoshl(), asinhl(), and atanhl(). This is adas2013-06-101-6/+6
* Style fixes.das2013-06-051-6/+7
* Add man links for expl(3) and expm1l(3).das2013-06-041-2/+2
* Add logl, log2l, log10l, and log1pl.das2013-06-031-3/+5
* I'm happy to finally commit stephen@'s implementations of cacos,das2013-05-301-2/+6
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-6/+0
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-211-0/+4
* Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm.kargl2012-07-231-1/+1
* Add an implementation of fenv.h intended for platforms that lack an FPU anddas2012-01-161-1/+1
* The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-211-1/+1
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-171-3/+9
* Take two. Add the missing file that should have been committedkargl2011-03-121-1/+1
* Temporary disable the building of cbrtl until Ikargl2011-03-121-1/+1
* Implement the long double version for the cube root function, cbrtl.kargl2011-03-121-3/+4
* Add cexp() and cexpf().das2011-03-071-2/+4
* Add complex(3) manual page documenting our partial support for C99murray2011-02-201-1/+2
* Add log2() and log2f().das2010-12-051-2/+3
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.das2010-12-031-0/+6
* This is exactly the same as the .else, so remove it.imp2010-09-131-2/+0
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.imp2010-09-131-2/+2
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+6
* MFtbemd:imp2010-08-231-1/+1
* powerpc64 floating-point is identical to powerpc, so use the samenwhitehorn2010-07-101-0/+2
* Implement cproj{,f,l}().das2008-08-071-2/+4
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-311-8/+12
* Set WARNS=1.das2008-07-311-0/+1
* Sort the .PATH entries to give a more reasonable order of precedence:das2008-07-181-4/+5
* Implement fmodl.das2008-06-191-2/+2
* Hook remquol() and remainderl() up to the build.das2008-03-301-4/+6
* Implement csqrtl().das2008-03-301-2/+2
* Hook hypotl() and cabsl() up to the build.das2008-03-301-4/+5
* Hook up sqrtl() to the build.das2008-03-021-2/+2
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-181-2/+3
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-171-7/+9
* On arches where long double is the same as double, alias ceil(), floor()bde2008-02-131-6/+7
OpenPOWER on IntegriCloud