summaryrefslogtreecommitdiff
path: root/mpz/init2.c
Commit message (Collapse)AuthorAgeFilesLines
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-1/+1
|
* Rewrite to avoid internal overflow and to detect mpz_t overflow.Torbjorn Granlund2008-11-211-6/+19
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c,Kevin Ryde2002-02-081-1/+1
| | | | | | | 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/init.c, mpz/init2.c, mpz/iset.c, mpq/init.c [__CHECKER__]: StoreKevin Ryde2002-01-281-1/+6
| | | | dummy values to low limbs to stop them appearing uninitialized.
* * mpz/init2.c, mpz/realloc2.c: New files.Kevin Ryde2001-11-241-0/+34