summaryrefslogtreecommitdiff
path: root/mpz/divexact.c
Commit message (Expand)AuthorAgeFilesLines
* Use MPZ_NEWALLOC and other macros resultMarco Bodrato2016-12-281-3/+2
* 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
* Encoding conversion to UTF-8Marco Bodrato2013-12-261-1/+1
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+2
* mpz_divexact: delay realloc.Marco Bodrato2012-01-121-9/+8
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-1/+1
* Rewrote mpz_divexact to use mpn_divexact.Niels Möller2009-12-181-78/+24
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-2/+2
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-4/+5
* 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