| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the cproj family to not return garbage on finite arguments. |  guenther | 2010-07-19 | 2 | -2/+6 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 30 | -150/+30 |
* | int is big enough to fully represent exponents of all supported fp |  martynas | 2009-07-25 | 1 | -0/+31 |
* | in the old days compiler could not convert decimal constants |  martynas | 2009-04-11 | 14 | -306/+82 |
* | fix hexadecimal constant that was wrong; and confused with ieee. ok miod@ |  martynas | 2009-04-08 | 1 | -2/+2 |
* | const static -> static const; since it's deprecated per C99. ok millert@ |  martynas | 2009-04-05 | 6 | -13/+13 |
* | add C99-conformant nan, nanf, nanl for vax. always return zero, |  martynas | 2009-03-28 | 1 | -0/+29 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 10 | -20/+20 |
* | - 80-bit and quad precision trigonometric and other most |  martynas | 2008-12-09 | 10 | -30/+86 |
* | - noieee_src: adapt complex versions of the functions it already |  martynas | 2008-10-07 | 27 | -215/+1778 |
* | remove z_abs. ok millert@ |  martynas | 2008-09-13 | 1 | -7/+1 |
* | since these got no ieee-specific code anymore, add fmin, fmax, fdim, |  martynas | 2008-09-11 | 5 | -0/+232 |
* | - remove isinff, isnanf. this has been moved to libc |  martynas | 2008-07-24 | 1 | -25/+1 |
* | remez -> Remes here, too. for consistency |  martynas | 2008-07-22 | 2 | -4/+4 |
* | fix cases, found by lint: |  martynas | 2008-07-18 | 4 | -15/+19 |
* | properly raise inexact; ok millert@ |  martynas | 2008-07-17 | 5 | -22/+32 |
* | some archaic 'n = a(b), c(d)' use that confused lint |  martynas | 2008-07-16 | 3 | -15/+33 |
* | - expressions such as x != x and x == x are prone to errors and |  martynas | 2008-06-25 | 8 | -37/+37 |
* | cleaning up, no functional changes |  martynas | 2008-06-21 | 31 | -249/+179 |
* | fix some errors found by lint, e.g. declaration w/o types, make |  martynas | 2008-06-16 | 4 | -21/+32 |
* | spacing, add rcs ids, no binary change |  martynas | 2008-06-12 | 27 | -243/+270 |
* | some cleanup for noieee_src, as asked by millert@: remove fictional |  martynas | 2008-06-12 | 23 | -13/+37 |
* | - no need for ifdef dance (21), we have isnan, finite for vax |  martynas | 2008-06-12 | 14 | -131/+48 |
* | - on non-ieee, rename gamma to tgamma, the 'true' gamma |  martynas | 2008-06-11 | 4 | -83/+123 |
* | drem{,f} are aliases for remainder{,f}, so: |  martynas | 2008-06-11 | 1 | -79/+86 |
* | add C99 round(), based on ieee_src, for noieee_src. tested on VAX |  martynas | 2008-06-11 | 1 | -0/+47 |
* | add __signbit/__signbitf/__signbitl; nothing uses this file, it's just |  jason | 2007-05-31 | 1 | -0/+24 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 31 | -155/+31 |
* | scalb() in vax libm is in fact scalbn(), so change the symbol name. |  miod | 2002-10-11 | 9 | -34/+34 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -6/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 4 | -9/+9 |
* | ^vax^__vax__ |  hugh | 2000-10-10 | 28 | -114/+114 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 31 | -0/+6474 |