mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [C23 printf 0/3] to be replaced
@ 2023-05-31 14:04 Jens Gustedt
  2023-05-31 14:04 ` [musl] [C23 printf 1/3] C23: implement the b and B printf specifiers Jens Gustedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jens Gustedt @ 2023-05-31 14:04 UTC (permalink / raw)
  To: musl

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-31 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 14:04 [musl] [C23 printf 0/3] to be replaced Jens Gustedt
2023-05-31 14:04 ` [musl] [C23 printf 1/3] C23: implement the b and B printf specifiers Jens Gustedt
2023-05-31 14:04 ` [musl] [C23 printf 2/3] C23: implement the wN length specifiers for printf Jens Gustedt
2023-05-31 14:04 ` [musl] [C23 printf 3/3] C23: implement the wfN length modifiers " Jens Gustedt

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).