[Gmp-commit] /var/hg/gmp: Function now public. Canonicalise header.

mercurial at gmplib.org mercurial at gmplib.org
Mon Dec 30 15:10:58 UTC 2013


details:   /var/hg/gmp/rev/d5f033ea6f0b
changeset: 16125:d5f033ea6f0b
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Dec 30 16:09:19 2013 +0100
description:
Function now public.  Canonicalise header.

diffstat:

 mpn/generic/sec_powm.c |  22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

diffs (39 lines):

diff -r f88f809a03c2 -r d5f033ea6f0b mpn/generic/sec_powm.c
--- a/mpn/generic/sec_powm.c	Mon Dec 30 00:42:19 2013 +0100
+++ b/mpn/generic/sec_powm.c	Mon Dec 30 16:09:19 2013 +0100
@@ -3,26 +3,22 @@
 
    Contributed to the GNU project by Torbjörn Granlund.
 
-   THE FUNCTIONS IN THIS FILE ARE INTERNAL WITH MUTABLE INTERFACES.  IT IS ONLY
-   SAFE TO REACH THEM THROUGH DOCUMENTED INTERFACES.  IN FACT, IT IS ALMOST
-   GUARANTEED THAT THEY WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
-
 Copyright 2007-2009, 2011, 2012, 2013 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
-The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+The GNU MP Library is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as published by the
+Free Software Foundation; either version 3 of the License, or (at your option)
+any later version.
 
 The GNU MP Library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
-License for more details.
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+for more details.
 
-You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
+You should have received a copy of the GNU Lesser General Public License along
+with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 
 /*


More information about the gmp-commit mailing list