[Gmp-commit] /var/hg/gmp: Fix documentation errors.

mercurial at gmplib.org mercurial at gmplib.org
Tue Mar 25 14:35:04 UTC 2014


details:   /var/hg/gmp/rev/301ce2788826
changeset: 16357:301ce2788826
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Tue Mar 25 15:34:52 2014 +0100
description:
Fix documentation errors.

diffstat:

 NEWS         |  2 +-
 doc/gmp.texi |  8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r 1618edd7ac81 -r 301ce2788826 NEWS
--- a/NEWS	Mon Mar 24 22:30:04 2014 +0100
+++ b/NEWS	Tue Mar 25 15:34:52 2014 +0100
@@ -4,7 +4,7 @@
 medium, provided this notice is preserved.
 
 
-Changes between GMP version 5.1.* and 5.2.0
+Changes between GMP version 5.1.* and 6.0.0
 
   BUGS FIXED
   * The function mpz_invert now considers any number invertible in Z/1Z.
diff -r 1618edd7ac81 -r 301ce2788826 doc/gmp.texi
--- a/doc/gmp.texi	Mon Mar 24 22:30:04 2014 +0100
+++ b/doc/gmp.texi	Tue Mar 25 15:34:52 2014 +0100
@@ -1522,7 +1522,7 @@
 
 @item FreeBSD 7.x, 8.x, 9.x
 @cindex FreeBSD
-GMP releases starting with 5.2 do not support @samp{ABI=32} on FreeBSD/amd64
+GMP releases starting with 6.0 do not support @samp{ABI=32} on FreeBSD/amd64
 prior to release 10.0 of the system.  The cause is a broken @code{limits.h},
 which GMP no longer works around.
 
@@ -1977,14 +1977,14 @@
 
 @item
 Functions for rational number arithmetic, with names beginning with
- at code{mpq_}.  The associated type is @code{mpq_t}.  There are about 40
+ at code{mpq_}.  The associated type is @code{mpq_t}.  There are about 35
 functions in this class, but the integer functions can be used for arithmetic
 on the numerator and denominator separately.  (@pxref{Rational Number
 Functions})
 
 @item
 Functions for floating-point arithmetic, with names beginning with
- at code{mpf_}.  The associated type is @code{mpf_t}.  There are about 60
+ at code{mpf_}.  The associated type is @code{mpf_t}.  There are about 70
 functions is this class.  (@pxref{Floating-point Functions})
 
 @item
@@ -1992,7 +1992,7 @@
 the functions in the preceding groups, and you can also call them directly
 from very time-critical user programs.  These functions' names begin with
 @code{mpn_}.  The associated type is array of @code{mp_limb_t}.  There are
-about 30 (hard-to-use) functions in this class.  (@pxref{Low-level Functions})
+about 60 (hard-to-use) functions in this class.  (@pxref{Low-level Functions})
 
 @item
 Miscellaneous functions.  Functions for setting up custom allocation and


More information about the gmp-commit mailing list