Module Name: src
Committed By: martin
Date: Mon Oct 14 16:14:22 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ammend ticket #1906 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-9.5
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-9.5
diff -u src/doc/CHANGES-9.5:1.1.2.27 src/doc/CHANGES-9.5:1.1.2.28
--- src/doc/CHANGES-9.5:1.1.2.27 Mon Oct 14 04:44:24 2024
+++ src/doc/CHANGES-9.5 Mon Oct 14 16:14:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.27 2024/10/14 04:44:24 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.28 2024/10/14 16:14:22 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -476,9 +476,13 @@ distrib/sets/lists/tests/mi 1.1315 (pa
lib/libm/src/s_nexttoward.c 1.3 (patch)
tests/lib/libm/Makefile 1.49 (patch)
tests/lib/libm/t_next.c 1.1-1.6 (patch)
+lib/libm/src/s_nextafter.c 1.17
+lib/libm/src/s_nexttowardf.c 1.4
nexttoward(3): PR 58236: fix for subnormal inputs so it goes in
the correct direction, not the opposite direction.
+ Provide nexttowardf() and nexttowardl() on architectures
+ where they were missing before.
[riastradh, ticket #1906]
build.sh 1.378,1.379