Age | Commit message (Expand) | Author |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
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-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 |
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-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; | Ingo Schwarze |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus |
2011-07-20 | Document complex math library. | Martynas Venckus |
2011-07-11 | Remove the GCC2 optimizer workaround for sparc. After switching | Martynas Venckus |
2011-07-09 | - Fix the cabs, and cabsf prototypes in the manual pages; it's | Martynas Venckus |
2011-07-09 | Don't reimplement the same thing twice. OK matthew@. | Martynas Venckus |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus |
2011-07-08 | Remove the stupid commented out fabs(3), frexp(3), and modf(3) | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-07 | Remove math(3). OK theo. | Martynas Venckus |
2011-07-07 | Document extended-precision routines. | Martynas Venckus |
2011-07-06 | Don't pull bsd.own.mk for NOPROFILE & NOPIC -- the libm_i387 thing | Martynas Venckus |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-05-28 | Adapt m68k MD functions to extended-precision. | Martynas Venckus |
2011-05-28 | Adapt m68k MD functions to single-precision. | Martynas Venckus |
2011-05-25 | Document nearbyint, nearbyintf, nearbyintl. | Martynas Venckus |
2011-05-25 | Document C99 floating-point environment. | Martynas Venckus |
2011-04-28 | fix build ok martynas@ | Todd T. Fries |
2011-04-28 | - enable fenv | Martynas Venckus |
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre |
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus |
2009-07-28 | document scalbln, scalblnf, scalblnl | Martynas Venckus |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-04-19 | make ldexpf behavior consistent with the double and extended-precision | Martynas Venckus |
2009-04-10 | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ | Martynas Venckus |
2009-04-05 | implement and use sqrt, sqrtf & fabsf in hardware; since it's | Martynas Venckus |
2009-03-28 | add C99-conformant nan, nanf, nanl for vax. always return zero, | Martynas Venckus |
2008-12-12 | space | Martynas Venckus |
2008-12-12 | document and mlink long double functions. ok jmc@ | Martynas Venckus |
2008-12-09 | pass CPPFLAGS+= -D__STDC__ for vax, to get the right definitions | 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-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |