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

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.