[Pkg-julia-devel] [SCM] Openlibm for Debian branch master updated. debian/0.5.0+dfsg-2-7-gd8aef2c

Peter Colberg pc-guest at moszumanska.debian.org
Tue Jun 21 04:20:42 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, master has been updated
       via  d8aef2c03697875722c85656a7385cedd8c8c329 (commit)
       via  6b25b5ebd905a66e4013fe79fb835216dd86b934 (commit)
       via  0a1bbad5dc2c4c25de7cade51a9f20ad434ad317 (commit)
       via  365020e03fee8a0bb0043a8f94a705ba697fdafd (commit)
       via  6e74601c7de47440c3e0f7a37210ce73f6d9177e (commit)
       via  16a85783cb436f896f8f97dda3b9ae7a6499066b (commit)
       via  7c31a3fc9322f939b8fabefa1c9a522dfd889351 (commit)
      from  426e8580c4fe04b6758dec5d59b5eee8ea023c40 (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 -----------------------------------------------------------------
commit d8aef2c03697875722c85656a7385cedd8c8c329
Author: Peter Colberg <peter at colberg.org>
Date:   Mon Jun 20 22:51:41 2016 -0400

    Update changelog

commit 6b25b5ebd905a66e4013fe79fb835216dd86b934
Author: Peter Colberg <peter at colberg.org>
Date:   Mon Jun 20 22:51:24 2016 -0400

    Add myself to Uploaders

commit 0a1bbad5dc2c4c25de7cade51a9f20ad434ad317
Author: Peter Colberg <peter at colberg.org>
Date:   Mon Jun 20 22:51:14 2016 -0400

    Bump Standards-Version to 3.9.8, no further changes

commit 365020e03fee8a0bb0043a8f94a705ba697fdafd
Author: Peter Colberg <peter at colberg.org>
Date:   Mon Jun 20 22:42:47 2016 -0400

    Enable bindnow hardening flag

commit 6e74601c7de47440c3e0f7a37210ce73f6d9177e
Author: Peter Colberg <peter at colberg.org>
Date:   Mon Jun 20 22:36:18 2016 -0400

    Enable parallel build

commit 16a85783cb436f896f8f97dda3b9ae7a6499066b
Merge: 426e858 7c31a3f
Author: Peter Colberg <peter at colberg.org>
Date:   Mon Jun 20 22:33:45 2016 -0400

    Merge tag 'upstream/0.5.1'
    
    Upstream version 0.5.1

-----------------------------------------------------------------------

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 +-
 debian/changelog              |  10 +
 debian/control                |   4 +-
 debian/rules                  |   4 +-
 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 +-
 216 files changed, 557 insertions(+), 515 deletions(-)


hooks/post-receive
-- 
Openlibm for Debian



More information about the Pkg-julia-devel mailing list