| Commit message (Expand) | Author | Age | Files | Lines |
* | scalbnf on vax, okay miod@ |  espie | 2013-08-06 | 1 | -1/+8 |
* | Fix atan2f() and hypotf() by actually converting both their arguments to the |  miod | 2013-07-15 | 2 | -4/+6 |
* | add some missing asm functions to vax: long double as aliases to double, |  espie | 2013-07-15 | 6 | -10/+51 |
* | VAX ELF userland bits. Consists mostly of register prefix additions. |  miod | 2013-07-05 | 9 | -490/+490 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 5 | -13/+13 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 2 | -95/+0 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 2 | -0/+95 |
* | space |  martynas | 2008-12-12 | 5 | -13/+13 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 5 | -29/+13 |
* | - 80-bit and quad precision trigonometric and other most |  martynas | 2008-12-09 | 5 | -20/+30 |
* | float math functions: copysignf and logbf. ok millert@ |  martynas | 2008-11-20 | 1 | -1/+35 |
* | - noieee_src: adapt complex versions of the functions it already |  martynas | 2008-10-07 | 1 | -3/+2 |
* | remove d_cbrt, dcbrt, d_sqrt. ok millert@ |  martynas | 2008-09-16 | 2 | -16/+7 |
* | remove z_abs. ok millert@ |  martynas | 2008-09-13 | 1 | -9/+1 |
* | - remove isinff, isnanf. this has been moved to libc |  martynas | 2008-07-24 | 1 | -34/+1 |
* | cleaning up, no functional changes |  martynas | 2008-06-21 | 4 | -24/+24 |
* | add isinff and isnanf. no objection millert@ |  martynas | 2008-06-12 | 1 | -1/+21 |
* | use ALTENTRY; was ok millert@ |  martynas | 2008-06-12 | 1 | -4/+2 |
* | drem{,f} are aliases for remainder{,f}, so: |  martynas | 2008-06-11 | 1 | -4/+7 |
* | Use proper *ENTRY macros with symbolic register save masks, sprinkle |  miod | 2008-05-21 | 9 | -140/+94 |
* | add __signbit/__signbitf/__signbitl (all the same) for vax (not used yet, |  jason | 2007-05-31 | 1 | -0/+19 |
* | avoid ' which confuses make depend |  deraadt | 2005-11-23 | 1 | -1/+1 |
* | Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changed |  millert | 2003-11-01 | 1 | -5/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 9 | -45/+9 |
* | scalb() in vax libm is in fact scalbn(), so change the symbol name. |  miod | 2002-10-11 | 1 | -4/+4 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 9 | -0/+1862 |