[Gmp-commit] /var/hg/www: Add a copyright year; misc fixes.

mercurial at gmplib.org mercurial at gmplib.org
Wed Jan 16 19:33:55 CET 2013


details:   /var/hg/www/rev/78a9c51ad33e
changeset: 13:78a9c51ad33e
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Jan 16 19:33:43 2013 +0100
description:
Add a copyright year; misc fixes.

diffstat:

 index.html |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r 6def8b6befc1 -r 78a9c51ad33e index.html
--- a/index.html	Wed Jan 16 17:47:58 2013 +0100
+++ b/index.html	Wed Jan 16 19:33:43 2013 +0100
@@ -143,19 +143,19 @@
 
 <ol>
 <li>High-level signed integer arithmetic functions (mpz).  There are about 140
-    arithmetic and logic functions in this category.
+    arithmetic and logic functions in this category. </li>
 
 <li>High-level rational arithmetic functions (mpq).  This category consists of
     about 35 functions, but all signed integer arithmetic functions can be used
-    too, by applying them to the numerator and denominator separately.
+    too, by applying them to the numerator and denominator separately. </li>
 
 <li>High-level floating-point arithmetic functions (mpf).  This is the GMP
     function category to use if the C type `double' doesn't give enough
     precision for an application.  There are about 65 functions in this
-    category.
+    category. </li>
 
 <li>C++ class based interface to all of the above.  (The C functions and types
-    can of course be used directly from C++ too.)
+    can of course be used directly from C++ too.) </li>
 
 <li>Low-level positive-integer, hard-to-use, very low overhead functions are
     found in the mpn category.  No memory management is performed; the caller
@@ -164,13 +164,13 @@
     functions accept input arguments in the form of pairs consisting of a
     pointer to the least significant word, and an integral size telling how
     many limbs (= words) there are in that argument.  The functions in the
-    other categories call mpn for almost all their calculations.
+    other categories call mpn for almost all their calculations. </li>
 
 <li>Externally supported: High-level floating-point accurately rounding
     arithmetic functions (mpfr).  See <a href="http://www.mpfr.org/">the mpfr
     site</a> for more information.  Starting with GMP 4.2, mpfr is released
     separately from GMP.  (New projects should consider using mpfr instead of
-    GMP's own mpf.)
+    GMP's own mpf.) </li>
 </ol>
 
 
@@ -333,7 +333,7 @@
 <li> The mini-gmp.c file, which implemenents a subset of mpn and mpz, is not
      properly tested and contains a number of bugs.  Please do not use it yet!
      Note that these bugs do not affect GMP itself.  A properly tested
-     mini-gmp.c will be bundled with GMP 5.1.1.
+     mini-gmp.c will be bundled with GMP 5.1.1. </li>
 <li> Gcc 4.3.2 miscompiles GMP on 64-bit machines; please use a different gcc
      version (e.g., gcc 4.3.1 and gcc 4.3.3 both work properly).
      Unfortunately, Debian decided to stay with this trouble gcc version for
@@ -381,7 +381,7 @@
 </font>
 <tr><td align="center">
 <font size="-3">
-Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation
+Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation
 </font>
 <tr><td align="center">
 <font size="-3">


More information about the gmp-commit mailing list