summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2010-12-17Fix typo in cross-refernce.njoly
2010-12-09Add noieee versions for lround(), lroundf(), lrint(), lrintf(),abs
2010-11-29fix accuracy problems in argument ranges where j0(x) is small, closesdrochner
2010-09-20deal with infinity on the vax.christos
2010-09-20no more ieee ifdefschristos
2010-09-20get rid of ieee dependencies.christos
2010-09-20shouldn't need ieee.h here.christos
2010-09-17don't compile long double support for the havenots.christos
2010-09-16fix an obvious botch which made eg conjl(3) a no-opdrochner
2010-09-15Remove trailing whitespace.wiz
2010-09-15commit long double SoC code from Stathis Kamperischristos
2010-09-15Commit SoC long double support from Stathis Kamperischristos
2010-09-01EDOM should not be set on atan2(0,0) in POSIX mode, found bydrochner
2010-08-10two disgusting hacks:drochner
2010-08-07Remove reference to fpresetsticky(3), which doesn't exist.wiz
2010-08-07Fix typo in MLINKS, from Stathis Kamperis. Adapt set lists, and runwiz
2010-08-04Remove trailing comma in enumeration, make HTML-ready.wiz
2010-08-04Remove trailing comma in enumeration.wiz
2010-08-01Fix compile error.taca
2010-07-31Fix merge error: drop machine from an older workaround for machine.ssejoerg
2010-07-31Add support for fenv.h interface for i386 and amd64.joerg
2010-05-14\\* -> \*joerg
2010-05-03Note that rest of the functions come from C99.jruoho
2010-04-29Don't mix opening and closing macros of different types.joerg
2010-04-23-build ldexp/frexp/modf locally again rather than relying on libcdrochner
2010-04-05Fix escape sequencesjoerg
2010-03-29build s_frexp.c, s_ldexp.c and s_modf.c here for new platforms, since theymrg
2010-03-08These functions are going to first appear in 5.1, not 6.0.snj
2010-03-08Fix broken RCSID.snj
2010-01-27fix return values for atan2(+-0,+-0) in the POSIX casedrochner
2010-01-27fix return value in case of NaN inputdrochner
2010-01-20let the previous fix apply to acos rather than atan2,drochner
2010-01-20PR/42630 asin(2.0) and acos(2.0) doesn't return NaN.tnozaki
2010-01-12merge conflicting error sections.christos
2010-01-11remove weak reference for now.christos
2010-01-11Add exp2 and exp2mchristos
2010-01-06Jump through the PLT in PIC mode to fix the DT_TEXTREL warning on creatingphx
2009-11-09Move to two-clause license.is
2009-10-23Disable the use of mandoc for now until support for conditionaljoerg
2009-10-04Mention NetBSD in HISTORY as well.wiz
2009-10-04add f{min,max,dim}{,l,f} from FreeBSDchristos
2009-08-03As noticed by Stathis Kamperis, the original implementation does notdrochner
2009-02-16fix -Wsign-compare issue (on macppc)lukem
2009-01-19fix -Wsign-compare issuelukem
2009-01-18Change the use of formally undocumented features, which have now beenhe
2008-09-28Fix a little lint.christos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-12Check MKCOMPLEX variable to build complex support into libm.gmcgarry
2008-06-24as in exp(), treat +/-Inf and NaN arguments specially, should fixdrochner
2008-06-23-fix an obvious mistake in fpcw checkdrochner