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