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 7420 invoked from network); 31 May 2023 14:05:13 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 31 May 2023 14:05:13 -0000 Received: (qmail 14107 invoked by uid 550); 31 May 2023 14:05:09 -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 14068 invoked from network); 31 May 2023 14:05:08 -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=IIpHqGgojS9kpaZ8C2YSMCQh7NIjMHV1+2f8QJuxIHg=; b=shmuZdUJixSGC0OsB+UTRm4a3aOcOjDTE9q8tRAUwz+vhkvI/GYtzON/ gNUFVYFQnbdZwFFtJL4w2lBHFm2SFY62zzLYpvP9/xzm6O5QiWdhth2Na vVKRZoX6/d2jKKqpHhlvDXZrnFWUFkJS/HjgReKCQE/tYM1lPk6lr2Yg2 M=; 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,207,1681164000"; d="scan'208";a="110511361" From: Jens Gustedt To: musl@lists.openwall.com Date: Wed, 31 May 2023 16:04:50 +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] to be replaced There have been other approaches proposed for these patches that are considered superior to these here, although functionally equivalent. Take these ones here to ensure a functioning C23 system with 128 bit support, now. The 128 bit patches will be rebased on the new approaches once their implementation is completed. 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 | 50 +++++++++++++++++++++++++++++++++++++++---- src/stdio/vfwprintf.c | 42 +++++++++++++++++++++++++++++++----- 3 files changed, 117 insertions(+), 9 deletions(-) -- 2.34.1