[libmath-gmp-perl] branch master updated (252ac90 -> 6dc06bd)
Salvatore Bonaccorso
carnil at debian.org
Wed Nov 9 12:14:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to branch master
in repository libmath-gmp-perl.
from 252ac90 update changelog
adds 3502d80 Initial import
adds f97e81e Convert to GMP via typemap to remove need for promote
adds 7e33443 Remove promote()
adds 044e63e Go direct to XS for all methods
adds d7a383a Add new function lcm/blcm (least common multiple)
adds 5b4f5b1 Small doc fixes
adds c1323b5 Add bsqrt (by renaming the internal gmp_sqrt)
adds 80c48d4 Add new function bmodinv (modular inverse)
adds 5f63345 Bump the version to 2.06_01, record changes
adds 862e1ed Minor cleanup
adds f090672 Skip git files
adds 0b7795a 2.07
adds 600ce7b Per bug 72672
adds cc4d8f6 Doc typo per RT #61547
adds 995ca08 Spell checking tweaks
adds 69d8ae5 Add links to new github repo and existing RT
adds 37e1b7c Add failing test based on RT 60344
adds f3b7f6c Modify the docs and test for bfac() so things work as described. Per complaint from RT 60344. There are probably other functions with a similar issue.
adds 15181f1 Add link to GitHub repo.
adds ab0f520 Add .gitignore
adds 36f55cc Get rid of indirect obj notation
adds 28f3f97 Add bool overload (thanks to Hugo)
adds cd68c4c Add more tests from DANAJ regarding RT#92641.
adds 4376264 Bump the version number to 2.08
adds 8e9337d Add the left-shift operator.
adds 82179df Add the right shift operator.
adds 31d11be Convert to Dist-Zilla
adds c06e5d9 Remove trailing space and test for lack of it
adds 7a99c37 Add a note about Dist-Zilla
adds 8a6df21 Add a call to Devel-CheckLib
adds 713b0a5 Bump the version number to 2.09
adds 44b415c Fix for RT#27521 - accepting floats as zeroes.
adds 4b8a3bb Refactored ::new.
adds 4f971df Start writing tests for ret vs. modify-in-place
adds 011fadc Add more tests and correct docs.
adds 9b4d4d3 Add for bxor
adds 5134557 Add for bior
adds 9af79ff Test+Docs for bgcd
adds c69deeb Add code+docs for blcm
adds 81082f2 tests+docs for bmodinv.
adds 826a111 Fix indentation + scoping
adds 5efea96 Add code+docs for bsqrt
adds b777a8b Add code+docs for legendre
adds 92bb64d Add code+docs for jacobi
adds be32547 Add code+docs for fibonacci
adds ea1eab4 Add code+docs for probab_prime
adds 2daa6f9 Add code+docs for add_ui_gmp
adds ca35983 Add code+docs for bdiv
adds d8ce0fb Document constant
adds b14f369 Remove some old cruft from the XS distribution.
adds 133dc47 Document destroy
adds a18899e Remove trailing space
adds 3cee544 Remove trailing space
adds db558e0 Add code+docs for div_2exp_gmp
adds ce81166 Document gcd and lcm
adds 63f3751 Document and test get_str_gmp()
adds f792313 Document and test gmp_copy()
adds 29315f7 RELEASE_TESTING tests
adds 0d9ad83 Convert to CPAN::Changes format.
adds b0656c2 Bump version to 2.10
adds 7f1035d Document and test gmp_tstbit
adds 26df97d Add docs and tests for intify
adds fd02aca Document and test mmod_gmp
adds fe11a06 Document and test mod_2exp_gmp
adds 22e5289 Document and test mul_2exp_gmp
adds b82e338 Mark methods as for internal use
adds 094ced9 Document and test powm_gmp
adds e6cd260 Document and test sizeinbase_gmp
adds c2c055d Prepare for new release - 2.11
adds 8fba47c Support testing of functions returning a list
adds 0af18ee From c14519cbc1887b5861056338c8f75fd8c897a800 Mon Sep 17 00:00:00 2001 From: Hugo van der Sanden <hv at crypt.org> Date: Tue, 8 Nov 2016 15:29:21 +0000 Subject: [PATCH 2/3] Support the "Root Extraction Functions"
adds 3496d2e Prepare for 2.12
adds 20f58c7 New upstream version 2.12
new c42f812 Merge tag 'upstream/2.12'
new 934fb19 Update debian/changelog
new 8607a3f Update copyright years for debian/* packaging files
new c7af280 Declare compliance with Debian policy 3.9.8
new 14aa3f2 debian/rules: Build enabling all hardening flags
new 6dc06bd Prepare changelog for release
The 6 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:
Changes | 6 ++++
GMP.xs | 64 +++++++++++++++++++++++++++++++++++
MANIFEST | 6 ++--
META.json | 9 ++---
META.yml | 7 ++--
Makefile.PL | 8 +++--
debian/changelog | 10 ++++--
debian/control | 2 +-
debian/copyright | 2 +-
debian/rules | 3 ++
lib/Math/GMP.pm | 47 +++++++++++++++++++++++--
t/00-compile.t | 4 +--
t/01_gmppm.t | 59 ++++++++++++++++++++++++++++++--
xt/{release => author}/pod-coverage.t | 0
xt/{release => author}/pod-syntax.t | 1 +
15 files changed, 204 insertions(+), 24 deletions(-)
rename xt/{release => author}/pod-coverage.t (100%)
rename xt/{release => author}/pod-syntax.t (84%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list