Re: patch to add C99 complex
On Oct 6 08:01, Marco Atzeri wrote: > here is the cygwin follow up of the patch > sent to newlib mailing list. > > Marco > > +* cygwin.din ( cacos cacosf cacosh cacoshf carg cargf > +casin casinf casinh casinhf catan catanf catanh catanhf > +ccos ccosf ccosh ccoshf cexp cexpf cimag cimagf clog clogf > +conj conjf cpow cpowf cproj cprojf creal crealf > +csin csinf csinh csinhf csqrt csqrtf > +ctan ctanf ctanh ctanhf): Export new complex math functions > + Patch applied. I also applied the matching patch to the documentation and bumped the API version. Thank you! Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat
Re: patch to add C99 complex
On Fri, Oct 08, 2010 at 12:56:56PM +0200, Corinna Vinschen wrote: >On Oct 6 08:01, Marco Atzeri wrote: >> here is the cygwin follow up of the patch >> sent to newlib mailing list. >> >> Marco >> >> +* cygwin.din ( cacos cacosf cacosh cacoshf carg cargf >> + casin casinf casinh casinhf catan catanf catanh catanhf >> + ccos ccosf ccosh ccoshf cexp cexpf cimag cimagf clog clogf >> + conj conjf cpow cpowf cproj cprojf creal crealf >> + csin csinf csinh csinhf csqrt csqrtf >> + ctan ctanf ctanh ctanhf): Export new complex math functions >> + > >Patch applied. I also applied the matching patch to the documentation >and bumped the API version. > >Thank you! I wanted to second the thanks. Cygwin has needed this for many years. I'm very glad that you took up the challenge of getting these functions into newlib. cgf
Re: patch to add C99 complex
--- Ven 8/10/10, Christopher Faylor ha scritto: > On Fri, Oct 08, 2010 at 12:56:56PM > +0200, Corinna Vinschen wrote: > >On Oct 6 08:01, Marco Atzeri wrote: > >> here is the cygwin follow up of the patch > >> sent to newlib mailing list. > >> > >> Marco > >> > >> + * cygwin.din ( cacos > cacosf cacosh cacoshf carg cargf > >> + casin casinf > casinh casinhf catan catanf catanh catanhf > >> + ccos ccosf > ccosh ccoshf cexp cexpf cimag cimagf clog clogf > >> + conj conjf > cpow cpowf cproj cprojf creal crealf > >> + csin csinf > csinh csinhf csqrt csqrtf > >> + ctan ctanf > ctanh ctanhf): Export new complex math functions > >> + > > > >Patch applied. I also applied the matching patch > to the documentation > >and bumped the API version. > > > >Thank you! > > I wanted to second the thanks. Cygwin has needed this > for many years. > I'm very glad that you took up the challenge of getting > these functions > into newlib. > > cgf > It was in reality much more easy than I was expecting as netbsd had all ready for importing. Next week I should add the documentation to complete the work. Regards Marco