Module Name: src
Committed By: martin
Date: Mon Apr 17 18:34:56 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #137 and #138
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-10.0
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.0
diff -u src/doc/CHANGES-10.0:1.1.2.54 src/doc/CHANGES-10.0:1.1.2.55
--- src/doc/CHANGES-10.0:1.1.2.54 Sat Apr 15 12:09:07 2023
+++ src/doc/CHANGES-10.0 Mon Apr 17 18:34:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.54 2023/04/15 12:09:07 jdc Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.55 2023/04/17 18:34:56 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -1608,4 +1608,16 @@ sys/arch/x86/x86/intr.c 1.164
x86: PR 57197: work around a secret argument to clockintr().
[riastradh, ticket #136]
+lib/libc/include/extern.h 1.27
+lib/libc/stdio/Makefile.inc 1.48
+lib/libc/stdio/vfwprintf.c 1.40
+
+ PR 57250: fix dtoa for big endian machines where long double uses
+ the same represantation as double.
+ [he, ticket #137]
+
+tests/lib/libc/stdio/t_printf.c 1.9,1.10
+
+ Add a test for PR 57250.
+ [he, ticket #138]