[Gmp-commit] /var/hg/gmp: README: Remove mention to Berkeley MP compatibility

mercurial at gmplib.org mercurial at gmplib.org
Sun Mar 30 17:13:51 UTC 2014


details:   /var/hg/gmp/rev/246f6669f149
changeset: 16361:246f6669f149
user:      Marc Glisse <marc.glisse at inria.fr>
date:      Sun Mar 30 19:13:44 2014 +0200
description:
README: Remove mention to Berkeley MP compatibility

diffstat:

 ChangeLog |  4 ++++
 README    |  7 +------
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r c56ea318eb64 -r 246f6669f149 ChangeLog
--- a/ChangeLog	Fri Mar 28 20:35:13 2014 +0100
+++ b/ChangeLog	Sun Mar 30 19:13:44 2014 +0200
@@ -1,3 +1,7 @@
+2014-03-30  Marc Glisse  <marc.glisse at inria.fr>
+
+	* README: Remove mention to Berkeley MP compatibility.
+
 2014-03-26  Torbjorn Granlund  <tege at gmplib.org>
 
 	* mpn/powerpc64/mode64/gcd_1.asm: Provide default for
diff -r c56ea318eb64 -r 246f6669f149 README
--- a/README	Fri Mar 28 20:35:13 2014 +0100
+++ b/README	Sun Mar 30 19:13:44 2014 +0200
@@ -56,7 +56,7 @@
 
 			OVERVIEW OF GNU MP
 
-There are five classes of functions in GNU MP.
+There are four classes of functions in GNU MP.
 
  1. Signed integer arithmetic functions (mpz).  These functions are intended
     to be easy to use, with their regular interface.  The associated type is
@@ -82,11 +82,6 @@
     Almost all calculations, in the entire package, are made by calling these
     low-level functions.
 
- 5. Berkeley MP compatible functions.
-
-    To use these functions, include the file "mp.h".  You can test if you are
-    using the GNU version by testing if the symbol __GNU_MP__ is defined.
-
 For more information on how to use GNU MP, please refer to the documentation.
 It is composed from the file doc/gmp.texi, and can be displayed on the screen
 or printed.  How to do that, as well how to build the library, is described in


More information about the gmp-commit mailing list