Age | Commit message (Expand) | Author |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
2015-01-22 | Fix logic botch causing warnings with Clang. Reported by dhill, matches | Miod Vallat |
2015-01-22 | Possibly uninitialized variable. From Clang via dhill. | Miod Vallat |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-09-12 | Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt. | Mark Kettenis |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-06-05 | Extended precision floating-point numbers have an explicit integer part bit. | Mark Kettenis |
2014-06-02 | Make sure STRICT_ASSIGN handles double as well. From FreeBSD, where the | Mark Kettenis |
2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-11 | Make floor round to integral value less than x, when x is tiny. | Martynas Venckus |
2013-11-22 | unsigned char casts for ctype macros | Theo de Raadt |
2013-11-12 | Trick the compiler that volatile temporary is used while raising | Martynas Venckus |
2013-11-12 | Declare __p1evll and __polevll protos in math_private.h instead of | Martynas Venckus |
2013-11-12 | Add parentheses around comparison in operand of ^. Pointed out by theo. | Martynas Venckus |
2013-11-12 | Add explicit braces to avoid ambiguous else. Pointed out by theo. | Martynas Venckus |
2013-11-03 | NaN -> \*(Na | Martynas Venckus |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-07 | Document lgamma_r, lgammaf_r, and lgammal_r. | Todd C. Miller |
2013-08-07 | simple inaccurate implementation of lrint* functions on vax, just so | Marc Espie |
2013-08-06 | scalbnf on vax, okay miod@ | Marc Espie |
2013-08-05 | tgamma(+-0) == +-Inf | Mark Kettenis |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis |
2013-07-17 | more library history | Ingo Schwarze |
2013-07-15 | Fix atan2f() and hypotf() by actually converting both their arguments to the | Miod Vallat |
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-15 | add some missing asm functions to vax: long double as aliases to double, | Marc Espie |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
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-07-03 | test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53. | Marc Espie |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2013-02-02 | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | Miod Vallat |
2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, | Martynas Venckus |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-12-30 | Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code. | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-15 | m88k does not have the m68k long double type actually (long double == double | Miod Vallat |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus |
2012-08-19 | Fix ranges in the method description. | Martynas Venckus |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |