[flint] branch master updated (19abb57 -> f6fe9be)

felix salfelder felix-guest at moszumanska.debian.org
Wed Jun 25 11:16:10 UTC 2014


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

felix-guest pushed a change to branch master
in repository flint.

      from  19abb57   inject compile flags (workaround broken makefiles)
       new  adbb8a4   record new upstream branch
       new  6ea2508   correctly handle 0^0 Conflicts:
       new  26eeae4   Revert "correctly handle 0^0"
       new  21b131f   Allow large bases
       new  12126fb   Rewrite n_is_prime and n_is_probabprime
       new  294a8be   Added copyright for Dana Jacobsen and copied large base code over to precomp version of is_strong_probab_prime2.
       new  21da8b5   Updates AUTHORS and manual.
       new  d77e98c   Use precomputed inverse in large base mod operation in both versions of n_is_strong_probabprime.
       new  d5f1a0b   Added powers regression test to t-is_prime and t-is_probabprime.
       new  63e8560   Added regression test for composites that were being passed as prime, as reported by Dana Jacobsen.
       new  20018a6   Updated code_conventions.txt regarding WORD/UWORD macros and flint_printf.
       new  ea621b5   Update flint version number for 2.4.4 release.
       new  e0cf7cc   fix and speed up n_is_prime on 32-bit
       new  a9cc346   Spacing.
       new  cadbc3b   add table to t-is_prime
       new  f77ba2f   test the right function in the right file
       new  094a608   Updated docs on primality testing after recent changes.
       new  c3fb6bc   Updated URLs to Feitsma and Galway tables and corrected spelling of Feitsma.
       new  7c8e209   Clarified where our BPSW test comes from.
       new  dabc75b   Clarify the provenance of our Lucas test.
       new  f14355e   Update make dist for 2.4.4.
       new  a8280e6   Description: Disable a test that fails with GMP >= 6.0.0 (making it possible to build with it) Forwarded: not-needed
       new  b91e741   merge patched into master
       new  f6fe9be   update debian to 2.4.4

The 24 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                                            |   4 +
 Makefile.in                                        |   2 +-
 code_conventions.txt                               |  21 ++++
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   4 +-
 debian/control                                     |   4 +-
 ...-Disable-a-test-that-fails-with-GMP-6.0.0.patch |   2 +-
 debian/rules                                       |   2 +-
 doc/latex/flint-manual.tex                         |   6 +-
 doc/latex/input/title.tex                          |   4 +-
 flint.h                                            |   4 +-
 ulong_extras/doc/ulong_extras.txt                  |  54 +++++++----
 ulong_extras/is_prime.c                            |  22 +++--
 ulong_extras/is_probabprime.c                      | 107 +++++++++++----------
 ulong_extras/is_strong_probabprime2_preinv.c       |   7 ++
 ulong_extras/is_strong_probabprime_precomp.c       |   9 +-
 ulong_extras/test/t-is_prime.c                     |  89 ++++++++++++++++-
 ulong_extras/test/t-is_probabprime.c               |  36 +++++++
 18 files changed, 292 insertions(+), 99 deletions(-)

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



More information about the debian-science-commits mailing list