From mboxrd@z Thu Jan 1 00:00:00 1970 From: "cvs-commit@gcc.gnu.org" To: glibc-bugs@sources.redhat.com Subject: [Bug math/552] Wrong return values for tgamma (0) and tgamma (-0) Date: Sun, 21 Nov 2004 11:42:00 -0000 Message-id: <20041121114224.8235.qmail@sourceware.org> References: <20041116224837.552.hjl@lucon.org> X-SW-Source: 2004-11/msg00172.html List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-21 11:42 ------- Subject: Bug 552 CVSROOT: /cvs/glibc Module name: libc Branch: fedora-branch Changes by: jakub@sources.redhat.com 2004-11-21 11:42:09 Modified files: math : libm-test.inc sysdeps/generic: w_tgamma.c w_tgammaf.c w_tgammal.c sysdeps/ieee754: k_standard.c sysdeps/ieee754/dbl-64: e_gamma_r.c sysdeps/ieee754/flt-32: e_gammaf_r.c sysdeps/ieee754/ldbl-128: e_gammal_r.c sysdeps/ieee754/ldbl-96: e_gammal_r.c Log message: 2004-11-20 Jakub Jelinek * sysdeps/ieee754/k_standard.c: Document code 50. (__kernel_standard) : Avoid raising div-by-zero exception again. 2004-11-19 H.J. Lu [BZ #552] * math/libm-test.inc (tgamma_test): Update tgamma (0) and tgamma (-0). * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle |x| == 0. * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise. * sysdeps/generic/w_tgammal.c (__tgammal): Likewise. * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise. * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise. * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise. * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise. * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle tgamma (0) and tgamma (-0). Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/libm-test.inc.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.61.2.1&r2=1.61.2.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/w_tgamma.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1&r2=1.1.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/w_tgammaf.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1&r2=1.1.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/w_tgammal.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1&r2=1.1.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/k_standard.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.2&r2=1.2.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/dbl-64/e_gamma_r.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.4&r2=1.4.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/flt-32/e_gammaf_r.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.4&r2=1.4.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128/e_gammal_r.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.3&r2=1.3.2.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-96/e_gammal_r.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.5&r2=1.5.2.1 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=552 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.