summaryrefslogtreecommitdiff
path: root/mpz/tdiv_r.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/tdiv_{qr,r}.c: Special code for divisor with low zero limbs.Marco Bodrato2021-12-301-4/+9
* mpz/tdiv_r.c: Avoid allocating too much space in some corner-case conditionsMarco Bodrato2016-12-281-6/+6
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* 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
* Use MPZ_REALLOC return value when possible.Torbjorn Granlund2012-05-261-5/+3
* Mark failing branches with UNLIKELY.Marco Bodrato2012-05-231-1/+1
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-3/+3
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* Remove K&R function headers.tege2001-01-021-8/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Fix typo in a comment.tege2000-07-191-1/+1
* Fix typo.tege2000-04-151-2/+2
* Add a copyright year.Kevin Ryde2000-04-141-1/+1
* Rewrite using mpn_tdiv_qr.tege2000-04-141-2/+63
* Initial revisiontege1996-05-081-0/+37