summaryrefslogtreecommitdiff
path: root/mpz/realloc2.c
Commit message (Collapse)AuthorAgeFilesLines
* mpz/{init2.c,realloc.c,realloc2.c}: Copyright yearsMarco Bodrato2022-02-021-1/+2
|
* mpz/{init2.c,realloc.c,realloc2.c}: Remove unneeded #includesMarco Bodrato2022-02-021-2/+0
|
* Handle overflow in mpz_type through errno.Marco Bodrato2021-12-121-5/+2
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Copyright year.Marco Bodrato2015-11-131-1/+1
|
* mpz: Lazy allocation.Marco Bodrato2015-11-091-6/+14
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* 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-16/+4
|
* Check for mpz_t overflow.tege2008-05-221-1/+20
|
* 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-2/+2
| | | | | | | 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.
* Fix typo. Make more similar to mpz_realloc.tege2001-11-281-9/+14
|
* More of:Kevin Ryde2001-11-261-1/+5
| | | | * mpz/init2.c, mpz/realloc2.c: New files.
* * mpz/init2.c, mpz/realloc2.c: New files.Kevin Ryde2001-11-241-0/+35