From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10928 invoked by alias); 25 Aug 2013 14:39:03 -0000 Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 10909 invoked by uid 9905); 25 Aug 2013 14:39:02 -0000 Message-ID: <20130825143902.10906.qmail@sourceware.org> From: vae@sourceware.org Date: Sun, 25 Aug 2013 14:39:00 -0000 To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libm/current ChangeLo ... User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013/txt/msg00106.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: vae@sourceware.org 2013-08-25 14:39:02 Modified files: packages/language/c/libm/current: ChangeLog packages/language/c/libm/current/cdl: compat.cdl libm.cdl packages/language/c/libm/current/include: math.h packages/language/c/libm/current/src/mathincl: fdlibm.h packages/language/c/libm/current/src/misc: matherr.c standard.c Added files: packages/language/c/libm/current/include: complex.h packages/language/c/libm/current/src/complex: cabs.c cabsf.c cacos.c cacosf.c cacosh.c cacoshf.c carg.c cargf.c casin.c casinf.c casinh.c casinhf.c catan.c catanf.c catanh.c catanhf.c ccos.c ccosf.c ccosh.c ccoshf.c cephes_subr.c cephes_subr.h cephes_subrf.c cephes_subrf.h cexp.c cexpf.c cimag.c cimagf.c clog.c clogf.c complex.tex conj.c conjf.c cpow.c cpowf.c cproj.c cprojf.c creal.c crealf.c csin.c csinf.c csinh.c csinhf.c csqrt.c csqrtf.c ctan.c ctanf.c ctanh.c ctanhf.c packages/language/c/libm/current/src/float/ieee754-api: wf_acos.c wf_acosh.c wf_asin.c wf_atan2.c wf_atanh.c wf_cosh.c wf_exp.c wf_fmod.c wf_gamma.c wf_gamma_r.c wf_hypot.c wf_j0.c wf_j1.c wf_jn.c wf_lgamma.c wf_lgamma_r.c wf_log.c wf_log10.c wf_pow.c wf_remainder.c wf_scalb.c wf_sinh.c wf_sqrt.c packages/language/c/libm/current/src/float/ieee754-core: ef_acos.c ef_acosh.c ef_asin.c ef_atan2.c ef_atanh.c ef_cosh.c ef_exp.c ef_fmod.c ef_gamma.c ef_gamma_r.c ef_hypot.c ef_j0.c ef_j1.c ef_jn.c ef_lgamma.c ef_lgamma_r.c ef_log.c ef_log10.c ef_pow.c ef_rem_pio2.c ef_remainder.c ef_scalb.c ef_sinh.c ef_sqrt.c packages/language/c/libm/current/src/float/internal: kf_cos.c kf_rem_pio2.c kf_sin.c kf_tan.c packages/language/c/libm/current/src/float/portable-api: sf_asinh.c sf_atan.c sf_cbrt.c sf_ceil.c sf_copysign.c sf_cos.c sf_erf.c sf_expm1.c sf_fabs.c sf_finite.c sf_floor.c sf_frexp.c sf_ilogb.c sf_isnan.c sf_ldexp.c sf_log1p.c sf_logb.c sf_modf.c sf_nextafter.c sf_rint.c sf_scalbn.c sf_significand.c sf_sin.c sf_tan.c sf_tanh.c packages/language/c/libm/current/src/misc: standard.inl standard_float.c packages/language/c/libm/current/tests/vectors: acosf.c acoshf.c asinf.c asinhf.c atan2f.c atanf.c atanhf.c cbrtf.c ceilf.c copysignf.c cosf.c coshf.c erfcf.c erff.c expf.c expm1f.c fabsf.c finitef.c floorf.c fmodf.c frexpf.c gammaf.c hypotf.c ilogbf.c isnanf.c j0f.c j1f.c jnf.c ldexpf.c log10f.c log1pf.c logbf.c logf.c modff.c nextafterf.c powf.c remainderf.c rintf.c scalbf.c scalbnf.c significandf.c sinf.c sinhf.c sqrtf.c tanf.c tanhf.c vector_support_float.h Log message: Add: Complex number header and library (single and double precision floating point), port from Newlib. Add: Single precision floating point library, port from Newlib. [ Bugzilla 1001539 ]