This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] vfprintf: Add test case for multi-byte/wide strings and precision
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Thu, 29 Jun 2017 09:31:28 +0200
- Subject: Re: [PATCH] vfprintf: Add test case for multi-byte/wide strings and precision
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com D1220C058EA2
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D1220C058EA2
- References: <20170619134832.1ACB5402AEC20@oldenburg.str.redhat.com>
On 06/19/2017 03:48 PM, Florian Weimer wrote:
> 2017-06-19 Florian Weimer <fweimer@redhat.com>
>
> * stdio-common/tst-vfprintf-mbs-prec.c: New file.
> * stdio-common/Makefile (tests): Add tst-vfprintf-mbs-prec.
I am going to commit this soon.
Florian