public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1138] New: atan2f fix
@ 2005-07-29 23:24 roland at gnu dot org
  2005-07-29 23:28 ` [Bug libc/1138] " cvs-commit at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-07-29 23:24 UTC (permalink / raw)
  To: glibc-bugs

This trunk patch should go into the 2.3 branch:

2005-07-20  Bob Wilson  <bob.wilson@acm.org>
            Darin Petkov  <darin@tensilica.com>

	* sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.

-- 
           Summary: atan2f fix
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
OtherBugsDependingO 852
             nThis:


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1138

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1138] atan2f fix
  2005-07-29 23:24 [Bug libc/1138] New: atan2f fix roland at gnu dot org
  2005-07-29 23:28 ` [Bug libc/1138] " cvs-commit at gcc dot gnu dot org
@ 2005-07-29 23:28 ` cvs-commit at gcc dot gnu dot org
  2005-09-25 18:33 ` drepper at redhat dot com
  2005-10-17  4:32 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-29 23:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-29 23:28 -------
Subject: Bug 1138

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-29 23:28:33

Modified files:
	sysdeps/x86_64/fpu: libm-test-ulps 
	sysdeps/s390/fpu: libm-test-ulps 

Log message:
	2005-07-20  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #1138]
	* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
	* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
	* sysdeps/s390/fpu/libm-test-ulps: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/x86_64/fpu/libm-test-ulps.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.9&r2=1.9.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/fpu/libm-test-ulps.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.12&r2=1.12.2.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1138

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1138] atan2f fix
  2005-07-29 23:24 [Bug libc/1138] New: atan2f fix roland at gnu dot org
@ 2005-07-29 23:28 ` cvs-commit at gcc dot gnu dot org
  2005-07-29 23:28 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-29 23:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-29 23:28 -------
Subject: Bug 1138

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-29 23:28:33

Modified files:
	sysdeps/x86_64/fpu: libm-test-ulps 
	sysdeps/s390/fpu: libm-test-ulps 

Log message:
	2005-07-20  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #1138]
	* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
	* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
	* sysdeps/s390/fpu/libm-test-ulps: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/x86_64/fpu/libm-test-ulps.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.9&r2=1.9.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/fpu/libm-test-ulps.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.12&r2=1.12.2.1


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-29 23:28 -------
Subject: Bug 1138

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-07-29 23:28:37

Modified files:
	sysdeps/ieee754/flt-32: e_atan2f.c 

Log message:
	2005-07-20  Bob Wilson  <bob.wilson@acm.org> Darin Petkov  <darin@tensilica.com>
	
	[BZ #1138]
	* sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/flt-32/e_atan2f.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.6.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1138

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1138] atan2f fix
  2005-07-29 23:24 [Bug libc/1138] New: atan2f fix roland at gnu dot org
  2005-07-29 23:28 ` [Bug libc/1138] " cvs-commit at gcc dot gnu dot org
  2005-07-29 23:28 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-25 18:33 ` drepper at redhat dot com
  2005-10-17  4:32 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2005-09-25 18:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-25 18:33 -------
The checkin has apparently happened.  Closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1138] atan2f fix
  2005-07-29 23:24 [Bug libc/1138] New: atan2f fix roland at gnu dot org
                   ` (2 preceding siblings ...)
  2005-09-25 18:33 ` drepper at redhat dot com
@ 2005-10-17  4:32 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:32 -------
Subject: Bug 1138

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:32:12

Modified files:
	sysdeps/powerpc/fpu: libm-test-ulps 

Log message:
	2005-07-20  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #1138]
	* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
	* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
	* sysdeps/s390/fpu/libm-test-ulps: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/fpu/libm-test-ulps.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.11&r2=1.11.2.1



-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-17  4:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-29 23:24 [Bug libc/1138] New: atan2f fix roland at gnu dot org
2005-07-29 23:28 ` [Bug libc/1138] " cvs-commit at gcc dot gnu dot org
2005-07-29 23:28 ` cvs-commit at gcc dot gnu dot org
2005-09-25 18:33 ` drepper at redhat dot com
2005-10-17  4:32 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).