summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-04-30 16:13:04 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-04-30 16:13:04 +0200
commit130612f307ddfc117eae515143ac86696a164b64 (patch)
treeb87ce1ebe11f3c444b8a8e1b11971f9ae408af48 /ChangeLog
parentd7d952d6c2dade7e46363efac238f920ac4fdbcf (diff)
downloadgmp-130612f307ddfc117eae515143ac86696a164b64.tar.gz
Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c2cff6034..947c30e16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,12 @@
* mpn/generic/comb_tables.c: New file.
* configure.in: Add it.
* gen-fac.c: Define table limits.
- * gmp-impl.h (__gmp_oddfac_table, __gmp_odd2fac_table): Declare.
+ * gmp-impl.h: Declare tables.
+ (log_n_max): New static function.
* mpz/2fac_ui.c: Use shared tables.
* mpz/bin_uiui.c: Likewise.
* mpz/oddfac_1.c: Likewise.
+ * mpz/primorial_ui.c: Likewise.
2012-04-29 Torbjorn Granlund <tege@gmplib.org>