This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/6810] tgamma() does not set errno for underflow error


http://sourceware.org/bugzilla/show_bug.cgi?id=6810

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e47cc4e0ed06f4167b6bd8ac39e12d094e0dc474 (commit)
      from  bbf37bdc12c0370a0ac2fa597cddd660bad6ec5e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e47cc4e0ed06f4167b6bd8ac39e12d094e0dc474

commit e47cc4e0ed06f4167b6bd8ac39e12d094e0dc474
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Dec 5 14:01:41 2013 +0000

    Fix tgamma errno setting on underflow (bug 6810).

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                         |   13 +
 NEWS                              |   26 +-
 math/auto-libm-test-in            |  294 ++--
 math/auto-libm-test-out           | 4962 +++++++++++++++++++------------------
 math/w_tgamma.c                   |    5 +-
 math/w_tgammaf.c                  |    6 +-
 math/w_tgammal.c                  |    5 +-
 sysdeps/i386/fpu/libm-test-ulps   |    3 +
 sysdeps/x86_64/fpu/libm-test-ulps |    3 +
 9 files changed, 2696 insertions(+), 2621 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]