Module Name: src
Committed By: martin
Date: Tue Oct 15 06:21:16 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.53 -r1.1.2.54 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.53 src/doc/CHANGES-10.1:1.1.2.54
--- src/doc/CHANGES-10.1:1.1.2.53 Mon Oct 14 18:12:30 2024
+++ src/doc/CHANGES-10.1 Tue Oct 15 06:21:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.53 2024/10/14 18:12:30 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.54 2024/10/15 06:21:15 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -2356,11 +2356,11 @@ 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
+lib/libm/src/s_nexttowardf.c 1.4,1.5
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
+ Provide nexttowardf() an d nexttowardl() on architectures
where they were missing before.
[riastradh, ticket #963]