NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52282 CVS commit: [netbsd-8] src



The following reply was made to PR standards/52282; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52282 CVS commit: [netbsd-8] src
Date: Wed, 14 Mar 2018 18:37:00 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Wed Mar 14 18:37:00 UTC 2018
 
 Modified Files:
 	src/lib/libc/stdio [netbsd-8]: vfwprintf.c
 	src/tests/lib/libc/locale [netbsd-8]: t_sprintf.c
 
 Log Message:
 Pull up following revision(s) (requested by martin in ticket #630):
 	lib/libc/stdio/vfwprintf.c: revision 1.35
 	lib/libc/stdio/vfwprintf.c: revision 1.36
 	tests/lib/libc/locale/t_sprintf.c: revision 1.2
 Change t_sprintf to an expected failure, since we don't respect the empty
 thousands separator of the C/POSIX locale (PR standards/52282).
 Do not use thousands grouping when none is specified by the locale.
 Fixes PR standards/52282.
 A more correct fix for PR standards/52282.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.34 -r1.34.18.1 src/lib/libc/stdio/vfwprintf.c
 cvs rdiff -u -r1.1 -r1.1.2.1 src/tests/lib/libc/locale/t_sprintf.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index