summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-04-05 20:24:24 +0200
committertege <tege@gmplib.org>2006-04-05 20:24:24 +0200
commit4943873ba8af780d535f1a76cafbe6dd7754db9e (patch)
tree654df53f1bf8216d374c76be5328419f86415bee /ChangeLog
parentf876c2e27b518690403474d322b5d5cfce9dd068 (diff)
downloadgmp-4943873ba8af780d535f1a76cafbe6dd7754db9e.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 141811b07..5f0046b90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@ MA 02110-1301, USA.
2006-04-05 Torbjorn Granlund <tege@swox.com>
+ * tal-notreent.c (__gmp_tmp_mark): Add "struct" tag for tmp_marker.
+ (__gmp_tmp_free): Likewise.
+
* mpn/generic/mul_fft.c: Optimize many scalar divisions and mod
operations into masks and shifts.
(mpn_fft_mul_modF_K): Fix a spurious ASSERT_NOCARRY.