summaryrefslogtreecommitdiff
path: root/mpz/inits.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz_init cannot throw.Marc Glisse2016-04-071-1/+1
* mp?/clears.c, mp?/inits.c: Stop supporting empty lists.Marco Bodrato2015-12-141-1/+2
* Amend last change.Marco Bodrato2015-11-101-1/+1
* mpz: Lazy allocation.Marco Bodrato2015-11-091-2/+3
* mpz/init*.c: Remove conditional code for __CHECKER__Marco Bodrato2015-11-051-5/+0
* Init limb, not pointerMarco Bodrato2015-11-011-1/+1
* mp?/clears.c, mp?/inits.c: Support empty listMarco Bodrato2015-10-131-2/+1
* Streamline, use macros.Torbjorn Granlund2015-09-291-4/+13
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Get rid of varargs code and references.Torbjorn Granlund2014-01-191-18/+0
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Grab stdio.h for NULL definition.Torbjorn Granlund2009-06-171-0/+1
* Add new function mpz_inits (inspired by mpfr).Torbjorn Granlund2009-06-171-0/+55