summaryrefslogtreecommitdiff
path: root/lib/msun/Makefile
AgeCommit message (Expand)Author
2024-03-18lib/msun: Fix tgammal(3) on IEEE 128-bit platformsMark Murray
2024-01-27msun: remove fabs from Symbol.map, and adjust commentDimitry Andric
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-09-05msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc insteadWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-09-09msun/Makefile: Fix conditional and unbreak the build.Gleb Popov
2022-09-09src.conf: Introduce WITHOUT_MACHDEP knob.Gleb Popov
2021-12-15* lib/msun/Makefile b/lib/msun/Makefile:Mark Murray
2021-12-15* lib/msun/Makefile:Mark Murray
2021-11-19Use a builtin where possible in msunAndrew Turner
2021-11-05Implementations of cexpl()Steve Kargl
2021-10-27lib/msun: Move the files to appropriate locations in the MakefileSteve Kargl
2021-10-26[LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl]Steve Kargl
2021-04-15lib/msun: Exclude ignored-pragmas from -WerrorAlex Richardson
2021-04-10Only use -fp-exception-behavior=maytrap on x86, for nowDimitry Andric
2021-04-10Avoid raising unexpected floating point exceptions in libmDimitry Andric
2020-05-12Remove tests for obsolete compilers in the build systemEric van Gyzen
2019-02-01libm: squelch -Woverflow from gcc6Eric van Gyzen
2018-07-20Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric
2018-07-19Revert r336497 for now, as it breaks on architectures using gcc, with:Dimitry Andric
2018-07-19Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric
2018-07-15msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy
2018-05-13Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-05-28Implement sincos, sincosf, and sincosl.Michal Meloun
2017-02-17Fix building of r313761 on platforms thatMahdi Mokhtari
2017-02-15Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msunMahdi Mokhtari
2016-10-11Don't use fmaxl/fminl on platforms with no long double support,Ruslan Bukin
2016-09-28libm: simplify i387 subdir logic with make's :S substitutionEd Maste
2016-02-05Remove libc, librtld_db, libthr packages, and further increaseGlen Barber
2016-02-04First pass through library packaging.Glen Barber
2015-12-01Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery
2015-11-09Document powl(3)Enji Cooper
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2015-06-11Misc fixes from projects/bmakeSimon J. Gerraty
2015-04-27Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper
2014-11-17Add reachover Makefiles for contrib/netbsd-tests/lib/librtEnji Cooper
2014-09-15* Makefile:Steve Kargl
2014-07-13* Makefile:Steve Kargl
2014-02-21For lib/msun, turn off warnings about unknown pragmas, sinceDimitry Andric
2013-12-30* Makefile:Steve Kargl
2013-11-07Fix bulding libm on platforms with LDBL_MANT_DIG == 53.Steve Kargl
2013-09-06Add stub implementations of the missing C++11 math functions.David Chisnall
2013-06-10Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz
2013-06-05Style fixes.David Schultz
2013-06-04Add man links for expl(3) and expm1l(3).David Schultz
2013-06-03Add logl, log2l, log10l, and log1pl.David Schultz
2013-05-30I'm happy to finally commit stephen@'s implementations of cacos,David Schultz