From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4461 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 09:34:03 +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 1389170071 32260 80.91.229.3 (8 Jan 2014 08:34:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 08:34:31 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4465-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 08 09:34:39 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 1W0oaz-00029D-6v for gllmg-musl@plane.gmane.org; Wed, 08 Jan 2014 09:34:37 +0100 Original-Received: (qmail 24491 invoked by uid 550); 8 Jan 2014 08:34:35 -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 24483 invoked from network); 8 Jan 2014 08:34:35 -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=FQDMUdpC9gdVxDrQ1686WqfQxTyHA//Dne/8UR5z9KE=; b=Ggppb3SjMa9e+4UMoVfUxyTRV8aGiMhx22SQHUX3LE4k2wq7Xx1oeYp1W5Ck/ACLiU WVEm3hNlQ3FbuY58ioJm68OYgvGVghgO26yOuBoEDcUWJ7NJbYO+XCz1nRzWpCC8PLwp nCzE05llAW3qfiu9r750dledhAbxKWkX7tP/YISEfU/k5cW7AXzz7Cdpc2AVi6SvdYcb FTzXnGPwUp3fpSdngM+g/K2F1WxQ64BDrHg2TVUkNQnHiRkuZmm1czdCgZ1Wife0xE49 gCYDrbhXkTGG6IMdzGYacY34asMdqUD5lcPC7pWXoWo+YT+XuGngzjX4e/Lcmzxrblzo s+ew== X-Received: by 10.49.25.46 with SMTP id z14mr14425413qef.20.1389170063134; Wed, 08 Jan 2014 00:34:23 -0800 (PST) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:4461 Archived-At: 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 wheth= er > these functions are standard or glibc extensions. http://ellcc.org/viewvc/svn/ellcc/trunk/libecc/src/musl/src/bsd/ Daniel