summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-11 16:24:55 +0200
committertege <tege@gmplib.org>2002-05-11 16:24:55 +0200
commit2db46ef2def74ffb2f4d5d6f6ffa8dc8c723510b (patch)
treea2a1e2dabdb85119b938900af008b975fb4a59b8
parentd20bd39a6829b8e56d43a5660d5c05aa7514cb7f (diff)
downloadgmp-2db46ef2def74ffb2f4d5d6f6ffa8dc8c723510b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b62f38bdd..5285ef29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,13 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2002-05-11 Torbjorn Granlund <tege@swox.com>
+
+ * mpz/import.c: Cast pointer via `unsigned long' when checking
+ alignment to avoid compiler warnings.
+
+ * mpn/generic/rootrem.c: Adjust allocation of qp temporary area.
+
2002-05-09 Kevin Ryde <kevin@swox.se>
* mpz/import.c: Corrections to size store, special case tests, and