From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129111 invoked by alias); 25 Oct 2015 18:25:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 129096 invoked by uid 89); 25 Oct 2015 18:25:29 -0000 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 Received: from mail-yk0-f176.google.com (HELO mail-yk0-f176.google.com) (209.85.160.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 25 Oct 2015 18:25:28 +0000 Received: by ykaz22 with SMTP id z22so165309495yka.2 for ; Sun, 25 Oct 2015 11:25:26 -0700 (PDT) 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) Received: by 10.37.103.138 with HTTP; Sun, 25 Oct 2015 11:25:26 -0700 (PDT) In-Reply-To: <562C6940.1050404@gmail.com> References: <562C6940.1050404@gmail.com> Date: Sun, 25 Oct 2015 21:11:00 -0000 Message-ID: Subject: Re: problems with to_string not declared in this scope From: Michael Enright To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00440.txt.bz2 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