Message ID | alpine.DEB.2.21.2410311735370.40463@angie.orcam.me.uk |
---|---|
Headers | show
Return-Path: <libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XfZVY4Hmqz1xwF for <incoming@patchwork.ozlabs.org>; Fri, 1 Nov 2024 06:55:49 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BE29A3857C6A for <incoming@patchwork.ozlabs.org>; Thu, 31 Oct 2024 19:55:47 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by sourceware.org (Postfix) with ESMTP id 5E8BF3858D20 for <libc-alpha@sourceware.org>; Thu, 31 Oct 2024 19:55:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5E8BF3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5E8BF3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:4190:8020::34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730404531; cv=none; b=njLaUKMXkDkeUZIpV4YjPRcmEiFqGmdUVuOqR6BELnZyNSnaKFUeSk9HUZ0nzwiUGQsIVRKhGM3RgYuQHwAK0j9ngKPSnd9zXIf5Fm/IMtGHSxRLOnueZj2odaCNqmC4DcDOipq3zLlPSj4I38zTk59Us/i2TPp9mRB45SaNMxY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730404531; c=relaxed/simple; bh=3zliTwLzj+oTdpr35ukMuZ5gPSsnGraS6TKVY1TRGpg=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=Dj+npsB09m9O2DBtT37Q5o9t1p9mTfP42zuzdNVcORoeKZSSmZpG+aKOsimWXeh151yJ+2DcaZuOXumEEFi7TdkcLB3TP8MYU7EhsiijxgmDEnRitcFiCdd7RRoZNUhHRSCZUALyKleZLb1hogzjC1AWEHH1lbA0axZaXTrJYhw= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by angie.orcam.me.uk (Postfix, from userid 500) id 7E77792009C; Thu, 31 Oct 2024 20:55:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 77AD492009B; Thu, 31 Oct 2024 19:55:28 +0000 (GMT) Date: Thu, 31 Oct 2024 19:55:28 +0000 (GMT) From: "Maciej W. Rozycki" <macro@orcam.me.uk> To: libc-alpha@sourceware.org cc: Florian Weimer <fweimer@redhat.com>, "Maciej W. Rozycki" <macro@redhat.com> Subject: [PATCH v4 00/12] stdio-common: Add tests for formatted printf output specifiers Message-ID: <alpine.DEB.2.21.2410311735370.40463@angie.orcam.me.uk> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list <libc-alpha.sourceware.org> List-Unsubscribe: <https://sourceware.org/mailman/options/libc-alpha>, <mailto:libc-alpha-request@sourceware.org?subject=unsubscribe> List-Archive: <https://sourceware.org/pipermail/libc-alpha/> List-Post: <mailto:libc-alpha@sourceware.org> List-Help: <mailto:libc-alpha-request@sourceware.org?subject=help> List-Subscribe: <https://sourceware.org/mailman/listinfo/libc-alpha>, <mailto:libc-alpha-request@sourceware.org?subject=subscribe> Reply-To: "Maciej W. Rozycki" <macro@redhat.com> Errors-To: libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org |
Series |
stdio-common: Add tests for formatted printf output specifiers
|
expand
|