[eclib] 02/03: Merge tag 'upstream/20160101'

Julien Puydt julien.puydt at laposte.net
Wed Jan 6 12:02:12 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository eclib.

commit 839355205b9449905ffc342526f9171884d7d9ec
Merge: 37028e8 93f8c5d
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Jan 6 09:37:09 2016 +0100

    Merge tag 'upstream/20160101'
    
    Upstream version 20160101

 README                                             |  24 ++-
 README.md                                          |   4 +-
 configure.ac                                       |  17 +-
 doc/g0n.txt                                        |  15 +-
 doc/mwrank/mwrank.changes                          |   2 +-
 doc/mwrank/mwrank.info                             |  21 ++-
 doc/mwrank/mwrank.options                          |  43 ++---
 doc/mwrank/mwrank.readme                           |  23 ++-
 libsrc/Makefile.am                                 |  10 +-
 libsrc/eclib/arith.h                               |   3 -
 libsrc/eclib/gpslave.h                             |  43 -----
 libsrc/eclib/homspace.h                            |   9 ++
 libsrc/eclib/interface.h                           |  13 +-
 libsrc/eclib/rat.h                                 |   5 +-
 libsrc/eclib/saturate.h                            |   4 -
 libsrc/fixc6.cc                                    |   4 +-
 libsrc/gpslave.cc                                  | 178 ---------------------
 libsrc/gpslave.cc.in                               | 178 ---------------------
 libsrc/htconst.cc                                  |   4 +-
 libsrc/interface.cc                                |  12 +-
 libsrc/marith.cc                                   | 127 ++-------------
 libsrc/parifact.cc                                 |   5 +-
 libsrc/pcprocs.cc                                  |  19 ++-
 libsrc/saturate.cc                                 |  14 +-
 libsrc/version.cc                                  |   5 +-
 progs/Makefile.am                                  |  16 +-
 progs/h1bsd.cc                                     |   2 +-
 progs/in/h1bsd.in                                  |   2 +-
 progs/in/moreap.in                                 |   2 +-
 progs/in/pcurve.in                                 |   2 +-
 progs/in/point_search.in                           |   1 -
 progs/moreap.cc                                    |   5 +-
 progs/nfhpcurve.cc                                 |   4 +-
 progs/{out => out_no_ntl}/aplist.out               |   0
 progs/{out => out_no_ntl}/checkap.out              |   0
 progs/{out => out_no_ntl}/ecnf.out                 |   0
 progs/{out => out_no_ntl}/h1bsd.out                |   6 +-
 progs/{out => out_no_ntl}/h1bsdcurisog.out         |   4 +-
 progs/{out => out_no_ntl}/h1clist.out              |   0
 progs/{out => out_no_ntl}/h1curve.out              |  39 +++--
 progs/{out => out_no_ntl}/h1first.out              |   0
 progs/{out => out_no_ntl}/indep_test.out           |   0
 progs/{out => out_no_ntl}/list_cubics.out          |   0
 progs/{out => out_no_ntl}/moreap.out               |   0
 progs/{out => out_no_ntl}/mwrank.out               |   0
 progs/{out => out_no_ntl}/nfcount.out              |   0
 progs/{out => out_no_ntl}/nfhpcurve.out            |   4 +-
 progs/{out => out_no_ntl}/nfhpcurve_prof.out       |   0
 progs/{out => out_no_ntl}/nfhpmcurve.out           |   0
 progs/{out => out_no_ntl}/pcurve.out               |  21 +--
 progs/{out => out_no_ntl}/point_search.out         |  24 +--
 progs/{out => out_no_ntl}/qexp.out                 |   0
 progs/{out => out_no_ntl}/quartic_points.out       |   0
 progs/{out => out_no_ntl}/reduce_cubics.out        |   4 -
 progs/{out => out_no_ntl}/reduce_quartics.out      |   0
 progs/{out => out_no_ntl}/solve_conic.out          |   0
 progs/{out => out_no_ntl}/solve_legendre.out       |   0
 progs/{out => out_ntl}/aplist.out                  |   0
 progs/{out => out_ntl}/checkap.out                 |   0
 progs/{out => out_ntl}/ecnf.out                    |   0
 progs/{out => out_ntl}/h1bsd.out                   |   0
 progs/{out => out_ntl}/h1bsdcurisog.out            |   0
 progs/{out => out_ntl}/h1clist.out                 |   0
 progs/{out => out_ntl}/h1curve.out                 |   0
 progs/{out => out_ntl}/h1first.out                 |   0
 progs/{out => out_ntl}/indep_test.out              |   0
 progs/{out => out_ntl}/list_cubics.out             |   0
 progs/{out => out_ntl}/moreap.out                  |   0
 progs/{out => out_ntl}/mwrank.out                  |   0
 progs/{out => out_ntl}/nfcount.out                 |   0
 progs/{out => out_ntl}/nfhpcurve.out               |   4 +-
 .../nfhpcurve.out => out_ntl/nfhpcurve_prof.out}   |   0
 progs/{out => out_ntl}/nfhpmcurve.out              |   0
 progs/{out => out_ntl}/pcurve.out                  |   0
 progs/{out => out_ntl}/point_search.out            |   0
 progs/{out => out_ntl}/qexp.out                    |   0
 progs/{out => out_ntl}/quartic_points.out          |   0
 progs/{out => out_ntl}/reduce_cubics.out           |   4 -
 progs/{out => out_ntl}/reduce_quartics.out         |   0
 progs/{out => out_ntl}/solve_conic.out             |   0
 progs/{out => out_ntl}/solve_legendre.out          |   0
 progs/pcurve.cc                                    |   2 +-
 progs/point_search.cc                              |   4 +-
 progs/quartic_points.cc                            |   2 +-
 progs/reduce_cubics.cc                             |   4 +-
 tests/Makefile.am                                  |  16 +-
 tests/allisog.cc                                   |   2 +
 tests/d2.cc                                        |   3 +-
 tests/{in => in_no_ntl}/allgens.268605             |   0
 tests/{in => in_no_ntl}/allisog.in                 |   2 +-
 tests/{in => in_no_ntl}/bigrattest.in              |   0
 tests/{in => in_no_ntl}/checkgens.in               |   0
 tests/in_no_ntl/comptest.in                        |   1 +
 tests/{in => in_no_ntl}/conductor.in               |   0
 tests/in_no_ntl/d2.in                              |   1 +
 tests/{in => in_no_ntl}/hecketest.in               |   0
 tests/{in => in_no_ntl}/homtest.in                 |   0
 tests/{in => in_no_ntl}/mattest1.in                |   0
 tests/{in => in_no_ntl}/mattest2.in                |   0
 tests/{in => in_no_ntl}/mhcount.in                 |   0
 tests/{in => in_no_ntl}/mmattest.in                |   0
 tests/{in => in_no_ntl}/modtest.in                 |   0
 tests/{in => in_no_ntl}/mptest.in                  |   0
 tests/{in => in_no_ntl}/mspace.in                  |   0
 tests/{in => in_no_ntl}/mvectest.in                |   0
 tests/{in => in_no_ntl}/nftest.in                  |   0
 tests/{in => in_no_ntl}/oftest.in                  |   0
 tests/{in => in_no_ntl}/ptest.in                   |   0
 tests/{in => in_no_ntl}/rattest.in                 |   0
 tests/{in => in_no_ntl}/smattest.in                |   0
 tests/{in => in_no_ntl}/space1.in                  |   0
 tests/{in => in_no_ntl}/space2.in                  |   0
 tests/{in => in_no_ntl}/svectest1.in               |   0
 tests/{in => in_no_ntl}/svectest2.in               |   0
 tests/{in => in_no_ntl}/tate.in                    |   0
 tests/{in => in_no_ntl}/tbessel.in                 |   0
 tests/{in => in_no_ntl}/tcon2.in                   |   0
 tests/{in => in_no_ntl}/tcurve.in                  |   0
 tests/{in => in_no_ntl}/tdivpol.in                 |   0
 tests/{in => in_no_ntl}/tegr.in                    |   0
 tests/{in => in_no_ntl}/telog.in                   |   0
 tests/{in => in_no_ntl}/tequiv.in                  |   0
 tests/{in => in_no_ntl}/theight.in                 |   0
 tests/{in => in_no_ntl}/thilbert.in                |   0
 tests/{in => in_no_ntl}/threading.in               |   0
 tests/{in => in_no_ntl}/thtconst.in                |   0
 tests/{in => in_no_ntl}/tilll.in                   |   0
 tests/{in => in_no_ntl}/timing.in                  |   0
 tests/{in => in_no_ntl}/tlegcert.in                |   0
 tests/{in => in_no_ntl}/tmanin.in                  |   0
 tests/{in => in_no_ntl}/tmrank-long.in             |   0
 tests/{in => in_no_ntl}/tmrank-short.in            |   0
 tests/{in => in_no_ntl}/tmrank.in                  |   0
 tests/{in => in_no_ntl}/tnfd.in                    |   0
 tests/{in => in_no_ntl}/torsion.in                 |   2 +-
 tests/{in => in_no_ntl}/tp2points.in               |   0
 tests/{in => in_no_ntl}/tperiods.in                |   1 -
 tests/{in => in_no_ntl}/tpoints.in                 |   0
 tests/{in => in_no_ntl}/tsat.in                    |   0
 tests/{in => in_no_ntl}/tsat2.in                   |   0
 tests/{in => in_no_ntl}/tsat3.in                   |   0
 tests/{in => in_no_ntl}/twist.in                   |   0
 tests/{in => in_no_ntl}/vectest1.in                |   0
 tests/{in => in_no_ntl}/vectest2.in                |   0
 tests/{in => in_ntl}/allgens.268605                |   0
 tests/{in => in_ntl}/allisog.in                    |   0
 tests/{in => in_ntl}/bigrattest.in                 |   0
 tests/{in => in_ntl}/checkgens.in                  |   0
 tests/{in => in_ntl}/comptest.in                   |   0
 tests/{in => in_ntl}/conductor.in                  |   0
 tests/{in => in_ntl}/d2.in                         |   0
 tests/{in => in_ntl}/hecketest.in                  |   0
 tests/{in => in_ntl}/homtest.in                    |   0
 tests/{in => in_ntl}/mattest1.in                   |   0
 tests/{in => in_ntl}/mattest2.in                   |   0
 tests/{in => in_ntl}/mhcount.in                    |   0
 tests/{in => in_ntl}/mmattest.in                   |   0
 tests/{in => in_ntl}/modtest.in                    |   0
 tests/{in => in_ntl}/mptest.in                     |   0
 tests/{in => in_ntl}/mspace.in                     |   0
 tests/{in => in_ntl}/mvectest.in                   |   0
 tests/{in => in_ntl}/nftest.in                     |   0
 tests/{in => in_ntl}/oftest.in                     |   0
 tests/{in => in_ntl}/ptest.in                      |   0
 tests/{in => in_ntl}/rattest.in                    |   0
 tests/{in => in_ntl}/smattest.in                   |   0
 tests/{in => in_ntl}/space1.in                     |   0
 tests/{in => in_ntl}/space2.in                     |   0
 tests/{in => in_ntl}/svectest1.in                  |   0
 tests/{in => in_ntl}/svectest2.in                  |   0
 tests/{in => in_ntl}/tate.in                       |   0
 tests/{in => in_ntl}/tbessel.in                    |   0
 tests/{in => in_ntl}/tcon2.in                      |   0
 tests/{in => in_ntl}/tcurve.in                     |   0
 tests/{in => in_ntl}/tdivpol.in                    |   0
 tests/{in => in_ntl}/tegr.in                       |   0
 tests/{in => in_ntl}/telog.in                      |   0
 tests/{in => in_ntl}/tequiv.in                     |   0
 tests/{in => in_ntl}/theight.in                    |   0
 tests/{in => in_ntl}/thilbert.in                   |   0
 tests/{in => in_ntl}/threading.in                  |   0
 tests/{in => in_ntl}/thtconst.in                   |   0
 tests/{in => in_ntl}/tilll.in                      |   0
 tests/{in => in_ntl}/timing.in                     |   0
 tests/{in => in_ntl}/tlegcert.in                   |   0
 tests/{in => in_ntl}/tmanin.in                     |   0
 tests/{in => in_ntl}/tmrank-long.in                |   0
 tests/{in => in_ntl}/tmrank-short.in               |   0
 tests/{in => in_ntl}/tmrank.in                     |   0
 tests/{in => in_ntl}/tnfd.in                       |   0
 tests/{in => in_ntl}/torsion.in                    |   0
 tests/{in => in_ntl}/tp2points.in                  |   0
 tests/{in => in_ntl}/tperiods.in                   |   0
 tests/{in => in_ntl}/tpoints.in                    |   0
 tests/{in => in_ntl}/tsat.in                       |   0
 tests/{in => in_ntl}/tsat2.in                      |   0
 tests/{in => in_ntl}/tsat3.in                      |   0
 tests/{in => in_ntl}/twist.in                      |   0
 tests/{in => in_ntl}/vectest1.in                   |   0
 tests/{in => in_ntl}/vectest2.in                   |   0
 tests/{out => out_no_ntl}/allisog.out              |   0
 tests/{out => out_no_ntl}/bigrattest.out           |   0
 tests/{out => out_no_ntl}/checkgens.out            |   0
 tests/out_no_ntl/comptest.out                      |  22 +++
 tests/{out => out_no_ntl}/conductor.out            |   0
 tests/{out => out_no_ntl}/d2.out                   |   4 +-
 tests/{out => out_no_ntl}/hecketest.out            |   0
 tests/{out => out_no_ntl}/homtest.out              |   0
 tests/{out => out_no_ntl}/mattest1.out             |   0
 tests/{out => out_no_ntl}/mattest2.out             |   0
 tests/{out => out_no_ntl}/mhcount.out              |   0
 tests/{out => out_no_ntl}/mmattest.out             |   0
 tests/{out => out_no_ntl}/modtest.out              |   0
 tests/{out => out_no_ntl}/mptest.out               |   0
 tests/{out => out_no_ntl}/mspace.out               |   0
 tests/{out => out_no_ntl}/mvectest.out             |   0
 tests/{out => out_no_ntl}/nftest.out               |   0
 tests/{out => out_no_ntl}/oftest.out               |   0
 tests/{out => out_no_ntl}/ptest.out                |   0
 tests/{out => out_no_ntl}/rattest.out              |   0
 tests/{out => out_no_ntl}/smattest.out             |   0
 tests/{out => out_no_ntl}/space1.out               |   0
 tests/{out => out_no_ntl}/space2.out               |   0
 tests/{out => out_no_ntl}/svectest1.out            |   0
 tests/{out => out_no_ntl}/svectest2.out            |   0
 tests/{out => out_no_ntl}/tate.out                 |   0
 tests/{out => out_no_ntl}/tbessel.out              |   0
 tests/{out => out_no_ntl}/tcon2.out                |   0
 tests/{out => out_no_ntl}/tcurve.out               |   0
 tests/{out => out_no_ntl}/tdivpol.out              |   0
 tests/{out => out_no_ntl}/tegr.out                 |   0
 tests/out_no_ntl/telog.out                         |  74 +++++++++
 tests/{out => out_no_ntl}/tequiv.out               |   0
 tests/out_no_ntl/theight.out                       |  51 ++++++
 tests/{out => out_no_ntl}/thilbert.out             |   0
 tests/{out => out_no_ntl}/threading.out            |   0
 tests/{out => out_no_ntl}/thtconst.out             |   0
 tests/{out => out_no_ntl}/tilll.out                |   0
 tests/{out => out_no_ntl}/timing.out               |   0
 tests/{out => out_no_ntl}/tlegcert.out             |   0
 tests/{out => out_no_ntl}/tmanin.out               |   0
 tests/{out => out_no_ntl}/tmrank-short.out         |   0
 tests/{out => out_no_ntl}/tmrank.out               |   0
 tests/{out => out_no_ntl}/tnfd.out                 |   0
 tests/{out => out_no_ntl}/torsion.out              |   0
 tests/{out => out_no_ntl}/tp2points.out            |   2 +-
 tests/out_no_ntl/tperiods.out                      |  28 ++++
 tests/{out => out_no_ntl}/tpoints.out              |   6 +-
 tests/{out => out_no_ntl}/tsat.out                 |   0
 tests/{out => out_no_ntl}/tsat2.out                |   0
 tests/out_no_ntl/tsat3.out                         |  28 ++++
 tests/{out => out_no_ntl}/twist.out                |   0
 tests/{out => out_no_ntl}/vectest1.out             |   0
 tests/{out => out_no_ntl}/vectest2.out             |   0
 tests/{out => out_ntl}/allisog.out                 |   0
 tests/{out => out_ntl}/bigrattest.out              |   0
 tests/{out => out_ntl}/checkgens.out               |   0
 tests/{out => out_ntl}/comptest.out                |   0
 tests/{out => out_ntl}/conductor.out               |   0
 tests/{out => out_ntl}/d2.out                      |   0
 tests/{out => out_ntl}/hecketest.out               |   0
 tests/{out => out_ntl}/homtest.out                 |   0
 tests/{out => out_ntl}/mattest1.out                |   0
 tests/{out => out_ntl}/mattest2.out                |   0
 tests/{out => out_ntl}/mhcount.out                 |   0
 tests/{out => out_ntl}/mmattest.out                |   0
 tests/{out => out_ntl}/modtest.out                 |   0
 tests/{out => out_ntl}/mptest.out                  |   0
 tests/{out => out_ntl}/mspace.out                  |   0
 tests/{out => out_ntl}/mvectest.out                |   0
 tests/{out => out_ntl}/nftest.out                  |   0
 tests/{out => out_ntl}/oftest.out                  |   0
 tests/{out => out_ntl}/ptest.out                   |   0
 tests/{out => out_ntl}/rattest.out                 |   0
 tests/{out => out_ntl}/smattest.out                |   0
 tests/{out => out_ntl}/space1.out                  |   0
 tests/{out => out_ntl}/space2.out                  |   0
 tests/{out => out_ntl}/svectest1.out               |   0
 tests/{out => out_ntl}/svectest2.out               |   0
 tests/{out => out_ntl}/tate.out                    |   0
 tests/{out => out_ntl}/tbessel.out                 |   0
 tests/{out => out_ntl}/tcon2.out                   |   0
 tests/{out => out_ntl}/tcurve.out                  |   0
 tests/{out => out_ntl}/tdivpol.out                 |   0
 tests/{out => out_ntl}/tegr.out                    |   0
 tests/{out => out_ntl}/telog.out                   |   0
 tests/{out => out_ntl}/tequiv.out                  |   0
 tests/{out => out_ntl}/theight.out                 |   0
 tests/{out => out_ntl}/thilbert.out                |   0
 tests/{out => out_ntl}/threading.out               |   0
 tests/{out => out_ntl}/thtconst.out                |   0
 tests/{out => out_ntl}/tilll.out                   |   0
 tests/{out => out_ntl}/timing.out                  |   0
 tests/{out => out_ntl}/tlegcert.out                |   0
 tests/{out => out_ntl}/tmanin.out                  |   0
 tests/{out => out_ntl}/tmrank-short.out            |   0
 tests/{out => out_ntl}/tmrank.out                  |   0
 tests/{out => out_ntl}/tnfd.out                    |   0
 tests/{out => out_ntl}/torsion.out                 |   0
 tests/{out => out_ntl}/tp2points.out               |   0
 tests/{out => out_ntl}/tperiods.out                |   0
 tests/{out => out_ntl}/tpoints.out                 |   0
 tests/{out => out_ntl}/tsat.out                    |   0
 tests/{out => out_ntl}/tsat2.out                   |   0
 tests/{out => out_ntl}/tsat3.out                   |   0
 tests/{out => out_ntl}/twist.out                   |   0
 tests/{out => out_ntl}/vectest1.out                |   0
 tests/{out => out_ntl}/vectest2.out                |   0
 tests/telog.cc                                     |   2 +
 tests/theight.cc                                   |   2 +
 tests/thtconst.cc                                  |   2 +
 tests/torsion.cc                                   |   3 +-
 tests/tperiods.cc                                  |   2 +
 tests/tsat3.cc                                     |   2 +
 314 files changed, 486 insertions(+), 708 deletions(-)

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



More information about the debian-science-commits mailing list