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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26010 invoked from network); 6 Mar 2023 22:25:22 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 6 Mar 2023 22:25:22 -0000 Received: (qmail 1475 invoked by uid 550); 6 Mar 2023 22:25:19 -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 1443 invoked from network); 6 Mar 2023 22:25:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1678141507; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=sFmF6/miGrv5JD5O8ZMCpC4Og8zaqvUgxhNk4R5h1GY=; b=X6CLdKaFF72dOmdy3Jb3osMgk4UZdd3VX8HOGLXS5Y6mXjCn0601gHyzm4jt4/PUd4 L1vkGHyBopbYG5jn6z1yyYGl57bTTh2evM0G8N7PK++FLL9Ywil+gPHctZbFg0CZDcrd 2kyhebzTBZuEql19PnvlzuuaDiqmpHTAobOuiM2ADIAjfMLspWZbZkTYBKmt4BTM0031 OzksHEwqIVdwoU4R4lFOqnwxlwQg2bdkWi9UIK8UQwqBZeJu8VyuX6KZTQH7S7/00LgY vki/E5kWtwmjoi6U4xuXZlebfy1lLGjR/5YZuSDhwhK/0H5tzckMf/7YrAk3WtmfGZOK U7/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678141507; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sFmF6/miGrv5JD5O8ZMCpC4Og8zaqvUgxhNk4R5h1GY=; b=o8vpNux4eOa7w15GRap3YPkmC5QOyT25XdXx+K6vLjynyImyrEMuf1RHd2eaHnQtb0 DvJltEcVtTc9coMFVOSfAsBr2xMWydgLMmrn456tQN4oUZbH7ik0vyqunGYhlqmgpV7b CFX/55TvtYL6ym/0SNbg/dAE7reLYtNuKlTlVTfwDR4ssRRpwomT9msKMTEbA8ZKSjju 5SCF2hLyUwENgUeyHp6V8T19KkZP3I2jX7/4BvwzvRWb/BCKlFE0wAoittsNmXWzLgjr 2lP31F4vvto4JqDCNzjA0rKt/FfwryyS2H3aufKPnFVcw4FHFBCnfs2ey+sdeQ5XZToN 8Mbg== X-Gm-Message-State: AO0yUKVyj/aV1K+vp/ndnyBFyMSuz71iDquuznMOVfYGdoyPyVQ7WN41 tB69vweWgZ017/vt8ebYH998RloE47NjqoNPb9B2eZi9ZfF56FyNdLZ/7g== X-Google-Smtp-Source: AK7set+OX0xPVBTnwMTPF4GDEFMYMjiiJn2apiLd8kgwNz+vaIgwYzZUNGxrqRIWdhZ3HVUTYdklpgnMOHjFAuvrxyo= X-Received: by 2002:a05:620a:11ad:b0:742:5d84:aab1 with SMTP id c13-20020a05620a11ad00b007425d84aab1mr3555162qkk.1.1678141506708; Mon, 06 Mar 2023 14:25:06 -0800 (PST) MIME-Version: 1.0 References: <1c21e972-1c9a-68ee-436e-2d7d4768c0c7@posteo.de> <20230303120253.107ab541@inria.fr> <20230304121530.0b5cc4ec@inria.fr> In-Reply-To: <20230304121530.0b5cc4ec@inria.fr> From: enh Date: Mon, 6 Mar 2023 14:24:55 -0800 Message-ID: To: =?UTF-8?B?SuKCkeKCmeKCmyBHdXN0ZWR0?= Cc: musl@lists.openwall.com, Andreas Dixius Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] musl patch for c2x %b printf/scanf thanks! i've added those to bionic's inttypes.h (including the B ones, since i did implement %B) in https://android-review.googlesource.com/c/platform/bionic/+/2472606. (i've also filed a bug to make sure we actually implement 'w' and 'wf', since i keep forgetting about them, having much less use for them personally than %b, which -- along with #embed -- i've wanted since the 1980s!) On Sat, Mar 4, 2023 at 3:15=E2=80=AFAM J=E2=82=91=E2=82=99=E2=82=9B Gustedt= wrote: > > Hello, > > on Fri, 3 Mar 2023 08:43:26 -0800 you (enh ) wrote: > > > > do you have a reference for that? is there a newer version than > > https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2630.pdf ? > > The latest version before CD1 ballot is > > https://open-std.org/JTC1/SC22/WG14/www/docs/n3088.pdf > > The raw result of that ballot process can be found here > > https://open-std.org/JTC1/SC22/WG14/www/docs/n3108.doc > > Unfortunately the integration of all of this is not yet ready, it > seems, but should be in a week or two. > > A listing with all documents, such as meeting minutes can be found > here: > > https://open-std.org/JTC1/SC22/WG14/www/wg14_document_log > > For the feature at hand, 'b' and 'B' specifiers, the late changes > where initiated by our comments from France (AFNOR), starting here: > > https://open-std.org/JTC1/SC22/WG14/www/docs/n3072.htm#pri-and-scn-= macros-are-missing-for-new-format-specifiers > > While there still could be some minor changes in CD2 ballot phase, I > don't expect that there will be as much as for CD1, and everything > should stabilize fairly quickly. > > Thanks > J=E2=82=91=E2=82=99=E2=82=9B > > -- > :: ICube :::::::::::::::::::::::::::::: deputy director :: > :: Universit=C3=A9 de Strasbourg :::::::::::::::::::::: ICPS :: > :: INRIA Nancy Grand Est :::::::::::::::::::::::: Camus :: > :: :::::::::::::::::::::::::::::::::::: =E2=98=8E +33 368854536 :: > :: https://icube-icps.unistra.fr/index.php/Jens_Gustedt ::