Module Name:    src
Committed By:   martin
Date:           Tue Aug 29 13:20:05 UTC 2017

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.0

Log Message:
Note tickets #212, #215, #217, #246, #222


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.46 src/doc/CHANGES-8.0:1.1.2.47
--- src/doc/CHANGES-8.0:1.1.2.46	Tue Aug 29 09:45:47 2017
+++ src/doc/CHANGES-8.0	Tue Aug 29 13:20:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.46 2017/08/29 09:45:47 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.47 2017/08/29 13:20:05 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -5439,3 +5439,45 @@ sys/arch/zaurus/conf/GENERIC
 	ticket #60, we will re-apply it later).
 	[skrll, ticket #60]
 
+lib/libm/Makefile               1.192-1.196
+tests/lib/libm/t_fe_round.c     1.3-1.6
+
+	Ensure that nearbyint() is included in all targets except for vax,
+	and add a test case for nearbyint(), stubbed out for non-IEEE (vax).
+	[he, ticket #212]
+
+distrib/sets/lists/debug/mi			1.224
+distrib/sets/lists/tests/mi			1.761
+include/monetary.h				1.3
+lib/libc/stdlib/strfmon.3			1.6-1.7
+lib/libc/stdlib/strfmon.c			1.11
+tests/lib/libc/locale/Makefile			1.12
+tests/lib/libc/locale/t_strfmon.c		1.1
+
+	Add missing strfmon_l. Noticed by Bruno Haible. Add test case.
+	[joerg, ticket #215]
+
+lib/libm/Makefile               1.197-1.201
+tests/lib/libm/t_fe_round.c     1.7
+
+	Ensure nexttowardf() is included on all IEEE targets.
+	Add rintl() for aarch64 and mips, and nexttoward() for m68k.
+	Add a test which verifies that nextafter() and nexttoward() are
+	present in the implementation.
+	[he, ticket #217]
+
+sys/arch/evbmips/conf/std.loongson		1.2
+sys/arch/mips/mips/mipsX_subr.S			1.101-1.104
+usr.sbin/sysinst/arch/evbmips/md.h		1.2
+
+	Work around more loongson 2F errata in the kernel.
+	Build the loongson kernels with all the binutils loongson2f
+	errata workaround toolchain options.
+	Allow booting evbmips machines from FFSv2.
+	[maya, ticket #246]
+
+sys/arch/evbmips/conf/LOONGSON			1.33
+
+	Get rid of ATADEBUG on LOONGSON
+	[maya, ticket #222]
+

Reply via email to