Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1724800256.git.gabravier@gmail.com>
Date: Wed, 28 Aug 2024 01:12:10 +0200
From: Gabriel Ravier <gabravier@...il.com>
To: musl@...ts.openwall.com
Cc: Gabriel Ravier <gabravier@...il.com>
Subject: [PATCH v3 0/1] vfprintf: support C23 b and B conversion specifiers

This updated version of the patch:
 - rebases it on latest musl (the old version of the patch fails to
   apply on current git)
 - clarifies the comment before the declaration of buf slightly to
   make it less potentially confusing
 - adjusts the commit message since C2x is now officially C23

Gabriel Ravier (1):
  vfprintf: support C23 b and B conversion specifiers

 src/stdio/vfprintf.c | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

-- 
2.46.0

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.