[libmath-mpfr-perl] 04/05: debian/patches/spelling-errors: Refresh patch

Angel Abad angel at debian.org
Thu Sep 21 08:48:37 UTC 2017


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

angel pushed a commit to branch master
in repository libmath-mpfr-perl.

commit 93078b7bafb8e162f459a00c8045e4f52d6ad445
Author: Angel Abad <angelabad at gmail.com>
Date:   Thu Sep 21 10:45:23 2017 +0200

    debian/patches/spelling-errors: Refresh patch
---
 debian/patches/spelling-errors | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/debian/patches/spelling-errors b/debian/patches/spelling-errors
index da17160..7c19acd 100644
--- a/debian/patches/spelling-errors
+++ b/debian/patches/spelling-errors
@@ -6,7 +6,7 @@ Last-Updated: 2016-10-29
 
 --- a/MPFR.xs
 +++ b/MPFR.xs
-@@ -6530,7 +6530,7 @@
+@@ -6731,7 +6731,7 @@
      croak("2nd arg to Math::MPFR::_d_bytes_fr must be 53");
  
    if(mpfr_get_prec(*str) != 53)
@@ -15,7 +15,7 @@ Last-Updated: 2016-10-29
  
    if((size_t)bits != DBL_MANT_DIG)
      croak("2nd arg (%u) supplied to Math::MPFR::_d_bytes_fr does not match DBL_MANT_DIG (%u)", bits, DBL_MANT_DIG);
-@@ -6631,7 +6631,7 @@
+@@ -6832,7 +6832,7 @@
      croak("2nd arg to Math::MPFR::_dd_bytes must be 106");
  
    if(mpfr_get_prec(*str) != 2098)
@@ -24,7 +24,7 @@ Last-Updated: 2016-10-29
  
    mpfr_init2(temp, 2098);
  
-@@ -6743,7 +6743,7 @@
+@@ -6944,7 +6944,7 @@
    }
  
    if(mpfr_get_prec(*str) != bits)
@@ -33,7 +33,7 @@ Last-Updated: 2016-10-29
  
    if((size_t)bits != LDBL_MANT_DIG)
      croak("2nd arg (%u) supplied to Math::MPFR::_ld_bytes_fr does not match LDBL_MANT_DIG (%u)", bits, LDBL_MANT_DIG);
-@@ -6849,7 +6849,7 @@
+@@ -7050,7 +7050,7 @@
      croak("2nd arg to Math::MPFR::_f128_bytes_fr must be 113");
  
    if(mpfr_get_prec(*str) != 113)
@@ -136,7 +136,7 @@ Last-Updated: 2016-10-29
      is returned if $op is NaN or Inf. which do not exist in 'mpf'.
  
     Rmpfr_get_q ($q, $op); # $q is a Math::GMPq object.
-@@ -913,7 +913,7 @@
+@@ -926,7 +926,7 @@
     $si = Rmpfr_pow($rop, $op1, $op2, $rnd);
     $si = Rmpfr_pow_z($rop, $op1, $z, $rnd);  # $z is a mpz object
      Set $rop to 2nd arg raised to 3rd arg, rounded to the directio
@@ -145,7 +145,7 @@ Last-Updated: 2016-10-29
      exact, a positive value when the result is greater than 2nd arg
      to the power 3rd arg, and a negative value when it is smaller.
      See the MPFR documentation for documentation regarding special
-@@ -1071,23 +1071,23 @@
+@@ -1084,23 +1084,23 @@
     $si = Rmpfr_tan($rop, $op, $rnd);
      Set $rop to the sine/cosine/tangent respectively of $op,
      rounded to the direction $rnd with the precision of $rop.
@@ -174,7 +174,7 @@ Last-Updated: 2016-10-29
      exact.
  
     $si = Rmpfr_acos($rop, $op, $rnd);
-@@ -1095,16 +1095,16 @@
+@@ -1108,16 +1108,16 @@
     $si = Rmpfr_atan($rop, $op, $rnd);
      Set $rop to the arc-cosine, arc-sine or arc-tangent of $op,
      rounded to the direction $rnd with the precision of $rop.
@@ -195,7 +195,7 @@ Last-Updated: 2016-10-29
      See the MPFR documentation for details regarding special cases.
  
  
-@@ -1113,10 +1113,10 @@
+@@ -1126,10 +1126,10 @@
     $si = Rmpfr_tanh($rop, $op, $rnd);
      Set $rop to the hyperbolic cosine/hyperbolic sine/hyperbolic
      tangent respectively of $op, rounded to the direction $rnd
