summaryrefslogtreecommitdiff
path: root/mpz/tdiv_q.c
Commit message (Expand)AuthorAgeFilesLines
* Use mpn_div_q.Torbjorn Granlund2010-01-061-11/+11
* 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/+2
* 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
* Correct comments.tege2000-05-081-6/+2
* Fix typo.tege2000-04-151-1/+1
* Remove debug code.tege2000-04-151-3/+0
* Add a copyright year.Kevin Ryde2000-04-141-1/+1
* Rewrite using mpn_tdiv_qr.tege2000-04-141-82/+44
* Special case for division by 0.tege1996-08-271-0/+3
* Initial revisiontege1996-05-081-0/+133