Module Name: src
Committed By: martin
Date: Tue Oct 15 06:23:47 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.30 -r1.1.2.31 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.30 src/doc/CHANGES-9.5:1.1.2.31
--- src/doc/CHANGES-9.5:1.1.2.30 Mon Oct 14 18:14:29 2024
+++ src/doc/CHANGES-9.5 Tue Oct 15 06:23:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.30 2024/10/14 18:14:29 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.31 2024/10/15 06:23:47 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -477,7 +477,7 @@ 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
+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.