Module Name: src
Committed By: bouyer
Date: Wed Mar 14 18:37:49 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket 630
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.141 -r1.1.2.142 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.141 src/doc/CHANGES-8.0:1.1.2.142
--- src/doc/CHANGES-8.0:1.1.2.141 Tue Mar 13 15:50:31 2018
+++ src/doc/CHANGES-8.0 Wed Mar 14 18:37:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.141 2018/03/13 15:50:31 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.142 2018/03/14 18:37:48 bouyer Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10302,3 +10302,10 @@ sys/arch/xen/x86/cpu.c via patch: 1.1
allocate it dynamically.
[maxv, ticket #629]
+lib/libc/stdio/vfwprintf.c 1.35, 1.36
+tests/lib/libc/locale/t_sprintf.c 1.2
+
+ Do not use thousands grouping when none is specified by the locale.
+ Fixes PR standards/52282.
+ [martin, ticket #630]
+