summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
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
2008-06-23add macros for the upper half of the double arguments.christos
2008-06-23Share the amd64 and i386 exp versions. Fixes a problem with exp(-Inf) != 0.christos
2008-06-06Use a dummy assembly file so we won't try produce lint stuff.ad
2008-06-04Forgot to add this yesterday.ad
2008-06-03- Fold libm387 into libm.ad
2008-05-01fix bugs that piss off lint.christos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29According to C99:uwe
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-26pass a little lint.christos
2008-04-26Remove 3 functions that exist in libc. This does not break binary compatibilitychristos
2008-04-26Put back USE_SHLIBDIR and remove the confusing lint comment that made mechristos
2008-04-25avoid shadow variables, and enable lint.christos
2008-03-20Fix weak alias.mhitch
2008-03-20Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), andmhitch
2008-03-08fix so that it doesn't interact strangely with ARCH_SRCS definitionsdrochner
2008-02-20Add manpages for the complex math functions, originally from SUSv3,drochner
2008-02-09make all sun2 use -O0 and move most of the hacks out into just 3 files.mrg
2008-02-05make sun2 build again with liberal use of -O0.mrg
2007-08-21replace the last cast through void* by the SET_FLOAT_WORD macro, inspireddrochner
2007-08-21Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5]drochner
2007-08-20Add C99 complex support, for double and float.drochner
2007-08-10make the hypot/atan2 functions weak aliases, because they are useddrochner
2007-04-19Mark some internal libm symbols as hiddenmatt
2007-04-18Make the internal __libm_dsqrt_r6 have a fake entry mask of 0 to makematt
2007-02-26remove references to old cabs()drochner
2007-02-22-get cabs() and cabsf() out of public view - these are historical anddrochner