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

ppm-guest pushed a commit to annotated tag v0.14
in repository libmath-prime-util-perl.

commit e9a1984fcacdf7b7c123ea24b8aad1dd192cf1b1
Author: Dana Jacobsen <d...@acm.org>
Date:   Mon Nov 19 18:31:48 2012 -0800

    Have verbose option set GMP verbosity also
---
 TODO                   | 3 ++-
 lib/Math/Prime/Util.pm | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO
index 7da582a..b5a4c35 100644
--- a/TODO
+++ b/TODO
@@ -11,7 +11,8 @@
 
 - Is the current PP.pm setup the way we want to do it?
 
-- Faster SQUFOF
+- Faster SQUFOF.  We're using the faster racing SQUFOF now, but it could still
+  use some tuning.
 
 - Move .c / .h files into separate directory.
   version does it in a painful way.  Something simpler to be had?
diff --git a/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index 3f2addb..b4b4ebb 100644
--- a/lib/Math/Prime/Util.pm
+++ b/lib/Math/Prime/Util.pm
@@ -168,6 +168,7 @@ sub prime_set_config {
       else { croak("Invalid setting for verbose.  0, 1, 2, etc."); }
       $_Config{'verbose'} = $value;
       _XS_set_verbose($value) if $_Config{'xs'};
+      Math::Prime::Util::GMP::_GMP_set_verbose($value) if $_Config{'gmp'};
     } else {
       croak "Unknown or invalid configuration setting: $param\n";
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to