Module Name: src
Committed By: bouyer
Date: Sun Jun 23 11:17:42 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
ticket 903
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.1.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.1.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.6 src/doc/CHANGES-6.1.1:1.1.2.7
--- src/doc/CHANGES-6.1.1:1.1.2.6 Fri Jun 14 02:44:56 2013
+++ src/doc/CHANGES-6.1.1 Sun Jun 23 11:17:42 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.6 2013/06/14 02:44:56 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.7 2013/06/23 11:17:42 bouyer Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
release:
@@ -97,3 +97,9 @@ lib/libm/arch/x86_64/fenv.c 1.3-1.4
got lost somewhere along the line; the i387 code has it.
Fix sense of fegetexcept on x86.
[riastradh, ticket #899]
+tests/lib/libm/t_atan.c 1.4 - 1.7, 1.9 via patch
+
+ Fix test of atan_inf_neg, atan_inf_pos and atan_tan on i386.
+ PR port-i386/46108.
+ [isaki, ticket #903]
+