| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Require odd and positive argument to refmpz_jacobi. | Niels Möller | 2010-02-25 | 1 | -4/+10 |
* | Rewrote refmpz_legendre, and support it in try.c | Niels Möller | 2010-02-25 | 1 | -3/+56 |
* | New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.) | Torbjorn Granlund | 2009-12-28 | 1 | -7/+7 |
* | Test mpn_lshiftc. | Torbjorn Granlund | 2009-12-28 | 1 | -4/+12 |
* | (mpn_sqr): New name for mpn_sqr_n. | Torbjorn Granlund | 2009-12-27 | 1 | -1/+1 |
* | Tests for mpn_{add,sub}lsh_n, and mpn_addlsh2_n. | Marco Bodrato | 2009-12-08 | 1 | -1/+29 |
* | Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*. | Torbjorn Granlund | 2009-12-06 | 1 | -5/+5 |
* | Use correct test values in "try mpn_invert". | Marco Bodrato | 2009-12-06 | 1 | -0/+7 |
* | Tests for mpn_rsblsh{2,}_n. | Marco Bodrato | 2009-12-02 | 1 | -0/+21 |
* | Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS. | Torbjorn Granlund | 2009-11-28 | 12 | -17/+17 |
* | Make mpn_mullow_n testing actually work. | Torbjorn Granlund | 2009-11-26 | 1 | -1/+2 |
* | More spelling fixes. | Torbjorn Granlund | 2009-11-15 | 1 | -2/+2 |
* | Test mpn_invert and mpn_binvert. | Torbjorn Granlund | 2009-11-11 | 1 | -4/+52 |
* | Finish switch to new sb and dc division functions. | Torbjorn Granlund | 2009-11-02 | 1 | -10/+15 |
* | Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc. | Torbjorn Granlund | 2009-10-31 | 1 | -1/+1 |
* | Clean up usage of %p printf arguments. | Torbjorn Granlund | 2009-10-29 | 1 | -6/+6 |
* | Fix typo. | Torbjorn Granlund | 2009-10-29 | 1 | -2/+2 |
* | More updates for mul/sqr function rollover. | Torbjorn Granlund | 2009-10-29 | 1 | -16/+41 |
* | Fix typos in last change. | Torbjorn Granlund | 2009-10-22 | 1 | -2/+3 |
* | Test mpn_mullow_n. | Torbjorn Granlund | 2009-10-21 | 1 | -1/+7 |
* | Rename mpn_addsub_n to mpn_add_n_sub_n. | Torbjorn Granlund | 2009-10-04 | 4 | -13/+13 |
* | Add timing and testing of mpn_rsblsh1_n. | Torbjorn Granlund | 2009-06-04 | 1 | -0/+9 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -90/+7 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -1/+3 |
* | Add a copyright year. | Torbjorn Granlund | 2009-01-16 | 1 | -1/+1 |
* | Add a copyright year. | Torbjorn Granlund | 2009-01-16 | 1 | -2/+2 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -54/+8 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -40/+6 |
* | Add several copyright years. | Torbjorn Granlund | 2009-01-16 | 1 | -2/+2 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -2/+5 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -1/+2 |
* | Add a copyright year. | Torbjorn Granlund | 2009-01-16 | 1 | -1/+1 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -1/+4 |
* | Misc updates. | Torbjorn Granlund | 2009-01-16 | 1 | -2/+4 |
* | Add a copyright year. | Torbjorn Granlund | 2009-01-16 | 1 | -1/+2 |
* | Change _PROTO => __GMP_PROTO. | Torbjorn Granlund | 2008-12-07 | 1 | -3/+3 |
* | (malloc_region, mprotect_maybe): Add casts for printf type correctness. | Torbjorn Granlund | 2008-11-21 | 1 | -2/+2 |
* | Include <string.h>. | Torbjorn Granlund | 2008-11-21 | 1 | -0/+1 |
* | (param_init): Remove mpn_gcd_finda. | Torbjorn Granlund | 2008-11-18 | 1 | -9/+0 |
* | (main): Use strtol for 's' and 'S' optargs. | Torbjorn Granlund | 2008-10-21 | 1 | -3/+3 |
* | Add support, testing, and timing of mpn_mul_3 and mpn_mul_4. | Torbjorn Granlund | 2008-09-08 | 1 | -1/+21 |
* | New .hgignore file. Removed all old .cvsignore files. | Niels Möller | 2008-09-05 | 1 | -1/+0 |
* | */Makefile.in, configure, aclocal.m4, config.in: Removed files | Niels Möller | 2008-09-05 | 1 | -558/+0 |
* | Misc cleanup, imported from mainline. | tege | 2007-09-26 | 7 | -111/+159 |
* | Fix a typo. | tege | 2007-09-24 | 1 | -1/+1 |
* | Update license to version 3. | tege | 2007-09-18 | 16 | -76/+33 |
* | TYPE_MUL_BASECASE => TYPE_MUL_MN. | tege | 2006-10-26 | 1 | -5/+5 |
* | *** empty log message *** | tege | 2006-04-13 | 1 | -1/+1 |
* | (choice_array): Add mpn_addsub_n[c]. | tege | 2006-04-13 | 1 | -0/+7 |
* | Update FSF's address. | tege | 2006-02-27 | 2 | -4/+4 |