summaryrefslogtreecommitdiff
path: root/mpz/remove.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* mpz/remove.c: Delay allocation in the generic case; use swap instead of set.Marco Bodrato2013-02-181-28/+47
* mpz/remove.c: Correct the sign in case of reuse.Marco Bodrato2013-02-021-2/+2
* mpz/remove.c: init+set=init_set, cast before shiftingMarco Bodrato2013-01-261-4/+3
* Make mpz_remove use mpn_remove.Torbjorn Granlund2012-10-251-64/+69
* mpn/generic/remove.c: Add a zero limb to use bdiv_qr...Marco Bodrato2012-06-011-1/+1
* mpz/remove.c: Optimise branches.Marco Bodrato2012-05-291-47/+67
* mpz/remove.c: Support negative divisor, and test them.Marco Bodrato2012-05-241-4/+5
* Mark failing branches with UNLIKELY.Marco Bodrato2012-05-231-1/+1
* Whitespace cleanup.Torbjorn Granlund2010-11-221-1/+1
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-3/+3
* Amend last fix.Torbjorn Granlund2009-06-011-1/+1
* Correctly handle multiplicity that does not fit an int.Torbjorn Granlund2009-06-011-2/+2
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/remove.c: Make src==0 return 0, not do DIVIDE_BY_ZERO.Kevin Ryde2002-08-071-2/+10
* 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
* Fail for `src' being zero.tege2000-06-071-2/+2
* Add K&R function definition.Kevin Ryde2000-04-131-1/+8
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* *** empty log message ***tege1999-03-091-0/+86