summaryrefslogtreecommitdiff
path: root/mpz/divexact.c
Commit message (Expand)AuthorAgeFilesLines
* Handle undefined case of |N| < |D| to avoid segfaults.Torbjorn Granlund2008-11-211-3/+4
* Add a copyright year.Torbjorn Granlund2008-09-081-2/+2
* Update license to version 3.tege2007-09-181-4/+2
* Call mpz_tdiv_q for large operands.tege2006-04-271-2/+9
* 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
* * mpz/divexact.c: Add an ASSERT that den divides num.Kevin Ryde2002-07-101-0/+10
* * mpn/generic/bdivmod.c, mpz/divexact.c: Nailify.Kevin Ryde2002-04-231-5/+5
* * gmp-impl.h (MPN_DIVREM_OR_DIVEXACT_1): New macro.Kevin Ryde2001-04-201-1/+1
* 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
* Add a copyright year.Kevin Ryde2000-05-281-1/+1
* * Read pointers after reallocation.tege2000-05-241-9/+12
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* * Fix typo in test for whether to copy numerator to quotient and move thattege1998-05-051-6/+6
* Fix indentation.tege1997-07-251-2/+2
* Test for dividend being zero before testing for small divisors;tege1996-08-271-9/+10
* Use mpn_divmod_1 if divisor is a single limb.tege1996-07-221-9/+17
* Clean up spacing and indentation.tege1996-05-241-4/+4
* Initial revisiontege1996-05-081-0/+112