From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28720 invoked from network); 26 May 2023 19:41:24 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 26 May 2023 19:41:24 -0000 Received: (qmail 24481 invoked by uid 550); 26 May 2023 19:41:20 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 24440 invoked from network); 26 May 2023 19:41:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=1oDXUsHy9GfdNBmmvMjR9Yj7cWLE084044GnI8d9HIg=; b=YPeSRl0BAhWZPSTsziorxuG3JNYFfU3my3mmpRaAJOcWo9Fn/Wfc1KUH sfAK3GiTX3Zv4qnaFUgPaDMB55AhFijgkItXXwiwxtMBwZviyw2oxhNoH HCNcku20y9GvNq2Dx96Bleg+me7pUuoprtVaXPqHzJd4k5N+nYjzMRKMU w=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Jens.Gustedt@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.00,195,1681164000"; d="scan'208";a="109947156" From: Jens Gustedt To: musl@lists.openwall.com Date: Fri, 26 May 2023 21:41:01 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [musl] [C23 printf 0/3] The changes that are mandatory for printf, excluding the 128 bit parts for the moment. Caution: this is not yet merged with the patch for the "b" specifier that was already circulating. Jens Gustedt (3): C23: implement the b and B printf specifiers C23: implement the wN length specifiers for printf C23: implement the wfN length modifiers for printf include/inttypes.h | 34 +++++++++++++++++++++++++++++++++ src/stdio/vfprintf.c | 44 ++++++++++++++++++++++++++++++++++++++++--- src/stdio/vfwprintf.c | 36 +++++++++++++++++++++++++++++++---- 3 files changed, 107 insertions(+), 7 deletions(-) -- 2.34.1