This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] vfprintf: Add test case for user-defined types and format specifiers
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Thu, 29 Jun 2017 09:31:50 +0200
- Subject: Re: [PATCH] vfprintf: Add test case for user-defined types and format specifiers
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx04.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 4746880082
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4746880082
- References: <20170619134830.6E09B402AEC20@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-user-type.c: New file.
> * stdio-common/Makefile (tests): Add tst-vfprintf-user-type.
I am going to commit this soon.
Florian