Module Name: src
Committed By: martin
Date: Mon Oct 14 15:43:00 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ammend ticket #963 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-10.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-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.49 src/doc/CHANGES-10.1:1.1.2.50
--- src/doc/CHANGES-10.1:1.1.2.49 Mon Oct 14 06:29:08 2024
+++ src/doc/CHANGES-10.1 Mon Oct 14 15:43:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.49 2024/10/14 06:29:08 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.50 2024/10/14 15:43:00 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -2355,9 +2355,13 @@ distrib/sets/lists/tests/mi 1.1315
lib/libm/src/s_nexttoward.c 1.3
tests/lib/libm/Makefile 1.49
tests/lib/libm/t_next.c 1.1-1.6
+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 #963]
build.sh 1.378,1.379