summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-11-06 17:46:41 +0100
committertege <tege@gmplib.org>2001-11-06 17:46:41 +0100
commit9938a03ff9c537c1fb408b39bd56f8f5fc36be1e (patch)
tree719b78e80a401723a441aabe7b0d427f5a1d0724 /ChangeLog
parentf81ae5175ccce4426a9a560ca3d04fd8e7d8d455 (diff)
downloadgmp-9938a03ff9c537c1fb408b39bd56f8f5fc36be1e.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08e1246fb..1d7db2560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,18 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2001-11-06 Torbjorn Granlund <tege@swox.com>
+
+ * gmp-impl.h (MPN_COPY_INCR): Prepend local variable by `__'.
+ (MPN_COPY_DECR): Likewise.
+
+2001-11-05 Torbjorn Granlund <tege@swox.com>
+
+ * mpz/powm.c: Call mpn functions, not mpz functions, for computation
+ mod m. Streamline allocations to use a mixture of stack allocation and
+ heap allocation. Add currently disabled phi(m) exponent reduction
+ code. Misc optimizations and cleanups.
+
2001-11-05 Kevin Ryde <kevin@swox.se>
* mpq/inp_str.c: Remove unused variable "ret".