Age | Commit message (Expand) | Author |
2013-08-07 | simple inaccurate implementation of lrint* functions on vax, just so | Marc Espie |
2013-07-15 | use some generic code on vax, to do round/roundf/scalbln... | Marc Espie |
2013-07-15 | use atan2f to add atanf | Marc Espie |
2013-07-15 | bring reference C code that's not compiled in synch with asm code | Marc Espie |
2013-07-05 | ... and gain rintf by using the same technique, along with aliases for | Marc Espie |
2013-07-05 | implement floorf and ceilf: same technique as floor and ceil, just with | Marc Espie |
2013-07-03 | reorganize NOIEEE_SRCS so that files not compiled on vax because | Marc Espie |
2013-07-03 | with DBL vs LDBL fixed, tedu some source in noieee which is actually the | Marc Espie |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, | Martynas Venckus |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lm.ln | Martynas Venckus |
2010-07-19 | Fix the cproj family to not return garbage on finite arguments. | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-04-11 | in the old days compiler could not convert decimal constants | Martynas Venckus |
2009-04-08 | fix hexadecimal constant that was wrong; and confused with ieee. ok miod@ | Martynas Venckus |
2009-04-05 | const static -> static const; since it's deprecated per C99. ok millert@ | Martynas Venckus |
2009-03-28 | add C99-conformant nan, nanf, nanl for vax. always return zero, | Martynas Venckus |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-09 | - 80-bit and quad precision trigonometric and other most | Martynas Venckus |
2008-10-07 | - noieee_src: adapt complex versions of the functions it already | Martynas Venckus |
2008-09-13 | remove z_abs. ok millert@ | Martynas Venckus |
2008-09-11 | since these got no ieee-specific code anymore, add fmin, fmax, fdim, | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-07-22 | remez -> Remes here, too. for consistency | Martynas Venckus |
2008-07-18 | fix cases, found by lint: | Martynas Venckus |
2008-07-17 | properly raise inexact; ok millert@ | Martynas Venckus |
2008-07-16 | some archaic 'n = a(b), c(d)' use that confused lint | Martynas Venckus |
2008-06-25 | - expressions such as x != x and x == x are prone to errors and | Martynas Venckus |
2008-06-21 | cleaning up, no functional changes | Martynas Venckus |
2008-06-16 | fix some errors found by lint, e.g. declaration w/o types, make | Martynas Venckus |
2008-06-12 | spacing, add rcs ids, no binary change | Martynas Venckus |
2008-06-12 | some cleanup for noieee_src, as asked by millert@: remove fictional | Martynas Venckus |
2008-06-12 | - no need for ifdef dance (21), we have isnan, finite for vax | Martynas Venckus |
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 |
2007-05-31 | add __signbit/__signbitf/__signbitl; nothing uses this file, it's just | Jason Wright |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-11 | scalb() in vax libm is in fact scalbn(), so change the symbol name. | Miod Vallat |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2000-10-10 | ^vax^__vax__ | Hugh Graham |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |