index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpz
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use mpn_div_q.
Torbjorn Granlund
2010-01-06
1
-11
/
+11
*
Call mpn_sqr directly.
Torbjorn Granlund
2009-12-29
1
-15
/
+25
*
New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)
Torbjorn Granlund
2009-12-28
2
-4
/
+4
*
(mpn_sqr): New name for mpn_sqr_n.
Torbjorn Granlund
2009-12-27
3
-8
/
+8
*
Tune BMOD_1_TO_MOD_1_THRESHOLD instead of MODEXACT_1_ODD_THRESHOLD.
Torbjorn Granlund
2009-12-27
3
-3
/
+3
*
Add function mpz_powm_sec.
Torbjorn Granlund
2009-12-23
2
-1
/
+91
*
Add some comments.
Torbjorn Granlund
2009-12-23
1
-0
/
+2
*
Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.
Torbjorn Granlund
2009-12-20
22
-48
/
+50
*
File removed. All references purged.
Torbjorn Granlund
2009-12-20
1
-4
/
+1
*
Rewrote mpz_divexact to use mpn_divexact.
Niels Möller
2009-12-18
1
-78
/
+24
*
Rework buffer handling.
Torbjorn Granlund
2009-12-13
1
-3
/
+16
*
Add tuning of INV_NEWTON_THRESHOLD, but leave disabled for now.
Torbjorn Granlund
2009-12-08
1
-1
/
+1
*
Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.
Torbjorn Granlund
2009-12-06
1
-1
/
+1
*
Use TMP_ALLOC_LIMBS consistently.
Torbjorn Granlund
2009-11-28
10
-23
/
+23
*
Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.
Torbjorn Granlund
2009-11-28
5
-9
/
+9
*
Allow input operand overlap also when exponent = 1.
Torbjorn Granlund
2009-11-27
1
-16
/
+18
*
Clean up unused defs.
Torbjorn Granlund
2009-11-25
1
-7
/
+0
*
Rewrite mpz_powm.
Torbjorn Granlund
2009-11-22
1
-323
/
+157
*
More spelling fixes.
Torbjorn Granlund
2009-11-15
2
-2
/
+2
*
Fix lot of spelling errors.
Torbjorn Granlund
2009-11-15
2
-5
/
+6
*
Update headers.
Torbjorn Granlund
2009-11-14
1
-1
/
+1
*
Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.
Torbjorn Granlund
2009-10-31
1
-2
/
+2
*
Rename mpn_addsub_n to mpn_add_n_sub_n.
Torbjorn Granlund
2009-10-04
1
-2
/
+2
*
Improve code for computing sizes related to mp_bases.
Torbjorn Granlund
2009-07-06
4
-7
/
+6
*
Add mpz_clears, mpq_clears, mpf_clears.
Torbjorn Granlund
2009-06-28
2
-1
/
+57
*
Grab stdio.h for NULL definition.
Torbjorn Granlund
2009-06-17
1
-0
/
+1
*
Add new function mpz_inits (inspired by mpfr).
Torbjorn Granlund
2009-06-17
2
-1
/
+56
*
Commit Martin Boij's new mpn_perfect_power_p code.
Torbjorn Granlund
2009-06-13
1
-257
/
+3
*
Amend last fix.
Torbjorn Granlund
2009-06-01
1
-1
/
+1
*
Correctly handle multiplicity that does not fit an int.
Torbjorn Granlund
2009-06-01
1
-2
/
+2
*
Amend last fix.
Torbjorn Granlund
2009-04-08
1
-6
/
+6
*
Handle operand overlap.
Torbjorn Granlund
2009-04-06
1
-2
/
+14
*
(redc): Remove.
Torbjorn Granlund
2009-01-21
1
-36
/
+12
*
Add TMP_FREE before every return statement.
Torbjorn Granlund
2009-01-15
1
-2
/
+8
*
Handle large prime gaps by limiting incr.
Torbjorn Granlund
2009-01-08
1
-26
/
+33
*
Re-read only necessary source pointers after reallocation. Misc cleanup.
Torbjorn Granlund
2009-01-04
3
-91
/
+86
*
Fix mpz_perfect_power_p negative arguments bug and add some testing.
Torbjorn Granlund
2008-12-26
1
-16
/
+31
*
Add TMP_SDECL/MARK/FREE.
Torbjorn Granlund
2008-12-21
1
-0
/
+5
*
Run 10 mpz_millerrabin tests (was 5).
Torbjorn Granlund
2008-12-18
1
-1
/
+3
*
Handle some small exponents locally.
Torbjorn Granlund
2008-12-08
1
-2
/
+17
*
Change _PROTO => __GMP_PROTO.
Torbjorn Granlund
2008-12-07
8
-12
/
+12
*
Whitespace-cleanup.
Torbjorn Granlund
2008-12-02
1
-1
/
+1
*
Handle undefined case of |N| < |D| to avoid segfaults.
Torbjorn Granlund
2008-11-21
1
-3
/
+4
*
Rewrite to avoid internal overflow and to detect mpz_t overflow.
Torbjorn Granlund
2008-11-21
1
-16
/
+4
*
Rewrite to avoid internal overflow and to detect mpz_t overflow.
Torbjorn Granlund
2008-11-21
1
-6
/
+19
*
Amend last fix.
Torbjorn Granlund
2008-11-21
1
-1
/
+1
*
Move declarations to function beginning.
Torbjorn Granlund
2008-10-24
1
-5
/
+5
*
Rewrite.
Torbjorn Granlund
2008-10-21
1
-45
/
+45
*
Add a copyright year.
Torbjorn Granlund
2008-09-08
1
-2
/
+2
*
New .hgignore file. Removed all old .cvsignore files.
Niels Möller
2008-09-05
1
-5
/
+0
[next]