summaryrefslogtreecommitdiff
path: root/mpq/clears.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2018-05-161-1/+1
* mpq/: Support lazy mpq_t also in the denominator.Marco Bodrato2018-04-261-1/+2
* Handle lazy 0 numerator in mpq.Marc Glisse2018-04-181-1/+2
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mp?/clears.c, mp?/inits.c: Stop supporting empty lists.Marco Bodrato2015-12-141-1/+2
* mp?/clears.c, mp?/inits.c: Support empty listMarco Bodrato2015-10-131-2/+1
* Streamline, use macros.Torbjorn Granlund2015-09-291-7/+6
* 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
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-2/+2
* Call __gmp_free_func ourselves instead of via mpq_clears.Torbjorn Granlund2014-01-191-2/+5
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Add mpz_clears, mpq_clears, mpf_clears.Torbjorn Granlund2009-06-281-0/+56