Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/doc Ticket 899.



details:   https://anonhg.NetBSD.org/src/rev/6e9cd51c09ad
branches:  netbsd-6-0
changeset: 774819:6e9cd51c09ad
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jun 14 02:39:14 2013 +0000

description:
Ticket 899.

diffstat:

 doc/CHANGES-6.0.3 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 73ad27575e6b -r 6e9cd51c09ad doc/CHANGES-6.0.3
--- a/doc/CHANGES-6.0.3 Fri Jun 14 02:37:53 2013 +0000
+++ b/doc/CHANGES-6.0.3 Fri Jun 14 02:39:14 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.5 2013/06/13 10:55:10 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.6 2013/06/14 02:39:14 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
 release:
@@ -89,3 +89,11 @@
        Fix serious file read problem due to not-so-clear VOP_BMAP description.
        Should fix PR 45605.
        [reinoud, ticket #894]
+
+lib/libm/arch/i387/fenv.c                      1.5
+lib/libm/arch/x86_64/fenv.c                    1.3-1.4
+
+       Fix amd64 feraiseexcept so that it actually traps. The call to fwait
+       got lost somewhere along the line; the i387 code has it.
+       Fix sense of fegetexcept on x86.
+       [riastradh, ticket #899]



Home | Main Index | Thread Index | Old Index