summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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