[Gmp-commit] /home/hgfiles/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Wed Jan 6 21:38:49 CET 2010


details:   /home/hgfiles/gmp/rev/33ae7405f361
changeset: 13338:33ae7405f361
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Jan 06 21:38:13 2010 +0100
description:
Whitespace cleanup.

details:   /home/hgfiles/gmp/rev/a676181b4cb9
changeset: 13339:a676181b4cb9
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Jan 06 21:38:37 2010 +0100
description:
Fix typos, add author.

diffstat:

 doc/gmp.texi      |  6 +++---
 tests/mpn/t-div.c |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r 1b8a26adae23 -r a676181b4cb9 doc/gmp.texi
--- a/doc/gmp.texi	Wed Jan 06 20:40:13 2010 +0100
+++ b/doc/gmp.texi	Wed Jan 06 21:38:37 2010 +0100
@@ -91,7 +91,7 @@
 @subtitle Edition @value{EDITION}
 @subtitle @value{UPDATED}
 
- at author by the GMP developers
+ at author by Torbj@"orn Granlund and the GMP development team
 @c @email{tg@@gmplib.org}
 
 @c Include the Distribution inside the titlepage so
@@ -10456,11 +10456,11 @@
 (and .psl.gz).
 
 @item
-Niels M"oller and Torbj@"orn Granlund, ``Improved division by invariant
+Niels M@"oller and Torbj@"orn Granlund, ``Improved division by invariant
 integers'', to appear.
 
 @item
-Torbj@"orn Granlund and Niels M"oller, ``Division of integers large and
+Torbj@"orn Granlund and Niels M@"oller, ``Division of integers large and
 small'', to appear.
 
 @item
diff -r 1b8a26adae23 -r a676181b4cb9 tests/mpn/t-div.c
--- a/tests/mpn/t-div.c	Wed Jan 06 20:40:13 2010 +0100
+++ b/tests/mpn/t-div.c	Wed Jan 06 21:38:37 2010 +0100
@@ -74,7 +74,7 @@
 
   for (i = 0; i < q_allowed_err && (tp[nn] > 0 || mpn_cmp (tp, np, nn) > 0); i++)
     ASSERT_NOCARRY (refmpn_sub (tp, tp, nn+1, dp, dn));
-  
+
   if (tp[nn] > 0 || mpn_cmp (tp, np, nn) > 0)
     {
       msg = "q too large";
@@ -88,7 +88,7 @@
       printf ("Q=    "); dumpy (qp, qn);
       if (rp)
 	{ printf ("R=    "); dumpy (rp, dn); }
-      printf ("%5s=", tvalue); dumpy (tp, nn+1); 
+      printf ("%5s=", tvalue); dumpy (tp, nn+1);
       printf ("nn = %ld, dn = %ld, qn = %ld\n", nn, dn, qn);
       abort ();
     }


More information about the gmp-commit mailing list