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=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8279 invoked from network); 1 Oct 2020 01:41:17 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 1 Oct 2020 01:41:17 -0000 Received: (qmail 21870 invoked by uid 550); 1 Oct 2020 01:41:13 -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 3556 invoked from network); 1 Oct 2020 00:35:01 -0000 From: ell1e To: musl@lists.openwall.com Message-ID: <47f2d2dc-0f18-5d86-8206-1196502b60e0@wobble.ninja> Date: Thu, 1 Oct 2020 02:34:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: [musl] Would it to be possible to get strtoll_l? Hi everyone, I'm working on a project and since the global state setlocale() seems to be a bit of a mess to rely on, I'm using the *_l() string functions instead. However, musl libc appears to lack strtoll_l() right now, so I'm wondering if that'll be added any time soon? Best regards, ell1e