@@ -209,7 +209,7 @@ Last-Updated: 2016-10-29
      the actual value.
  
     $si = Rmpfr_acosh($rop, $op, $rnd);
-@@ -1124,40 +1124,40 @@
+@@ -1137,40 +1137,40 @@
     $si = Rmpfr_atanh($rop, $op, $rnd);
      Set $rop to the inverse hyperbolic cosine, sine or tangent
      of $op, rounded to the direction $rnd with the precision of
@@ -258,7 +258,7 @@ Last-Updated: 2016-10-29
      result is exact (this occurs in fact only when $op is 0 i.e
      the result is 0).
  
-@@ -1375,7 +1375,7 @@
+@@ -1393,7 +1393,7 @@
      Return the number of bytes read, or if non-numeric characters were
      encountered in the input, return 0.
      If 0 is returned:
@@ -267,7 +267,7 @@ Last-Updated: 2016-10-29
           incremented. You can query/clear/reset the value of the
           flag with (resp.) nnumflag()/clear_nnum()/set_nnum() - all
           of which are documented below;
-@@ -1410,7 +1410,7 @@
+@@ -1428,7 +1428,7 @@
      The precision of OP is stored too. The import function fails if
      the precision (which is read from the stream) is greater than
      MPFR_PREC_MAX.
@@ -276,16 +276,16 @@ Last-Updated: 2016-10-29
  
     ##########
  
-@@ -1490,7 +1490,7 @@
+@@ -1508,7 +1508,7 @@
     $bool = Rmpfr_erangeflag_p();
     $bool = Rmpfr_divby0_p();   # mpfr-3.1.0 and later only
      Return the corresponding (underflow, overflow, invalid, inexact,
 -    erange, divide-by-zero) flag, which is non-zero iff the flag is set.
 +    erange, divide-by-zero) flag, which is non-zero if the flag is set.
  
-    Rmpfr_flags_clear($mask);            # needs mpfr-3.2.0 or later
-    Rmpfr_flags_set($mask);              # needs mpfr-3.2.0 or later
-@@ -1667,7 +1667,7 @@
+    Rmpfr_flags_clear($mask);            # needs mpfr-4.0.0 or later
+    Rmpfr_flags_set($mask);              # needs mpfr-4.0.0 or later
+@@ -1685,7 +1685,7 @@
      to the fractional part of $op, rounded in the direction RND with
      the corresponding precision of $rop1 and $rop2 (equivalent to
      'Rmpfr_trunc($rop1, $op, $rnd)' and 'Rmpfr_frac($rop1, $op, $rnd)').
@@ -294,7 +294,7 @@ Last-Updated: 2016-10-29
      results are exact.
  
     $si         = Rmpfr_remainder($rop, $op1, $op2, $rnd);
-@@ -1695,7 +1695,7 @@
+@@ -1713,7 +1713,7 @@
      functions are useful for additive argument reduction.
  
     $si = Rmpfr_integer_p($op);
@@ -303,7 +303,7 @@ Last-Updated: 2016-10-29
  
     Rmpfr_nexttoward($op1, $op2);
      If $op1 or $op2 is NaN, set $op1 to NaN. Otherwise, if $op1 is
-@@ -1936,7 +1936,7 @@
+@@ -1954,7 +1954,7 @@
      ordinary number); otherwise, return a non-zero value.
  
     $si = Rmpfr_signbit ($op);
@@ -312,7 +312,7 @@ Last-Updated: 2016-10-29
      negative, -0, or a NaN whose representation has its sign bit set).
  
     $si2 = Rmpfr_setsign ($rop, $op, $si, $rnd);
-@@ -1967,7 +1967,7 @@
+@@ -1985,7 +1985,7 @@
      the *current default rounding mode*.
  
      Note that any comparison using the spaceship operator ( <=> )
@@ -321,7 +321,7 @@ Last-Updated: 2016-10-29
      All comparisons ( < <= > >= == != <=> ) involving one or more
      NaNs will set the erange flag.
  
-@@ -2231,7 +2231,7 @@
+@@ -2249,7 +2249,7 @@
     which will set $max_len to 15.
  
     That is, so long as your base 10 float consists of no more than 15
@@ -332,7 +332,7 @@ Last-Updated: 2016-10-29
  
 --- a/MPFR.pm
 +++ b/MPFR.pm
-@@ -386,7 +386,7 @@
+@@ -388,7 +388,7 @@
        if(!@_) {return Rmpfr_init()}
        }
  

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



More information about the Pkg-perl-cvs-commits mailing list