Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 26 May 2023 21:41:01 +0200
From: Jens Gustedt <Jens.Gustedt@...ia.fr>
To: musl@...ts.openwall.com
Subject: [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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.