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/6787] exp10() does not consistently set errno


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

--- 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  2a77a467b273c1a72fa204a8fcc6d22e6e20bb1c (commit)
      from  ea3bc4e821e20e70b093c9a33e54f99c79e0d847 (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=2a77a467b273c1a72fa204a8fcc6d22e6e20bb1c

commit 2a77a467b273c1a72fa204a8fcc6d22e6e20bb1c
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 29 16:32:49 2013 +0000

    Fix exp10 errno setting on underflow (bug 6787).

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

Summary of changes:
 ChangeLog          |    7 +++++++
 NEWS               |   23 ++++++++++++-----------
 math/libm-test.inc |    6 ++++--
 math/w_exp10.c     |    2 +-
 math/w_exp10f.c    |    2 +-
 math/w_exp10l.c    |    2 +-
 6 files changed, 26 insertions(+), 16 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]