This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.23-336-gb3d7eaf


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  b3d7eaf10a604786aa19c64b4a56303c821c46a1 (commit)
      from  16cd2b35c295dd7a6655969c7d5a217058de2863 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b3d7eaf10a604786aa19c64b4a56303c821c46a1

commit b3d7eaf10a604786aa19c64b4a56303c821c46a1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 18 21:57:25 2016 +0000

    Update libm-test.inc comment about NaN signs.
    
    libm-test.inc has a comment about signs of NaNs not being tested.
    This is out of date since:
    
    commit ce66581742e7ae1d6ce59e5d2d4859b2ae41218c
    Author: Joseph Myers <joseph@codesourcery.com>
    Date:   Sat Nov 16 12:48:35 2013 +0000
    
        Test signs of NaNs in libm-test.inc where appropriate.
    
    This patch removes the inaccurate statement.
    
    	* math/libm-test.inc: Update comment not to refer to signs of NaNs
    	not being tested.

diff --git a/ChangeLog b/ChangeLog
index 6fd5c45..4766d14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-18  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc: Update comment not to refer to signs of NaNs
+	not being tested.
+
 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
diff --git a/math/libm-test.inc b/math/libm-test.inc
index f1ba7dd..b0451bd 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -80,8 +80,7 @@
    specified in ISO C99.
 
    NaN values: There exist signalling and quiet NaNs.  This implementation
-   only uses quiet NaN as parameter.  Where the sign of a NaN is
-   significant, this is not tested.  The payload of NaNs is not examined.
+   only uses quiet NaN as parameter.  The payload of NaNs is not examined.
 
    Inline functions: Inlining functions should give an improvement in
    speed - but not in precission.  The inlined functions return

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

Summary of changes:
 ChangeLog          |    5 +++++
 math/libm-test.inc |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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