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/16283] exp2 does not set errno on underflow


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

--- Comment #1 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  17dea1887fcc116941e07cb0f5f2078140ab0384 (commit)
      from  b20de2c3d9d751eb259c321426188eefc64fcbe9 (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=17dea1887fcc116941e07cb0f5f2078140ab0384

commit 17dea1887fcc116941e07cb0f5f2078140ab0384
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 3 20:50:51 2013 +0000

    Fix exp2 errno setting on underflow (bug 16283).

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

Summary of changes:
 ChangeLog               |   10 +++
 NEWS                    |    2 +-
 math/auto-libm-test-in  |   12 +--
 math/auto-libm-test-out |  170 +++++++++++++++++++++++-----------------------
 math/w_exp2.c           |    2 +-
 math/w_exp2f.c          |    2 +-
 math/w_exp2l.c          |    2 +-
 7 files changed, 103 insertions(+), 97 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]