Module Name: src
Committed By: martin
Date: Thu Aug 22 20:02:16 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1865 and #1866
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 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.12 src/doc/CHANGES-9.5:1.1.2.13
--- src/doc/CHANGES-9.5:1.1.2.12 Wed Aug 7 11:03:34 2024
+++ src/doc/CHANGES-9.5 Thu Aug 22 20:02:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.12 2024/08/07 11:03:34 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.13 2024/08/22 20:02:15 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -193,3 +193,16 @@ tests/libexec/ld.elf_so/t_tls_extern.c
ld.elf_so(1): PR 58154: fix aarch64 thread-local storage
[riastradh, ticket #1864]
+lib/libc/include/extern.h 1.27
+lib/libc/stdio/Makefile.inc 1.48
+lib/libc/stdio/vfwprintf.c 1.40
+tests/lib/libc/stdio/t_printf.c 1.9,1.10
+
+ PR 57250: fix formatting long double infinities on big-endian 32-bit.
+ [riastradh, ticket #1865]
+
+tests/lib/libc/stdio/t_printf.c 1.11-1.18 (patch)
+
+ PR 56937: libc: add tests for printf(3) long double %a.
+ [riastradh, ticket #1866]
+