Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Note tickets #212, #215, #217, #246, #222
details: https://anonhg.NetBSD.org/src/rev/58a8b4b6a45d
branches: netbsd-8
changeset: 850970:58a8b4b6a45d
user: martin <martin%NetBSD.org@localhost>
date: Tue Aug 29 13:20:05 2017 +0000
description:
Note tickets #212, #215, #217, #246, #222
diffstat:
doc/CHANGES-8.0 | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 43 insertions(+), 1 deletions(-)
diffs (55 lines):
diff -r c524dfd718ce -r 58a8b4b6a45d doc/CHANGES-8.0
--- a/doc/CHANGES-8.0 Tue Aug 29 13:12:47 2017 +0000
+++ b/doc/CHANGES-8.0 Tue Aug 29 13:20:05 2017 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index