summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-07 00:48:47 +0200
committertege <tege@gmplib.org>2002-05-07 00:48:47 +0200
commit97cb7b515b45d309d4c057ad95720eab1f4fc24b (patch)
treea5b5b4408f71ccf52b36377ec74e8bc756473042
parent4387eebe3d04d586d27ea23b8b670d5df4068651 (diff)
downloadgmp-97cb7b515b45d309d4c057ad95720eab1f4fc24b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog13
-rw-r--r--NEWS4
2 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a6a3c7339..f226b82aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,8 +19,21 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2002-05-07 Torbjorn Granlund <tege@swox.com>
+
+ * gmp-h.in (mpn_pow_1): Add declaration.
+
+ * mpn/generic/pow_1.c: Handle exp <= 1. Reverse rp/tp parity scheme
+ for bn == 1 arm.
+
+ * Rename MP_LIMB_T_HIGHBIT => GMP_LIMB_HIGHBIT.
+
2002-05-06 Torbjorn Granlund <tege@swox.com>
+ * demos/pexpr.c (main): Don't call mpz_sizeinbase with negative base.
+
+ * randraw.c (lc): Remove an unused variable.
+
* mpn/generic/get_str.c: Clarify an algorithm description.
* tests/mpf/t-trunc.c: Nailify.
diff --git a/NEWS b/NEWS
index 8f33b47eb..54db97400 100644
--- a/NEWS
+++ b/NEWS
@@ -29,8 +29,8 @@ Changes between MP version 4.0.1 and 4.1
* Various exact PowerPC cpu types.
* mpfr is back, with many bug fixes and portability improvements.
* Generalized low-level number format, reserving a `nails' part of each
- limb. (Works at mpn, mpz, mpq levels, but please note that this is
- really experimental.)
+ limb. (Please note that this is really experimental. Several functions
+ are likely to compute garbage when nails are enabled.)
Changes between MP version 4.0 and 4.0.1