Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | mpz: Lazy allocation. | Marco Bodrato | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | mpz/cfdiv_q_2exp.c: Use MPZ_REALLOC return value. | Marco Bodrato | 2015-09-27 | 1 | -4/+3 |
| | |||||
* | Update library files license to use LGPL3+ and GPL2+. | Torbjorn Granlund | 2014-01-27 | 1 | -7/+18 |
| | |||||
* | Canonicalise copyright headers. | Torbjorn Granlund | 2014-01-19 | 1 | -3/+3 |
| | |||||
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Add copyright years. | Torbjorn Granlund | 2012-11-20 | 1 | -2/+2 |
| | |||||
* | Clean out __GMP_PROTO. | Torbjorn Granlund | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Torbjorn Granlund | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Change all bit counts for bignums to use mp_bitcnt_t. Update documentation. | Torbjorn Granlund | 2009-12-20 | 1 | -4/+4 |
| | |||||
* | Change _PROTO => __GMP_PROTO. | Torbjorn Granlund | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
| | |||||
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c, | Kevin Ryde | 2004-04-23 | 1 | -2/+2 |
| | | | | | mpz/cfdiv_r_2exp.c, mpq/aors.c, mpf/ceilfloor.c: Give REGPARM_ATTR() on function definition too, as demanded by by gcc 3.4. | ||||
* | * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c, | Kevin Ryde | 2002-02-08 | 1 | -4/+4 |
| | | | | | | | mpz/cong_2exp.c, mpz/divis_2exp.c, mpz/hamdist.c, mpz/init2.c, mpz/mul_2exp.c, mpz/realloc2.c, mpz/scan0.c, mpz/scan1.c, mpz/setbit.c, mpz/tdiv_q_2exp.c, mpz/tdiv_r_2exp.c, mpz/tstbit.c, mpz/urandomb.c: Use GMP_NUMB_BITS. | ||||
* | * mpz/cfdiv_q_2exp.c: Don't scan for non-zero limbs if they don't | Kevin Ryde | 2001-03-09 | 1 | -7/+9 |
| | | | | matter to the rounding. | ||||
* | * mpz/cfdiv_q_2exp.c: New file, partial rewrite of fdiv_q_2exp.c, add | Kevin Ryde | 2001-03-03 | 1 | -0/+102 |
mpz_cdiv_q_2exp entrypoint. |