summaryrefslogtreecommitdiff
path: root/lib/libm/Makefile
AgeCommit message (Expand)Author
2008-07-29describe exp2, exp2f and mlink themMartynas Venckus
2008-07-29remove finite from ieee.3, and unmlink from makefileMartynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas Venckus
2008-07-21NetBSD's C library supplies these functions -> OpenBSD's C libraryMartynas Venckus
2008-07-21rename lround.c lroundf.c llround.c llroundf.c to s_lround.cMartynas Venckus
2008-07-16install infnan.3 only for vax. pointed out by millert@Martynas Venckus
2008-06-12Makefile: fix MLINKSJason McIntyre
2008-06-11- on non-ieee, rename gamma to tgamma, the 'true' gammaMartynas Venckus
2008-06-11drem{,f} are aliases for remainder{,f}, so:Martynas Venckus
2008-06-11add C99 round(), based on ieee_src, for noieee_src. tested on VAXMartynas Venckus
2006-09-25Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,Mark Kettenis
2006-07-12add some more C99 functions: round(3) and roundf(3).Brad Smith
2006-03-19New amd64 exp(3).Mark Kettenis
2006-03-18add some more C99 functions: trunc(3) and truncf(3).Brad Smith
2006-03-14amd64 asm code is not correct for exp(+/-Inf), so until somebodyOtto Moerbeek
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-17Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaOtto Moerbeek
2004-04-06remove optimization workaround for sparc64 now that we're using gcc3.Brad Smith
2004-02-28reach into new amd64 directoryTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-08add libm parts for amd64; much from netbsd, integration by mickey.Theo de Raadt
2003-02-27ieee_test isn't real, rename it to logb.3 and make everything link to that in...Jason Wright
2003-01-03Get the m88k libm to say no to drugs.Miod Vallat
2002-05-22add reminder and roundingsMichael Shalayeff
2002-05-22md sqrt() implementationMichael Shalayeff
2002-01-30Add native implementations of copysign() and copysignf() on alpha.Christian Weisgerber
2001-08-28The sparc workaround is needed for sparc64 too.Artur Grabowski
2001-06-26Correctly handle mvme88k settings here.Miod Vallat
2000-11-08put infnan in there, even though it is depricatedTheo de Raadt
1999-07-18I think that libm_i387 has lived too longTheo de Raadt
1999-07-01provide MLINKS for "f" versions, and make sure they show up in whatis.dbTheo de Raadt
1999-06-28Bye, bye work-around.Marc Espie
1999-06-03egcs generates broken code for -O2 on sparcTheo de Raadt
1999-05-26Work-around: a few files trigger Internal Compiler Errors if compiled withMarc Espie
1999-03-08pull in bsd.own.mk for NOPROFILE and NOPICTodd C. Miller
1999-03-07Never break the source tree builds if a _non-default compilation option_Theo de Raadt
1999-03-07previous commit broke MLINKS installTheo de Raadt
1999-03-04move .include <bsd.lib.mk> up before NOPROFILE and NOPIC defines are used; ev...Todd C. Miller
1998-11-16use _USE_WRITETheo de Raadt
1998-03-02protect internal "struct excpption" from conflicting one in gcc.Todd C. Miller
1997-09-01missing VAX manual for infnan(3), from 4.4 BSDMichael Shalayeff
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1996-11-14correct LINKS usageMichael Shalayeff
1996-10-27nopicJason Downs
1996-10-27NOPROFILE; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-10-25We do i387 by default now.Jason Downs
1996-09-30Add OpenBSD tag. -mojMats O Jansson
1996-09-30Allow the Makefile to work on strange machines like VAX :-) -mojMats O Jansson
1996-03-25Somewhat better support for building lint libraryThorsten Lockert
1995-12-14from netbsd:Theo de Raadt