[Pkg-julia-devel] [SCM] Openlibm for Debian branch upstream updated. upstream/0.5.1
Peter Colberg
pc-guest at moszumanska.debian.org
Tue Jun 21 04:20:43 UTC 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Openlibm for Debian".
The branch, upstream has been updated
via 7c31a3fc9322f939b8fabefa1c9a522dfd889351 (commit)
from d83d3704b2793e4156d4ff7af25fcd26fc1a7e36 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Make.inc | 7 +-
Makefile | 36 ++--
amd64/bsd_asm.h | 4 +-
amd64/fenv.c | 24 +--
bsdsrc/b_exp.c | 2 +-
bsdsrc/b_log.c | 2 +-
bsdsrc/b_tgamma.c | 10 +-
i387/bsd_ieeefp.h | 4 +-
i387/fenv.c | 18 +-
include/openlibm_fenv.h | 2 +-
include/openlibm_fenv_amd64.h | 14 +-
include/openlibm_fenv_arm.h | 5 +-
include/openlibm_math.h | 452 +++++++++++++++++++++---------------------
ld128/k_cosl.c | 2 +-
ld128/k_sinl.c | 2 +-
ld128/k_tanl.c | 2 +-
ld128/s_exp2l.c | 2 +-
ld128/s_nanl.c | 2 +-
ld80/k_cosl.c | 2 +-
ld80/k_sinl.c | 2 +-
ld80/k_tanl.c | 2 +-
ld80/s_exp2l.c | 4 +-
ld80/s_nanl.c | 2 +-
src/cdefs-compat.h | 2 +-
src/common.c | 2 +-
src/e_acos.c | 2 +-
src/e_acosf.c | 2 +-
src/e_acosh.c | 2 +-
src/e_acoshf.c | 2 +-
src/e_acosl.c | 2 +-
src/e_asin.c | 2 +-
src/e_asinf.c | 2 +-
src/e_asinl.c | 2 +-
src/e_atan2.c | 2 +-
src/e_atan2f.c | 2 +-
src/e_atan2l.c | 2 +-
src/e_atanh.c | 2 +-
src/e_atanhf.c | 2 +-
src/e_cosh.c | 2 +-
src/e_coshf.c | 2 +-
src/e_exp.c | 2 +-
src/e_expf.c | 2 +-
src/e_fmod.c | 2 +-
src/e_fmodf.c | 2 +-
src/e_fmodl.c | 2 +-
src/e_hypot.c | 2 +-
src/e_hypotf.c | 2 +-
src/e_hypotl.c | 2 +-
src/e_j0.c | 4 +-
src/e_j0f.c | 4 +-
src/e_j1.c | 4 +-
src/e_j1f.c | 4 +-
src/e_jn.c | 4 +-
src/e_jnf.c | 4 +-
src/e_lgamma.c | 2 +-
src/e_lgamma_r.c | 2 +-
src/e_lgammaf.c | 2 +-
src/e_lgammaf_r.c | 2 +-
src/e_lgammal.c | 2 +-
src/e_log.c | 2 +-
src/e_log10.c | 2 +-
src/e_log10f.c | 2 +-
src/e_log2.c | 2 +-
src/e_log2f.c | 2 +-
src/e_logf.c | 2 +-
src/e_pow.c | 2 +-
src/e_powf.c | 2 +-
src/e_remainder.c | 2 +-
src/e_remainderf.c | 2 +-
src/e_remainderl.c | 2 +-
src/e_sinh.c | 2 +-
src/e_sinhf.c | 2 +-
src/e_sqrt.c | 2 +-
src/e_sqrtf.c | 2 +-
src/e_sqrtl.c | 2 +-
src/k_cos.c | 2 +-
src/k_cosf.c | 2 +-
src/k_exp.c | 4 +-
src/k_expf.c | 4 +-
src/k_rem_pio2.c | 2 +-
src/k_sin.c | 2 +-
src/k_sinf.c | 2 +-
src/k_tan.c | 2 +-
src/k_tanf.c | 2 +-
src/math_private.h | 8 +-
src/s_asinh.c | 2 +-
src/s_asinhf.c | 2 +-
src/s_atan.c | 2 +-
src/s_atanf.c | 2 +-
src/s_atanl.c | 2 +-
src/s_carg.c | 2 +-
src/s_cargf.c | 2 +-
src/s_cargl.c | 2 +-
src/s_cbrt.c | 2 +-
src/s_cbrtf.c | 2 +-
src/s_cbrtl.c | 2 +-
src/s_ccosh.c | 4 +-
src/s_ccoshf.c | 4 +-
src/s_ceil.c | 2 +-
src/s_ceilf.c | 2 +-
src/s_ceill.c | 2 +-
src/s_cexp.c | 2 +-
src/s_cexpf.c | 2 +-
src/s_cimag.c | 2 +-
src/s_cimagf.c | 2 +-
src/s_cimagl.c | 2 +-
src/s_conj.c | 2 +-
src/s_conjf.c | 2 +-
src/s_conjl.c | 2 +-
src/s_copysign.c | 2 +-
src/s_copysignf.c | 2 +-
src/s_copysignl.c | 2 +-
src/s_cos.c | 2 +-
src/s_cosf.c | 2 +-
src/s_cosl.c | 2 +-
src/s_cpow.c | 2 +-
src/s_cpowf.c | 2 +-
src/s_cpowl.c | 2 +-
src/s_cproj.c | 2 +-
src/s_cprojf.c | 2 +-
src/s_cprojl.c | 2 +-
src/s_creal.c | 2 +-
src/s_crealf.c | 2 +-
src/s_creall.c | 2 +-
src/s_csinh.c | 4 +-
src/s_csinhf.c | 4 +-
src/s_csqrt.c | 2 +-
src/s_csqrtf.c | 2 +-
src/s_csqrtl.c | 2 +-
src/s_ctanh.c | 4 +-
src/s_ctanhf.c | 4 +-
src/s_erf.c | 4 +-
src/s_erff.c | 4 +-
src/s_exp2.c | 2 +-
src/s_exp2f.c | 2 +-
src/s_expm1.c | 2 +-
src/s_expm1f.c | 2 +-
src/s_fabs.c | 2 +-
src/s_fabsf.c | 2 +-
src/s_fabsl.c | 2 +-
src/s_fdim.c | 2 +-
src/s_floor.c | 2 +-
src/s_floorf.c | 2 +-
src/s_floorl.c | 2 +-
src/s_fma.c | 2 +-
src/s_fmaf.c | 2 +-
src/s_fmal.c | 2 +-
src/s_fmax.c | 2 +-
src/s_fmaxf.c | 2 +-
src/s_fmaxl.c | 2 +-
src/s_fmin.c | 2 +-
src/s_fminf.c | 2 +-
src/s_fminl.c | 2 +-
src/s_fpclassify.c | 6 +-
src/s_frexp.c | 2 +-
src/s_frexpf.c | 2 +-
src/s_frexpl.c | 2 +-
src/s_ilogb.c | 2 +-
src/s_ilogbf.c | 2 +-
src/s_ilogbl.c | 2 +-
src/s_isfinite.c | 6 +-
src/s_isinf.c | 6 +-
src/s_isnan.c | 6 +-
src/s_isnormal.c | 6 +-
src/s_log1p.c | 2 +-
src/s_log1pf.c | 2 +-
src/s_logb.c | 2 +-
src/s_logbf.c | 2 +-
src/s_logbl.c | 2 +-
src/s_lrint.c | 2 +-
src/s_lround.c | 2 +-
src/s_modf.c | 2 +-
src/s_modff.c | 2 +-
src/s_modfl.c | 2 +-
src/s_nan.c | 6 +-
src/s_nearbyint.c | 2 +-
src/s_nextafter.c | 2 +-
src/s_nextafterf.c | 2 +-
src/s_nextafterl.c | 2 +-
src/s_nexttoward.c | 2 +-
src/s_nexttowardf.c | 2 +-
src/s_remquo.c | 2 +-
src/s_remquof.c | 2 +-
src/s_remquol.c | 2 +-
src/s_rint.c | 2 +-
src/s_rintf.c | 2 +-
src/s_rintl.c | 4 +-
src/s_round.c | 2 +-
src/s_roundf.c | 2 +-
src/s_roundl.c | 2 +-
src/s_scalbln.c | 6 +-
src/s_scalbn.c | 2 +-
src/s_scalbnf.c | 2 +-
src/s_scalbnl.c | 2 +-
src/s_signbit.c | 6 +-
src/s_sin.c | 2 +-
src/s_sincos.c | 2 +-
src/s_sincosf.c | 2 +-
src/s_sincosl.c | 2 +-
src/s_sinf.c | 2 +-
src/s_sinl.c | 2 +-
src/s_tan.c | 2 +-
src/s_tanf.c | 2 +-
src/s_tanh.c | 2 +-
src/s_tanhf.c | 2 +-
src/s_tanl.c | 2 +-
src/s_tgammaf.c | 2 +-
src/s_trunc.c | 2 +-
src/s_truncf.c | 2 +-
src/s_truncl.c | 2 +-
src/w_cabs.c | 2 +-
src/w_cabsf.c | 2 +-
src/w_cabsl.c | 2 +-
213 files changed, 542 insertions(+), 512 deletions(-)
hooks/post-receive
--
Openlibm for Debian
More information about the Pkg-julia-devel
mailing list