[Pkg-julia-devel] [SCM] Openlibm for Debian branch master updated. debian/0.4.1+dfsg-4-5-g203697a

Graham Inggs ginggs at moszumanska.debian.org
Fri Mar 25 14:25:07 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  203697ac73bc3c5bf8b3fe1feed87a7aebf0db6c (commit)
       via  d83d3704b2793e4156d4ff7af25fcd26fc1a7e36 (commit)
      from  ab2f137ba60008138ffe96ef364b9e873d40b351 (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 203697ac73bc3c5bf8b3fe1feed87a7aebf0db6c
Merge: ab2f137 d83d370
Author: Graham Inggs <ginggs at debian.org>
Date:   Fri Mar 25 16:24:50 2016 +0200

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0

commit d83d3704b2793e4156d4ff7af25fcd26fc1a7e36
Author: Graham Inggs <ginggs at debian.org>
Date:   Fri Mar 25 16:24:49 2016 +0200

    Imported Upstream version 0.5.0

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

Summary of changes:
 .travis.sh                                        |   26 +
 .travis.yml                                       |   13 +
 LICENSE.md                                        |   45 +-
 Make.inc                                          |  111 ++-
 Makefile                                          |   56 +-
 README.md                                         |   47 +-
 Symbol.map                                        |  252 -----
 amd64/Symbol.map                                  |   12 -
 amd64/bsd_asm.h                                   |    8 +-
 amd64/bsd_cdefs.h                                 |  577 ------------
 amd64/bsd_fpu.h                                   |    6 +-
 amd64/bsd_ieeefp.h                                |   10 +-
 amd64/e_remainder.S                               |    2 +-
 amd64/e_remainderf.S                              |    2 +-
 amd64/e_remainderl.S                              |    2 +-
 amd64/e_sqrt.S                                    |    2 +-
 amd64/e_sqrtf.S                                   |    2 +-
 amd64/e_sqrtl.S                                   |    2 +-
 amd64/fenv.c                                      |    9 +-
 amd64/s_llrint.S                                  |    2 +-
 amd64/s_llrintf.S                                 |    2 +-
 amd64/s_llrintl.S                                 |    2 +-
 amd64/s_logbl.S                                   |    2 +-
 amd64/s_lrint.S                                   |    2 +-
 amd64/s_lrintf.S                                  |    2 +-
 amd64/s_lrintl.S                                  |    2 +-
 amd64/s_remquo.S                                  |    2 +-
 amd64/s_remquof.S                                 |    2 +-
 amd64/s_remquol.S                                 |    2 +-
 amd64/s_rintl.S                                   |    2 +-
 amd64/s_scalbn.S                                  |    2 +-
 amd64/s_scalbnf.S                                 |    2 +-
 amd64/s_scalbnl.S                                 |    2 +-
 arm/Makefile.inc                                  |    4 -
 arm/Symbol.map                                    |   13 -
 arm/fenv.c                                        |    2 +-
 bsdsrc/b_exp.c                                    |    7 +-
 bsdsrc/b_log.c                                    |    3 +-
 bsdsrc/b_tgamma.c                                 |    5 +-
 bsdsrc/mathimpl.h                                 |    4 +-
 i387/Make.files                                   |    9 +-
 i387/Symbol.map                                   |   14 -
 i387/bsd_asm.h                                    |    6 +-
 i387/bsd_cdefs.h                                  |  577 ------------
 i387/bsd_ieeefp.h                                 |  267 +++++-
 i387/e_exp.S                                      |    2 +-
 i387/e_fmod.S                                     |    2 +-
 i387/e_log.S                                      |    2 +-
 i387/e_log10.S                                    |    2 +-
 i387/e_log10f.S                                   |    2 +-
 i387/e_logf.S                                     |    2 +-
 i387/e_remainder.S                                |    2 +-
 i387/e_remainderf.S                               |    2 +-
 i387/e_remainderl.S                               |    2 +-
 i387/e_sqrt.S                                     |    2 +-
 i387/e_sqrtf.S                                    |    2 +-
 i387/e_sqrtl.S                                    |    2 +-
 i387/fenv.c                                       |   17 +-
 i387/s_ceil.S                                     |    2 +-
 i387/s_ceilf.S                                    |    2 +-
 i387/s_ceill.S                                    |    2 +-
 i387/s_copysign.S                                 |    2 +-
 i387/s_copysignf.S                                |    2 +-
 i387/s_copysignl.S                                |    2 +-
 i387/s_cos.S                                      |    2 +-
 i387/s_finite.S                                   |   23 -
 i387/s_floor.S                                    |    2 +-
 i387/s_floorf.S                                   |    2 +-
 i387/s_floorl.S                                   |    2 +-
 i387/s_llrint.S                                   |    2 +-
 i387/s_llrintf.S                                  |    2 +-
 i387/s_llrintl.S                                  |    2 +-
 i387/s_logb.S                                     |    2 +-
 i387/s_logbf.S                                    |    2 +-
 i387/s_logbl.S                                    |    2 +-
 i387/s_lrint.S                                    |    2 +-
 i387/s_lrintf.S                                   |    2 +-
 i387/s_lrintl.S                                   |    2 +-
 i387/s_remquo.S                                   |    2 +-
 i387/s_remquof.S                                  |    2 +-
 i387/s_remquol.S                                  |    2 +-
 i387/s_rint.S                                     |    2 +-
 i387/s_rintf.S                                    |    2 +-
 i387/s_rintl.S                                    |    2 +-
 i387/s_scalbn.S                                   |    2 +-
 i387/s_scalbnf.S                                  |    2 +-
 i387/s_scalbnl.S                                  |    2 +-
 i387/s_significand.S                              |   21 -
 i387/s_significandf.S                             |   22 -
 i387/s_sin.S                                      |    2 +-
 i387/s_tan.S                                      |    2 +-
 i387/s_trunc.S                                    |    2 +-
 i387/s_truncf.S                                   |    2 +-
 i387/s_truncl.S                                   |    2 +-
 ia64/Make.files                                   |    1 -
 ia64/Makefile.inc                                 |    5 -
 ia64/Symbol.map                                   |   13 -
 ia64/fenv.c                                       |   66 --
 ia64/fenv.h                                       |  248 -----
 ia64/s_fma.S                                      |   40 -
 ia64/s_fmaf.S                                     |   40 -
 ia64/s_fmal.S                                     |   40 -
 include/fenv.h                                    |    9 -
 include/openlibm.h                                |    8 +
 include/openlibm_complex.h                        |  179 ++++
 include/openlibm_fenv.h                           |   17 +
 amd64/fenv.h => include/openlibm_fenv_amd64.h     |    6 +-
 arm/fenv.h => include/openlibm_fenv_arm.h         |    0
 i387/fenv.h => include/openlibm_fenv_i387.h       |    0
 powerpc/fenv.h => include/openlibm_fenv_powerpc.h |    9 +-
 src/openlibm.h => include/openlibm_math.h         |  172 +---
 ld128/e_acoshl.c                                  |   58 ++
 ld128/e_atanhl.c                                  |   65 ++
 ld128/e_coshl.c                                   |  105 +++
 ld128/e_expl.c                                    |  145 +++
 ld128/e_fmodl.c                                   |  129 +++
 ld128/e_hypotl.c                                  |  122 +++
 ld128/e_lgammal_r.c                               | 1037 +++++++++++++++++++++
 ld128/e_log10l.c                                  |  255 +++++
 ld128/e_log2l.c                                   |  248 +++++
 ld128/e_logl.c                                    |  283 ++++++
 ld128/e_powl.c                                    |  439 +++++++++
 ld128/e_rem_pio2l.h                               |    8 +-
 ld128/e_sinhl.c                                   |  104 +++
 ld128/e_tgammal.c                                 |   39 +
 ld128/k_tanl.c                                    |    3 +-
 ld128/s_asinhl.c                                  |   69 ++
 src/s_ceil.c => ld128/s_ceill.c                   |   56 +-
 ld128/s_erfl.c                                    |  926 ++++++++++++++++++
 ld128/s_exp2l.c                                   |    2 +-
 ld128/s_expm1l.c                                  |  162 ++++
 ld128/s_floorl.c                                  |   71 ++
 ld128/s_log1pl.c                                  |  247 +++++
 ld128/s_modfl.c                                   |   73 ++
 ld128/s_nanl.c                                    |    4 +-
 ld128/s_nextafterl.c                              |   72 ++
 ld128/s_nexttoward.c                              |   85 ++
 ld128/s_nexttowardf.c                             |   65 ++
 ld128/s_remquol.c                                 |  168 ++++
 ld128/s_tanhl.c                                   |  105 +++
 {src => ld128}/s_truncl.c                         |   39 +-
 ld80/Make.files                                   |   13 +-
 ld80/e_acoshl.c                                   |   57 ++
 ld80/e_atanhl.c                                   |   60 ++
 ld80/e_coshl.c                                    |   83 ++
 ld80/e_expl.c                                     |  131 +++
 {src => ld80}/e_fmodl.c                           |   91 +-
 ld80/e_hypotl.c                                   |  122 +++
 ld80/e_lgammal_r.c                                |  425 +++++++++
 ld80/e_log10l.c                                   |  205 ++++
 ld80/e_log2l.c                                    |  199 ++++
 ld80/e_logl.c                                     |  190 ++++
 ld80/e_powl.c                                     |  615 ++++++++++++
 ld80/e_rem_pio2l.h                                |   21 +-
 ld80/e_sinhl.c                                    |   76 ++
 ld80/e_tgammal.c                                  |  313 +++++++
 ld80/invtrig.h                                    |    2 +-
 ld80/k_tanl.c                                     |    3 +-
 ld80/s_asinhl.c                                   |   54 ++
 src/s_ceil.c => ld80/s_ceill.c                    |   63 +-
 ld80/s_erfl.c                                     |  430 +++++++++
 ld80/s_exp2l.c                                    |    5 +-
 ld80/s_expm1l.c                                   |  138 +++
 ld80/s_floorl.c                                   |   80 ++
 ld80/s_log1pl.c                                   |  191 ++++
 ld80/s_modfl.c                                    |   69 ++
 ld80/s_nanl.c                                     |    5 +-
 ld80/s_nextafterl.c                               |   90 ++
 src/s_nextafter.c => ld80/s_nexttoward.c          |   65 +-
 ld80/s_nexttowardf.c                              |   67 ++
 {src => ld80}/s_remquol.c                         |  119 ++-
 ld80/s_tanhl.c                                    |   79 ++
 {src => ld80}/s_truncl.c                          |   39 +-
 mips/Make.files                                   |    1 -
 mips/Makefile.inc                                 |    4 -
 mips/Symbol.map                                   |   13 -
 mips/fenv.c                                       |   52 --
 mips/fenv.h                                       |  223 -----
 powerpc/Makefile.inc                              |    4 -
 powerpc/Symbol.map                                |   13 -
 powerpc/fenv.c                                    |    4 +-
 sparc64/Make.files                                |    1 -
 sparc64/Makefile.inc                              |    5 -
 sparc64/Symbol.map                                |   13 -
 sparc64/e_sqrt.S                                  |   38 -
 sparc64/e_sqrtf.S                                 |   38 -
 sparc64/fenv.c                                    |   53 --
 sparc64/fenv.h                                    |  260 ------
 src/Make.files                                    |   52 +-
 include/amd64_fpmath.h => src/aarch64_fpmath.h    |   29 +-
 {include => src}/amd64_fpmath.h                   |    0
 src/bsd_cdefs.h                                   |  100 ++
 {include => src}/cdefs-compat.h                   |   11 -
 src/common.c                                      |    5 +-
 src/e_acos.c                                      |    2 +-
 src/e_acosf.c                                     |    3 +-
 src/e_acosh.c                                     |    3 +-
 src/e_acoshf.c                                    |    3 +-
 src/e_acosl.c                                     |    2 +-
 src/e_asin.c                                      |    2 +-
 src/e_asinf.c                                     |    3 +-
 src/e_asinl.c                                     |    2 +-
 src/e_atan2.c                                     |    2 +-
 src/e_atan2f.c                                    |    3 +-
 src/e_atan2l.c                                    |    2 +-
 src/e_atanh.c                                     |    3 +-
 src/e_atanhf.c                                    |    3 +-
 src/e_cosh.c                                      |    3 +-
 src/e_coshf.c                                     |    3 +-
 src/e_exp.c                                       |    2 +-
 src/e_expf.c                                      |    2 +-
 src/e_fmod.c                                      |    3 +-
 src/e_fmodf.c                                     |    3 +-
 src/e_fmodl.c                                     |    3 +-
 src/e_gamma.c                                     |   33 -
 src/e_gamma_r.c                                   |   32 -
 src/e_gammaf.c                                    |   34 -
 src/e_gammaf_r.c                                  |   33 -
 src/e_hypot.c                                     |    2 +-
 src/e_hypotf.c                                    |    3 +-
 src/e_hypotl.c                                    |    2 +-
 src/e_j0.c                                        |   13 +-
 src/e_j0f.c                                       |   28 +-
 src/e_j1.c                                        |   13 +-
 src/e_j1f.c                                       |   27 +-
 src/e_jn.c                                        |    3 +-
 src/e_jnf.c                                       |    3 +-
 src/e_lgamma.c                                    |    9 +-
 src/e_lgamma_r.c                                  |    3 +-
 src/e_lgammaf.c                                   |    9 +-
 src/e_lgammaf_r.c                                 |    3 +-
 src/e_lgammal.c                                   |   15 +
 src/e_log.c                                       |    3 +-
 src/e_log10.c                                     |    3 +-
 src/e_log10f.c                                    |    3 +-
 src/e_log2.c                                      |    3 +-
 src/e_log2f.c                                     |    3 +-
 src/e_logf.c                                      |    3 +-
 src/e_pow.c                                       |    3 +-
 src/e_powf.c                                      |    3 +-
 src/e_rem_pio2.c                                  |    2 +-
 src/e_rem_pio2f.c                                 |    2 +-
 src/e_remainder.c                                 |    2 +-
 src/e_remainderf.c                                |    3 +-
 src/e_remainderl.c                                |    2 +-
 src/e_scalb.c                                     |   47 -
 src/e_scalbf.c                                    |   43 -
 src/e_sinh.c                                      |    3 +-
 src/e_sinhf.c                                     |    3 +-
 src/e_sqrt.c                                      |    2 +-
 src/e_sqrtf.c                                     |    3 +-
 src/e_sqrtl.c                                     |    4 +-
 {include => src}/fpmath.h                         |   64 +-
 {include => src}/i386_fpmath.h                    |    0
 src/k_cos.c                                       |    3 +-
 src/k_cosf.c                                      |    3 +-
 src/k_exp.c                                       |    6 +-
 src/k_expf.c                                      |    6 +-
 src/k_rem_pio2.c                                  |    5 +-
 src/k_sin.c                                       |    3 +-
 src/k_sinf.c                                      |    3 +-
 src/k_tan.c                                       |    4 +-
 src/k_tanf.c                                      |    3 +-
 src/math_private.h                                |   22 +-
 src/math_private_openbsd.h                        |  218 +++++
 src/polevll.c                                     |  104 +++
 include/i386_fpmath.h => src/powerpc_fpmath.h     |   27 +-
 src/s_asinh.c                                     |    3 +-
 src/s_asinhf.c                                    |    3 +-
 src/s_atan.c                                      |    2 +-
 src/s_atanf.c                                     |    3 +-
 src/s_atanl.c                                     |    2 +-
 src/s_cabs.c                                      |   30 +
 src/s_cabsf.c                                     |   25 +
 src/s_cabsl.c                                     |   26 +
 src/{s_cpow.c => s_cacos.c}                       |   52 +-
 src/{s_cpowf.c => s_cacosf.c}                     |   48 +-
 src/{s_cpow.c => s_cacosh.c}                      |   45 +-
 src/{s_cpowf.c => s_cacoshf.c}                    |   43 +-
 src/{s_cpowl.c => s_cacoshl.c}                    |   43 +-
 src/{s_cpowl.c => s_cacosl.c}                     |   52 +-
 src/s_carg.c                                      |    5 +-
 src/s_cargf.c                                     |    5 +-
 src/s_cargl.c                                     |    5 +-
 src/s_casin.c                                     |  134 +++
 src/s_casinf.c                                    |  132 +++
 src/{s_cpow.c => s_casinh.c}                      |   45 +-
 src/{s_cpowf.c => s_casinhf.c}                    |   43 +-
 src/{s_cpowl.c => s_casinhl.c}                    |   43 +-
 src/s_casinl.c                                    |  130 +++
 src/s_catan.c                                     |  131 +++
 src/s_catanf.c                                    |  124 +++
 src/{s_cpow.c => s_catanh.c}                      |   45 +-
 src/{s_cpowf.c => s_catanhf.c}                    |   43 +-
 src/{s_cpowl.c => s_catanhl.c}                    |   43 +-
 src/s_catanl.c                                    |  127 +++
 src/s_cbrt.c                                      |    3 +-
 src/s_cbrtf.c                                     |    3 +-
 src/s_cbrtl.c                                     |    6 +-
 src/{s_cpow.c => s_ccos.c}                        |   74 +-
 src/{s_cpowf.c => s_ccosf.c}                      |   72 +-
 src/s_ccosh.c                                     |   32 +-
 src/s_ccoshf.c                                    |   32 +-
 src/{s_cpowl.c => s_ccoshl.c}                     |   42 +-
 src/{s_cpowl.c => s_ccosl.c}                      |   71 +-
 src/s_ceil.c                                      |    2 +-
 src/s_ceilf.c                                     |    3 +-
 src/s_ceill.c                                     |    4 +-
 src/s_cexp.c                                      |   16 +-
 src/s_cexpf.c                                     |   16 +-
 src/{s_cpowl.c => s_cexpl.c}                      |   56 +-
 src/s_cimag.c                                     |    8 +-
 src/s_cimagf.c                                    |    8 +-
 src/s_cimagl.c                                    |    8 +-
 src/{s_cpow.c => s_clog.c}                        |   62 +-
 src/{s_cpowf.c => s_clogf.c}                      |   56 +-
 src/{s_cpowl.c => s_clogl.c}                      |   60 +-
 src/s_conj.c                                      |    5 +-
 src/s_conjf.c                                     |    5 +-
 src/s_conjl.c                                     |    5 +-
 src/s_copysign.c                                  |    3 +-
 src/s_copysignf.c                                 |    3 +-
 src/s_copysignl.c                                 |    5 +-
 src/s_cos.c                                       |    2 +-
 src/s_cosf.c                                      |    2 +-
 src/s_cosl.c                                      |    2 +-
 src/s_cpow.c                                      |    5 +-
 src/s_cpowf.c                                     |    5 +-
 src/s_cpowl.c                                     |    5 +-
 src/s_cproj.c                                     |    6 +-
 src/s_cprojf.c                                    |    6 +-
 src/s_cprojl.c                                    |    6 +-
 src/s_creal.c                                     |    3 +-
 src/s_crealf.c                                    |    3 +-
 src/s_creall.c                                    |    3 +-
 src/{s_cpow.c => s_csin.c}                        |   74 +-
 src/{s_cpowf.c => s_csinf.c}                      |   71 +-
 src/s_csinh.c                                     |   34 +-
 src/s_csinhf.c                                    |   34 +-
 src/{s_cpowl.c => s_csinhl.c}                     |   45 +-
 src/{s_cpowl.c => s_csinl.c}                      |   71 +-
 src/s_csqrt.c                                     |   18 +-
 src/s_csqrtf.c                                    |   18 +-
 src/s_csqrtl.c                                    |   18 +-
 src/s_ctan.c                                      |  157 ++++
 src/s_ctanf.c                                     |  148 +++
 src/s_ctanh.c                                     |   18 +-
 src/s_ctanhf.c                                    |   18 +-
 src/{s_cpowl.c => s_ctanhl.c}                     |   43 +-
 src/s_ctanl.c                                     |  157 ++++
 src/s_erf.c                                       |    2 +-
 src/s_erff.c                                      |    3 +-
 src/s_exp2.c                                      |    6 +-
 src/s_exp2f.c                                     |    2 +-
 src/s_expm1.c                                     |    2 +-
 src/s_expm1f.c                                    |    2 +-
 src/s_fabs.c                                      |    3 +-
 src/s_fabsf.c                                     |    3 +-
 src/s_fabsl.c                                     |    2 +-
 src/s_fdim.c                                      |    2 +-
 src/s_finite.c                                    |   30 -
 src/s_finitef.c                                   |   33 -
 src/s_floor.c                                     |    2 +-
 src/s_floorf.c                                    |    3 +-
 src/s_floorl.c                                    |    4 +-
 src/s_fma.c                                       |    4 +-
 src/s_fmaf.c                                      |    4 +-
 src/s_fmal.c                                      |    7 +-
 src/s_fmax.c                                      |    5 +-
 src/s_fmaxf.c                                     |    5 +-
 src/s_fmaxl.c                                     |    5 +-
 src/s_fmin.c                                      |    5 +-
 src/s_fminf.c                                     |    5 +-
 src/s_fminl.c                                     |    5 +-
 src/s_fpclassify.c                                |    2 +-
 src/s_frexp.c                                     |    2 +-
 src/s_frexpf.c                                    |    3 +-
 src/s_frexpl.c                                    |    5 +-
 src/s_ilogb.c                                     |    2 +-
 src/s_ilogbf.c                                    |    2 +-
 src/s_ilogbl.c                                    |    5 +-
 src/s_isfinite.c                                  |    5 +-
 src/s_isinf.c                                     |    5 +-
 src/s_isnan.c                                     |    5 +-
 src/s_isnormal.c                                  |    5 +-
 src/s_log1p.c                                     |    2 +-
 src/s_log1pf.c                                    |    2 +-
 src/s_logb.c                                      |    2 +-
 src/s_logbf.c                                     |    3 +-
 src/s_logbl.c                                     |    5 +-
 src/s_lrint.c                                     |    6 +-
 src/s_lround.c                                    |    9 +-
 src/s_modf.c                                      |    3 +-
 src/s_modff.c                                     |    3 +-
 src/s_modfl.c                                     |    4 +-
 src/s_nan.c                                       |   12 +-
 src/s_nearbyint.c                                 |    6 +-
 src/s_nextafter.c                                 |    2 +-
 src/s_nextafterf.c                                |    3 +-
 src/s_nextafterl.c                                |    2 +-
 src/s_nexttoward.c                                |    2 +-
 src/s_nexttowardf.c                               |    2 +-
 src/s_remquo.c                                    |    2 +-
 src/s_remquof.c                                   |    3 +-
 src/s_remquol.c                                   |    2 +-
 src/s_rint.c                                      |    2 +-
 src/s_rintf.c                                     |    2 +-
 src/s_rintl.c                                     |   24 +-
 src/s_round.c                                     |    3 +-
 src/s_roundf.c                                    |    3 +-
 src/s_roundl.c                                    |    3 +-
 src/s_scalbln.c                                   |    3 +-
 src/s_scalbn.c                                    |    3 +-
 src/s_scalbnf.c                                   |    3 +-
 src/s_scalbnl.c                                   |    6 +-
 src/s_signbit.c                                   |    5 +-
 src/s_signgam.c                                   |    6 +-
 src/s_significand.c                               |   29 -
 src/s_significandf.c                              |   26 -
 src/s_sin.c                                       |    2 +-
 src/s_sincos.c                                    |    4 +-
 src/s_sincosf.c                                   |    5 +-
 src/s_sincosl.c                                   |    6 +-
 src/s_sinf.c                                      |    2 +-
 src/s_sinl.c                                      |    2 +-
 src/s_tan.c                                       |    2 +-
 src/s_tanf.c                                      |    2 +-
 src/s_tanh.c                                      |    3 +-
 src/s_tanhf.c                                     |    3 +-
 src/s_tanl.c                                      |    2 +-
 src/s_tgammaf.c                                   |    3 +-
 src/s_trunc.c                                     |    2 +-
 src/s_truncf.c                                    |    3 +-
 src/s_truncl.c                                    |    4 +-
 {include => src}/types-compat.h                   |   11 -
 src/w_cabs.c                                      |    5 +-
 src/w_cabsf.c                                     |    8 +-
 src/w_cabsl.c                                     |    5 +-
 src/w_drem.c                                      |   16 -
 src/w_dremf.c                                     |   16 -
 test/.gitignore                                   |    2 +
 test/Makefile                                     |   25 +-
 test/libm-bench.cpp                               |  144 +++
 test/libm-test.c                                  |  139 +--
 444 files changed, 13040 insertions(+), 5098 deletions(-)
 create mode 100755 .travis.sh
 create mode 100644 .travis.yml
 delete mode 100644 Symbol.map
 delete mode 100644 amd64/Symbol.map
 delete mode 100644 amd64/bsd_cdefs.h
 delete mode 100644 arm/Makefile.inc
 delete mode 100644 arm/Symbol.map
 delete mode 100644 i387/Symbol.map
 delete mode 100644 i387/bsd_cdefs.h
 delete mode 100644 i387/s_finite.S
 delete mode 100644 i387/s_significand.S
 delete mode 100644 i387/s_significandf.S
 delete mode 100644 ia64/Make.files
 delete mode 100644 ia64/Makefile.inc
 delete mode 100644 ia64/Symbol.map
 delete mode 100644 ia64/fenv.c
 delete mode 100644 ia64/fenv.h
 delete mode 100644 ia64/s_fma.S
 delete mode 100644 ia64/s_fmaf.S
 delete mode 100644 ia64/s_fmal.S
 delete mode 100644 include/fenv.h
 create mode 100644 include/openlibm.h
 create mode 100644 include/openlibm_complex.h
 create mode 100644 include/openlibm_fenv.h
 rename amd64/fenv.h => include/openlibm_fenv_amd64.h (98%)
 rename arm/fenv.h => include/openlibm_fenv_arm.h (100%)
 rename i387/fenv.h => include/openlibm_fenv_i387.h (100%)
 rename powerpc/fenv.h => include/openlibm_fenv_powerpc.h (98%)
 rename src/openlibm.h => include/openlibm_math.h (78%)
 create mode 100644 ld128/e_acoshl.c
 create mode 100644 ld128/e_atanhl.c
 create mode 100644 ld128/e_coshl.c
 create mode 100644 ld128/e_expl.c
 create mode 100644 ld128/e_fmodl.c
 create mode 100644 ld128/e_hypotl.c
 create mode 100644 ld128/e_lgammal_r.c
 create mode 100644 ld128/e_log10l.c
 create mode 100644 ld128/e_log2l.c
 create mode 100644 ld128/e_logl.c
 create mode 100644 ld128/e_powl.c
 create mode 100644 ld128/e_sinhl.c
 create mode 100644 ld128/e_tgammal.c
 create mode 100644 ld128/s_asinhl.c
 copy src/s_ceil.c => ld128/s_ceill.c (52%)
 create mode 100644 ld128/s_erfl.c
 create mode 100644 ld128/s_expm1l.c
 create mode 100644 ld128/s_floorl.c
 create mode 100644 ld128/s_log1pl.c
 create mode 100644 ld128/s_modfl.c
 create mode 100644 ld128/s_nextafterl.c
 create mode 100644 ld128/s_nexttoward.c
 create mode 100644 ld128/s_nexttowardf.c
 create mode 100644 ld128/s_remquol.c
 create mode 100644 ld128/s_tanhl.c
 copy {src => ld128}/s_truncl.c (70%)
 create mode 100644 ld80/e_acoshl.c
 create mode 100644 ld80/e_atanhl.c
 create mode 100644 ld80/e_coshl.c
 create mode 100644 ld80/e_expl.c
 copy {src => ld80}/e_fmodl.c (60%)
 create mode 100644 ld80/e_hypotl.c
 create mode 100644 ld80/e_lgammal_r.c
 create mode 100644 ld80/e_log10l.c
 create mode 100644 ld80/e_log2l.c
 create mode 100644 ld80/e_logl.c
 create mode 100644 ld80/e_powl.c
 create mode 100644 ld80/e_sinhl.c
 create mode 100644 ld80/e_tgammal.c
 create mode 100644 ld80/s_asinhl.c
 copy src/s_ceil.c => ld80/s_ceill.c (54%)
 create mode 100644 ld80/s_erfl.c
 create mode 100644 ld80/s_expm1l.c
 create mode 100644 ld80/s_floorl.c
 create mode 100644 ld80/s_log1pl.c
 create mode 100644 ld80/s_modfl.c
 create mode 100644 ld80/s_nextafterl.c
 copy src/s_nextafter.c => ld80/s_nexttoward.c (50%)
 create mode 100644 ld80/s_nexttowardf.c
 copy {src => ld80}/s_remquol.c (58%)
 create mode 100644 ld80/s_tanhl.c
 copy {src => ld80}/s_truncl.c (70%)
 delete mode 100644 mips/Make.files
 delete mode 100644 mips/Makefile.inc
 delete mode 100644 mips/Symbol.map
 delete mode 100644 mips/fenv.c
 delete mode 100644 mips/fenv.h
 delete mode 100644 powerpc/Makefile.inc
 delete mode 100644 powerpc/Symbol.map
 delete mode 100644 sparc64/Make.files
 delete mode 100644 sparc64/Makefile.inc
 delete mode 100644 sparc64/Symbol.map
 delete mode 100644 sparc64/e_sqrt.S
 delete mode 100644 sparc64/e_sqrtf.S
 delete mode 100644 sparc64/fenv.c
 delete mode 100644 sparc64/fenv.h
 copy include/amd64_fpmath.h => src/aarch64_fpmath.h (74%)
 rename {include => src}/amd64_fpmath.h (100%)
 create mode 100644 src/bsd_cdefs.h
 rename {include => src}/cdefs-compat.h (95%)
 delete mode 100644 src/e_gamma.c
 delete mode 100644 src/e_gamma_r.c
 delete mode 100644 src/e_gammaf.c
 delete mode 100644 src/e_gammaf_r.c
 create mode 100644 src/e_lgammal.c
 delete mode 100644 src/e_scalb.c
 delete mode 100644 src/e_scalbf.c
 rename {include => src}/fpmath.h (67%)
 copy {include => src}/i386_fpmath.h (100%)
 create mode 100644 src/math_private_openbsd.h
 create mode 100644 src/polevll.c
 rename include/i386_fpmath.h => src/powerpc_fpmath.h (75%)
 create mode 100644 src/s_cabs.c
 create mode 100644 src/s_cabsf.c
 create mode 100644 src/s_cabsl.c
 copy src/{s_cpow.c => s_cacos.c} (56%)
 copy src/{s_cpowf.c => s_cacosf.c} (54%)
 copy src/{s_cpow.c => s_cacosh.c} (56%)
 copy src/{s_cpowf.c => s_cacoshf.c} (54%)
 copy src/{s_cpowl.c => s_cacoshl.c} (54%)
 copy src/{s_cpowl.c => s_cacosl.c} (54%)
 create mode 100644 src/s_casin.c
 create mode 100644 src/s_casinf.c
 copy src/{s_cpow.c => s_casinh.c} (56%)
 copy src/{s_cpowf.c => s_casinhf.c} (54%)
 copy src/{s_cpowl.c => s_casinhl.c} (54%)
 create mode 100644 src/s_casinl.c
 create mode 100644 src/s_catan.c
 create mode 100644 src/s_catanf.c
 copy src/{s_cpow.c => s_catanh.c} (56%)
 copy src/{s_cpowf.c => s_catanhf.c} (54%)
 copy src/{s_cpowl.c => s_catanhl.c} (54%)
 create mode 100644 src/s_catanl.c
 copy src/{s_cpow.c => s_ccos.c} (56%)
 copy src/{s_cpowf.c => s_ccosf.c} (55%)
 copy src/{s_cpowl.c => s_ccoshl.c} (55%)
 copy src/{s_cpowl.c => s_ccosl.c} (54%)
 copy src/{s_cpowl.c => s_cexpl.c} (54%)
 copy src/{s_cpow.c => s_clog.c} (54%)
 copy src/{s_cpowf.c => s_clogf.c} (56%)
 copy src/{s_cpowl.c => s_clogl.c} (52%)
 copy src/{s_cpow.c => s_csin.c} (55%)
 copy src/{s_cpowf.c => s_csinf.c} (55%)
 copy src/{s_cpowl.c => s_csinhl.c} (55%)
 copy src/{s_cpowl.c => s_csinl.c} (53%)
 create mode 100644 src/s_ctan.c
 create mode 100644 src/s_ctanf.c
 copy src/{s_cpowl.c => s_ctanhl.c} (55%)
 create mode 100644 src/s_ctanl.c
 delete mode 100644 src/s_finite.c
 delete mode 100644 src/s_finitef.c
 delete mode 100644 src/s_significand.c
 delete mode 100644 src/s_significandf.c
 rename {include => src}/types-compat.h (56%)
 delete mode 100644 src/w_drem.c
 delete mode 100644 src/w_dremf.c
 create mode 100644 test/libm-bench.cpp


hooks/post-receive
-- 
Openlibm for Debian



More information about the Pkg-julia-devel mailing list