summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-04-23 16:13:05 +0200
committertege <tege@gmplib.org>2002-04-23 16:13:05 +0200
commitef55997e8f4014fd68fe58057bcc196459b732fe (patch)
treeeecd5bffb2086a55bae28f0b50ee2025ba2850bb
parent96ea27148f72eea5098fe0402eb327c9822f1a7f (diff)
downloadgmp-ef55997e8f4014fd68fe58057bcc196459b732fe.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71e33f352..e86ba7780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,11 +19,15 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2002-04-23 Torbjorn Granlund <tege@swox.com>
+
+ * mpz/fits_s.h: Rewrite.
+
2002-04-22 Torbjorn Granlund <tege@swox.com>
* demos/pexpr.c: Handle "binomial" operator.
- * mpz/cmp_ui.c: Move assignments of up out of conditionals.
+ * mpz/cmp_ui.c: Move assignments of `up' out of conditionals.
* mpn/generic/gcdext.c: Fix fencepost error in STAT code.