Module Name: src Committed By: martin Date: Tue Oct 15 09:58:44 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Ammend ticket #952 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.55 -r1.1.2.56 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.55 src/doc/CHANGES-10.1:1.1.2.56 --- src/doc/CHANGES-10.1:1.1.2.55 Tue Oct 15 06:31:38 2024 +++ src/doc/CHANGES-10.1 Tue Oct 15 09:58:44 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.55 2024/10/15 06:31:38 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.56 2024/10/15 09:58:44 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -2269,6 +2269,8 @@ include/stdlib.h 1.126 sys/sys/endian.h 1.32-1.35 sys/sys/rbtree.h 1.9-1.11 usr.sbin/tprof/tprof_top.c 1.10 +lib/libc/gen/fixunstfdi_ieee754.c 1.2 +lib/libc/gen/fixunstfsi_ieee754.c 1.3 sys/endian.h: PR 57806 + 57807: fix declaration visibility. [riastradh, ticket #952]