Module Name: src
Committed By: martin
Date: Sun Dec 7 14:34:38 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #296
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.121 src/doc/CHANGES-7.0:1.1.2.122
--- src/doc/CHANGES-7.0:1.1.2.121 Thu Dec 4 19:20:39 2014
+++ src/doc/CHANGES-7.0 Sun Dec 7 14:34:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.121 2014/12/04 19:20:39 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.122 2014/12/07 14:34:38 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -3213,3 +3213,12 @@ usr.sbin/sysinst/arch/i386/msg.md.pl p
install it.
[bouyer, ticket #295]
+tests/lib/libm/t_exp.c 1.8
+
+ In the exp2_values test case, provide separate expected return values
+ for the float case, reflecting the actual exp2f() argument value after
+ rounding to float precision. Fixes PR lib/49256. Thanks to Makoto
+ Kamada and Tetsuya Isaki for the analysis.
+ [gson, ticket #296]
+
+