[Gmp-commit] /var/hg/www: Misc release updates.

mercurial at gmplib.org mercurial at gmplib.org
Tue Mar 25 00:28:23 UTC 2014


details:   /var/hg/www/rev/652b07f3a93e
changeset: 167:652b07f3a93e
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Tue Mar 25 01:28:20 2014 +0100
description:
Misc release updates.

diffstat:

 index.html |  18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

diffs (56 lines):

diff -r d951c3aad510 -r 652b07f3a93e index.html
--- a/index.html	Mon Mar 24 23:38:43 2014 +0100
+++ b/index.html	Tue Mar 25 01:28:20 2014 +0100
@@ -142,7 +142,7 @@
 <p>There are several categories of functions in GMP: </p>
 
 <ol>
-<li>High-level signed integer arithmetic functions (mpz).  There are about 150
+<li>High-level signed integer arithmetic functions (mpz).  There are about 160
     arithmetic and logic functions in this category. </li>
 
 <li>High-level rational arithmetic functions (mpq).  This category consists of
@@ -154,7 +154,7 @@
     precision for an application.  There are about 70 functions in this
     category.  New projects should strongly consider using the much more
     complete GMP extension library <a href="http://www.mpfr.org/">mpfr</a>
-    instead of mpf.</li>
+    instead of mpf. </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.) </li>
@@ -166,7 +166,8 @@
     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. </li>
+    other categories call mpn for almost all their calculations.  Of these
+    functions about 70 are public. </li>
 </ol>
 
 
@@ -407,15 +408,6 @@
 <h3>Future releases</h3>
 
 <p>
-We will make new 5.1.x maintenence releases as needed.
-</p>
-
-<p>
-We plan to release 5.2.0 in early 2014 with the improvements listed in the
-<a href="https://gmplib.org/repo/gmp/file/tip/NEWS">current NEWS file.</a>
-</p>
-
-<p>
 Please see <a href="devel/GMPng.html"> the GMPng page </a> for information on
 what we're working on.
 </p>
@@ -432,7 +424,7 @@
 </font>
 <tr><td align="center">
 <font size="-3">
-Copyright 2000-2013 Free Software Foundation
+Copyright 2000-2014 Free Software Foundation
 </font>
 <tr><td align="center">
 <font size="-3">


More information about the gmp-commit mailing list