From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4462 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: [feature request] add function strtoull_l and similar Date: Wed, 8 Jan 2014 10:33:36 +0100 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389173641 8335 80.91.229.3 (8 Jan 2014 09:34:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 09:34:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4466-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 08 10:34:09 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1W0pWb-0004Zu-5i for gllmg-musl@plane.gmane.org; Wed, 08 Jan 2014 10:34:09 +0100 Original-Received: (qmail 20407 invoked by uid 550); 8 Jan 2014 09:34:08 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20396 invoked from network); 8 Jan 2014 09:34:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=23g9wUmqDeLw3Bp8nPa2IUdeOblS7j4O4WE1Yc4GDFA=; b=jNfP3w/fXrm/KYLP3+V2zHMk/0pu9CcNv2+5JBYAdYo7EB28A7KGgkOEhO/YrmV2K9 ym8Bpt/ffWDCn9e9kprNo8VNhMziDZP1zrw0WoIftCR10Z2HmQwrQ9oFvdwow0TszsSN LFUJoFi0QXMyH26iuZGxWqfl+GiG8tutwvj1unXcA3Tn8EyLISgtD+/YABzHwPSfwOv9 m0W7hs4bfllXz15VDM8ysXSOzCOkS/Zk/tvW2rsNrfp9jtNDE65I3Lm0VQCU0PEfNVJ6 Ac/own6tVFJbff6gg062JOnkP8BQSLDXpPIePf34BN2bNRou7MyT+cy5FtCbuUcOeOCV /X5Q== X-Received: by 10.229.122.195 with SMTP id m3mr197772546qcr.7.1389173636451; Wed, 08 Jan 2014 01:33:56 -0800 (PST) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:4462 Archived-At: Sory - I gave link without checking whether ellcc really uses it. If it's really necessary, you can import this function eg from FreeBSD: https://github.com/freebsd/freebsd-head/blob/master/lib/libc/stdlib/strtoul= l.c Daniel 2014/1/8 Daniel Cegie=C5=82ka : > 2014/1/8 =E9=82=93=E5=B0=A7 : >> I'm building libc++ against musl, it requires strtoull_l and similar >> functions in order to implement C++ header . I have no idea whet= her >> these functions are standard or glibc extensions. > > http://ellcc.org/viewvc/svn/ellcc/trunk/libecc/src/musl/src/bsd/ > > Daniel