X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Tue, 11 Dec 2007 09:06:35 -0500 From: "Lev Bishop" To: cygwin AT cygwin DOT com Subject: Re: cygwin-1.5.25-5 is missing newlib math updates In-Reply-To: <20071211130632.GG6618@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2477 DOT 68569 DOT qm AT web59105 DOT mail DOT re1 DOT yahoo DOT com> <20071211130632 DOT GG6618 AT calimero DOT vinschen DOT de> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Dec 11, 2007 8:06 AM, Corinna Vinschen wrote: > Thanks for the patches. I applied them to the 1.5.x branch. Barring > any further catastrophies in 1.5.25, I will release a new 1.5.25 within > a couple of days. While you're at it... http://sourceware.org/ml/newlib/2007/msg00912.html http://cygwin.com/ml/cygwin/2007-10/msg00252.html 2007-09-04 Kazunori Asayama * libm/math/wf_tgamma.c: Add missing include. =================================================================== RCS file: /cvs/src/src/newlib/libm/math/wf_tgamma.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/newlib/libm/math/wf_tgamma.c 2002/06/07 21:59:56 1.1 +++ src/newlib/libm/math/wf_tgamma.c 2007/09/04 17:33:10 1.2 @@ -14,6 +14,7 @@ */ #include "math.h" +#include "fdlibm.h" #ifdef __STDC__ float tgammaf(float x) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/