about summary refs log tree commit diff
path: root/sysdeps/ieee754/k_standard.c
Commit message (Expand)AuthorAgeFilesLines
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-3/+3
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-3/+3
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-17/+20
* Fix GCC 7 build of k_standard.c.Joseph Myers2017-08-211-0/+3
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-0/+1
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-021-30/+0
* Add comment to CSTR macro in k_standard.c.Joseph Myers2015-02-271-0/+1
* Avoid -Wno-write-strings for k_standard.c.Joseph Myers2015-02-261-80/+54
* Split __kernel_standard* functions (fixes bug 17724).Joseph Myers2014-12-221-90/+0
* Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers2013-12-041-7/+9
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-081-1/+1
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-0/+2
* Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers2012-03-281-1/+53
* Avoid overflows from long double functions using __kernel_standard.Joseph Myers2012-03-281-0/+32
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-271-1/+1
* Optimize libmUlrich Drepper2011-10-121-164/+167
* * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors inUlrich Drepper2009-04-271-1/+1
* * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correctUlrich Drepper2009-04-261-2/+2
* * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errorsUlrich Drepper2009-04-251-2/+2
* [BZ #552]Ulrich Drepper2004-11-211-3/+20
* Update.Ulrich Drepper2001-06-061-1/+38
* Update.Ulrich Drepper1999-07-141-0/+943