[mpria] branch master updated (67515c0 -> 113b7a1)

Jerome Benoit calculus-guest at moszumanska.debian.org
Sun Jan 31 12:50:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a change to branch master
in repository mpria.

      from  67515c0   Imported Debian patch 0.7.1-1
      adds  9cb7a6c   Imported Upstream version 0.7.2
       new  113b7a1   Merge tag 'upstream/0.7.2'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                  |    2 +-
 ChangeLog                                |    8 +
 INSTALL                                  |   12 +-
 Makefile.am                              |    2 +-
 Makefile.in                              |  327 ++--
 NEWS                                     |    4 +
 README                                   |    4 +-
 README-alpha                             |    2 +-
 README-dev                               |    9 +-
 aclocal.m4                               |  760 ++++++---
 build-aux/compile                        |  347 ++++
 build-aux/config.guess                   |  346 ++--
 build-aux/config.sub                     |  113 +-
 build-aux/depcomp                        |  455 ++---
 build-aux/install-sh                     |   14 +-
 build-aux/ltmain.sh                      |    4 +-
 build-aux/mdate-sh                       |   15 +-
 build-aux/missing                        |  414 ++---
 build-aux/test-driver                    |  139 ++
 build-aux/texinfo.tex                    |  414 +++--
 configure                                |  412 ++++-
 configure.ac                             |    6 +-
 doc/Makefile.am                          |    2 +-
 doc/Makefile.in                          |  175 +-
 doc/fdl.texi                             |    2 +-
 doc/gpl.texi                             |    8 +-
 doc/mpria.info                           | 1928 +++++++++++----------
 doc/mpria.texi                           |   29 +-
 doc/stamp-vti                            |    8 +-
 doc/version.texi                         |    8 +-
 examples/Makefile.am                     |    2 +-
 examples/Makefile.in                     |  106 +-
 examples/mpria_version.c                 |    6 +-
 m4/ld-version-script.m4                  |    2 +-
 m4/libtool.m4                            |   24 +-
 m4/mpria_ax_prog_path_gmp_cc.m4          |   14 +-
 m4/mpria_maintainer.m4                   |    2 +-
 m4/mpria_setup.m4                        |    4 +-
 m4/valgrind-tests.m4                     |    2 +-
 mpria.m4                                 |   14 +-
 src/Makefile.am                          |    7 +-
 src/Makefile.in                          |  359 ++--
 src/adhoc.c                              |    2 +-
 src/arithmetic.c                         |    2 +-
 src/basic.c                              |    2 +-
 src/confrac.c                            |    2 +-
 src/constants.c                          |    2 +-
 src/conversion.c                         |    2 +-
 src/inline.c                             |    2 +-
 src/inline_mp.c                          |    2 +-
 src/libversion.c                         |    2 +-
 src/mpria.h                              |   12 +-
 src/mpria.h.in                           |    8 +-
 src/mpria.map                            |    3 +-
 src/mpria_assert.h                       |    2 +-
 src/mpria_config.h                       |    6 +-
 src/mpria_internal.h                     |    2 +-
 src/numtheory.c                          |    2 +-
 src/random.c                             |  132 ++
 src/string.c                             |    2 +-
 src/workspace.c                          |    4 +-
 tests/Makefile.am                        |   21 +-
 tests/Makefile.in                        |  806 ++++++---
 tests/mpria_numtheory.gi                 |    4 +-
 tests/mpria_test.gi                      |    4 +-
 tests/mpria_test.h                       |   11 +-
 tests/results.c                          |    2 +-
 tests/test_arithmetic.c                  |    2 +-
 tests/test_confrac.c                     |    2 +-
 tests/test_constants.c                   |    2 +-
 tests/test_conversion.c                  |    2 +-
 tests/test_libversion.c                  |    2 +-
 tests/test_mpri_2exp_atan_table.c        |    6 +-
 tests/test_mpri_2exp_atan_table.cg       |    2 +-
 tests/test_mpri_add_table.c              |    6 +-
 tests/test_mpri_add_table.cg             |    2 +-
 tests/test_mpri_div_table.c              |    6 +-
 tests/test_mpri_div_table.cg             |    2 +-
 tests/test_mpri_get_d_table.c            |    6 +-
 tests/test_mpri_get_d_table.cg           |    2 +-
 tests/test_mpri_mul_table.c              |    6 +-
 tests/test_mpri_mul_table.cg             |    2 +-
 tests/test_mpri_rsqrt_table.c            |    6 +-
 tests/test_mpri_rsqrt_table.cg           |    2 +-
 tests/test_mpri_set_d_table.c            |    6 +-
 tests/test_mpri_set_d_table.cg           |    2 +-
 tests/test_mpri_set_q_table.c            |    6 +-
 tests/test_mpri_set_q_table.cg           |    2 +-
 tests/test_mpri_set_qi_q_table.c         |    6 +-
 tests/test_mpri_set_qi_q_table.cg        |    2 +-
 tests/test_mpri_set_qi_z_ASGMT_table.c   | 2694 +++++++++++++++---------------
 tests/test_mpri_set_qi_z_ASGMT_table.cg  |    4 +-
 tests/test_mpri_set_rsqrt_q_table.c      |    6 +-
 tests/test_mpri_set_rsqrt_q_table.cg     |    2 +-
 tests/test_mpri_set_sqrt_q_table.c       |    6 +-
 tests/test_mpri_set_sqrt_q_table.cg      |    2 +-
 tests/test_mpri_sqrt_table.c             |    6 +-
 tests/test_mpri_sqrt_table.cg            |    2 +-
 tests/test_mpri_sub_table.c              |    6 +-
 tests/test_mpri_sub_table.cg             |    2 +-
 tests/test_numtheory.c                   |    2 +-
 tests/test_random.c                      |  361 ++++
 tests/test_randseed_seed_builtin_table.c |  294 ++++
 tests/test_string.c                      |    2 +-
 104 files changed, 6707 insertions(+), 4314 deletions(-)
 create mode 100755 build-aux/compile
 create mode 100755 build-aux/test-driver
 create mode 100644 src/random.c
 create mode 100644 tests/test_random.c
 create mode 100644 tests/test_randseed_seed_builtin_table.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpria.git



More information about the debian-science-commits mailing list