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.15-294-gb945857


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  b945857907e4c127f559818a5a98a56fcebc0d48 (commit)
       via  30ee4ced205684d4dead6693d0f5851ac792877b (commit)
      from  b7cd39e8f8c5cf2844f20eb03f545d19c4c25987 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b945857907e4c127f559818a5a98a56fcebc0d48

commit b945857907e4c127f559818a5a98a56fcebc0d48
Author: Andreas Jaeger <aj@suse.de>
Date:   Mon Mar 5 13:38:43 2012 +0100

    Add BZ#13656

diff --git a/NEWS b/NEWS
index 867e6be..35fc50f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Version 2.16
   5077, 5461, 5805, 5993, 6884, 6907, 9739, 9902, 10110, 10135, 10140,
   10210, 11174, 11322, 11365, 11494, 12047, 13058, 13525, 13526, 13527,
   13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553,
-  13555, 13559, 13583, 13618, 13637, 13695, 13704, 13706, 13738, 13786
+  13555, 13559, 13583, 13618, 13637, 13656, 13695, 13704, 13706, 13738,
+  13786
 
 * ISO C11 support:
 

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=30ee4ced205684d4dead6693d0f5851ac792877b

commit 30ee4ced205684d4dead6693d0f5851ac792877b
Author: Andreas Jaeger <aj@suse.de>
Date:   Mon Mar 5 13:37:29 2012 +0100

    * sysdeps/i386/fpu/libm-test-ulps: Update.

diff --git a/ChangeLog b/ChangeLog
index bcb2d50..6e4f7c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-05  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+
 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #3976]
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps
index 049d6d1..c5568b9 100644
--- a/sysdeps/i386/fpu/libm-test-ulps
+++ b/sysdeps/i386/fpu/libm-test-ulps
@@ -322,6 +322,9 @@ ldouble: 1
 Test "cos_tonearest (8) == -0.1455000338086135258688413818311946826093":
 ildouble: 1
 ldouble: 1
+Test "cos_tonearest (9) == -0.9111302618846769883682947111811653112463":
+ildouble: 1
+ldouble: 1
 
 # cos_towardzero
 Test "cos_towardzero (1) == 0.5403023058681397174009366074429766037323":
@@ -1022,6 +1025,9 @@ ldouble: 1
 Test "sin_tonearest (4) == -0.7568024953079282513726390945118290941359":
 ildouble: 1
 ldouble: 1
+Test "sin_tonearest (9) == 0.4121184852417565697562725663524351793439":
+ildouble: 1
+ldouble: 1
 
 # sin_towardzero
 Test "sin_towardzero (1) == 0.8414709848078965066525023216302989996226":
@@ -1205,6 +1211,9 @@ float: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
+Test "tan_downward (5) == -3.3805150062465856369827058794473439087096":
+ildouble: 1
+ldouble: 1
 Test "tan_downward (6) == -0.2910061913847491570536995888681755428312":
 double: 1
 float: 1
@@ -1254,6 +1263,8 @@ ldouble: 1
 Test "tan_towardzero (3) == -0.1425465430742778052956354105339134932261":
 float: 1
 ifloat: 1
+ildouble: 1
+ldouble: 1
 Test "tan_towardzero (4) == 1.1578212823495775831373424182673239231198":
 float: 1
 ifloat: 1
@@ -1298,6 +1309,8 @@ ldouble: 1
 Test "tan_upward (3) == -0.1425465430742778052956354105339134932261":
 float: 1
 ifloat: 1
+ildouble: 1
+ldouble: 1
 Test "tan_upward (4) == 1.1578212823495775831373424182673239231198":
 double: 1
 idouble: 1
@@ -1519,6 +1532,10 @@ idouble: 1
 ifloat: 1
 
 # Maximal error of functions:
+Function: "acos":
+ildouble: 1
+ldouble: 1
+
 Function: "asin":
 ildouble: 1
 ldouble: 1

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

Summary of changes:
 ChangeLog                       |    4 ++++
 NEWS                            |    3 ++-
 sysdeps/i386/fpu/libm-test-ulps |   17 +++++++++++++++++
 3 files changed, 23 insertions(+), 1 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]