aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/k_standard.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-3/+3
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-3/+3
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers1-17/+20
2017-08-21Fix GCC 7 build of k_standard.c.Joseph Myers1-0/+3
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-0/+1
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers1-30/+0
2015-02-27Add comment to CSTR macro in k_standard.c.Joseph Myers1-0/+1
2015-02-26Avoid -Wno-write-strings for k_standard.c.Joseph Myers1-80/+54
2014-12-22Split __kernel_standard* functions (fixes bug 17724).Joseph Myers1-90/+0
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers1-7/+9
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers1-1/+1
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-0/+2
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers1-1/+53
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers1-0/+32
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers1-1/+1
2011-10-12Optimize libmUlrich Drepper1-164/+167
2009-04-27* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors inUlrich Drepper1-1/+1
2009-04-26* sysdeps/ieee754/k_standard.c (__kernel_standard): Use correctUlrich Drepper1-2/+2
2009-04-25* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errorsUlrich Drepper1-2/+2
2004-11-21[BZ #552]Ulrich Drepper1-3/+20
2001-06-06Update.Ulrich Drepper1-1/+38
1999-07-14Update.Ulrich Drepper1-0/+943