[Gmp-commit] /var/hg/gmp: Some more conversions to UTF8.

mercurial at gmplib.org mercurial at gmplib.org
Sun Jan 12 19:27:25 UTC 2014


details:   /var/hg/gmp/rev/639a0512bdd9
changeset: 16186:639a0512bdd9
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Jan 12 20:27:20 2014 +0100
description:
Some more conversions to UTF8.

diffstat:

 mpn/generic/gcd.c             |  2 +-
 mpn/generic/sbpi1_div_q.c     |  2 +-
 mpn/generic/sbpi1_div_qr.c    |  2 +-
 mpn/generic/sbpi1_divappr_q.c |  2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 5c7513449427 -r 639a0512bdd9 mpn/generic/gcd.c
--- a/mpn/generic/gcd.c	Sun Jan 12 16:12:06 2014 +0100
+++ b/mpn/generic/gcd.c	Sun Jan 12 20:27:20 2014 +0100
@@ -24,7 +24,7 @@
 
 /* Uses the HGCD operation described in
 
-     N. Möller, On Schönhage's algorithm and subquadratic integer gcd
+     N. Möller, On Schönhage's algorithm and subquadratic integer gcd
      computation, Math. Comp. 77 (2008), 589-607.
 
   to reduce inputs until they are of size below GCD_DC_THRESHOLD, and
diff -r 5c7513449427 -r 639a0512bdd9 mpn/generic/sbpi1_div_q.c
--- a/mpn/generic/sbpi1_div_q.c	Sun Jan 12 16:12:06 2014 +0100
+++ b/mpn/generic/sbpi1_div_q.c	Sun Jan 12 20:27:20 2014 +0100
@@ -1,4 +1,4 @@
-/* mpn_sbpi1_div_q -- Schoolbook division using the Möller-Granlund 3/2
+/* mpn_sbpi1_div_q -- Schoolbook division using the Möller-Granlund 3/2
    division algorithm.
 
    Contributed to the GNU project by Torbjorn Granlund.
diff -r 5c7513449427 -r 639a0512bdd9 mpn/generic/sbpi1_div_qr.c
--- a/mpn/generic/sbpi1_div_qr.c	Sun Jan 12 16:12:06 2014 +0100
+++ b/mpn/generic/sbpi1_div_qr.c	Sun Jan 12 20:27:20 2014 +0100
@@ -1,4 +1,4 @@
-/* mpn_sbpi1_div_qr -- Schoolbook division using the Möller-Granlund 3/2
+/* mpn_sbpi1_div_qr -- Schoolbook division using the Möller-Granlund 3/2
    division algorithm.
 
    Contributed to the GNU project by Torbjorn Granlund.
diff -r 5c7513449427 -r 639a0512bdd9 mpn/generic/sbpi1_divappr_q.c
--- a/mpn/generic/sbpi1_divappr_q.c	Sun Jan 12 16:12:06 2014 +0100
+++ b/mpn/generic/sbpi1_divappr_q.c	Sun Jan 12 20:27:20 2014 +0100
@@ -1,4 +1,4 @@
-/* mpn_sbpi1_divappr_q -- Schoolbook division using the Möller-Granlund 3/2
+/* mpn_sbpi1_divappr_q -- Schoolbook division using the Möller-Granlund 3/2
    division algorithm, returning approximate quotient.  The quotient returned
    is either correct, or one too large.
 


More information about the gmp-commit mailing list