This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: patch to add C99 complex - 1/3


The change on 8 October removed the libm/math/ source files for cabs()
and cabsf(), but it did not remove their associated incorrect prototypes
from math.h.  The attached patch does so.
 
Craig
 
ChangeLog entry:
 
2010-10-13  Craig Howland <howland@LGSInnovations.com>

	* libc/include/math.h:  Delete cabs() and cabs() prototypes
	(c.f. 2010-10-08 change by Corinna).


-----Original Message-----
From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
On Behalf Of Corinna Vinschen
Sent: Friday, October 08, 2010 6:50 AM
To: newlib@sourceware.org
Subject: Re: patch to add C99 complex - 1/3

On Oct  7 18:15, Corinna Vinschen wrote:
> ...
> 
> Cool.  I'll apply the patch tomorrow, together with the necessary
> patch to get complex functions exported by Cygwin.

Patch applied.  I also removed the old cabs/cabsf implementation in
libm/math.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat

Attachment: mathh_cabs.patch.txt
Description: mathh_cabs.patch.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]