X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=ZC
	p1wNO0zSNR23dtB2zNkUz2mXmENLcHlzkaK1YzQ8b0EkRrCM7/yTTLyPMP0flIm/
	30DEIrXcdkFWyR4qjuleVjatnt7HuBDkjpwbdnMrhhrdRuGLdn0CSuDnLWIjs/8e
	86fKLAv61lamgEQ/rm9XlJcRDDSiC0GnK9fZiCJiY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=naZ3Ss5E
	WKxEEJk27XXKuAM8k9s=; b=A3gYoJMbTBs+nQvz/ktiPX3qXspWVfO+35iI7q8s
	ptaSTOcNJqC3Dv4P9pj+cn9C7NAiNcMbiDeeKTwRuQCL2ftLlA2L5Uq1lYMeGtnV
	CZi7t5Td7OmoNMwNKjDoRK6Sy3peOUKgVtsqyR/aWYZQXjbUFhxoaZKA5oTeLqNH
	5QU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-yk0-f176.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to:content-type;        bh=/QL+Tk0+PqCRbsKg7MAC0kwCAThRN81+/7VQGOfjHME=;        b=mp5TgUXTrmH240FoG9GDR6WzA/WmUgq9M/sT9TIftbXocEtQpqosVn8i8ggBmt+H3a         YbEFpB3WX8UH8tC5jzdHlFKisNKsrlhxspc5GNTljGar18f2ZtyX660YDWCcEdTYF4TG         w5p01QDr3vM/+xvH8zkOsiLKuVaKxEHwTrDT0ATgdp41t/HFN+9ziwdJZLIhcK2TqQSn         NVvigPzSdhVQqXOXV7JPMcN/VlVTa0Vy2tCrsPOAIEg2nD+x4gVocBohJ8lsjNDAJ8KT         7wr7hMlvRp3NNPo3rl9hvZPTBlicnEYY1Hzp92a12+/pC+s275Roh0eEhJjWCSD2Hku/         aeow==
X-Gm-Message-State: ALoCoQkmNVTyabUUY7umnhixATN84qxOm4BiGMorTaf4dSlA6jD/jnC0Acdhn45Gv+I3FvX2RkE5
MIME-Version: 1.0
X-Received: by 10.129.86.130 with SMTP id k124mr4664710ywb.294.1445797526571; Sun, 25 Oct 2015 11:25:26 -0700 (PDT)
In-Reply-To: <562C6940.1050404@gmail.com>
References: <BN3PR03MB14323D6B1DD4FE6AE80F0A55C2250@BN3PR03MB1432.namprd03.prod.outlook.com>	<CAOC2fq-ZhoyhdByQ8+Q64Wf_FjYQpD1VKvZ-PR9buCNXVEBJgg@mail.gmail.com>	<562C6940.1050404@gmail.com>
Date: Sun, 25 Oct 2015 11:25:26 -0700
Message-ID: <CAOC2fq9h_ftPcGBS46CMavz8FBw=4vMftUB-oXn8AeSjiM_OcQ@mail.gmail.com>
Subject: Re: problems with to_string not declared in this scope
From: Michael Enright <mike@kmcardiff.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Sat, Oct 24, 2015 at 10:31 PM, JonY  wrote:
>
> On 10/25/2015 01:00, Michael Enright wrote:
> >
> > I sometimes wonder what would be involved in fixing this.
> >
>
> Full C99 *printf support. Corinna answered on the same thread
> https://sourceware.org/ml/cygwin/2015-01/msg00245.html
>

Yes, but what I was wondering about was the first couple of levels of
detail below that, i.e. which algorithms, having yet to be coded in
newlib, are needed to enable long double textification in newlib? I
know practical methods for textifying integers but as far as I know
floats are harder. Maybe I could use the parable of the stone soup and
get the work rolling by offering a filename? ldtostr.c

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

