summaryrefslogtreecommitdiff
path: root/mpz/ior.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/{and,ior,xor}.c: ReindentMarco Bodrato2018-01-171-63/+63
* mpz/{and,ior,xor}.c: Reorg. 3 cases: both <0, both >=0, one and oneMarco Bodrato2018-01-171-8/+6
* Copyright yearMarco Bodrato2018-01-161-1/+1
* mpz/ior.c: Use MPZ_REALLOCMarco Bodrato2018-01-161-10/+3
* mpz/{and,ior,xor}.c: Simplify branches.Marco Bodrato2017-01-291-60/+25
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz: Lazy allocation.Marco Bodrato2015-11-091-2/+2
* mpz/?or.c: Remove duplicated branches, hinted nowMarco Bodrato2015-11-061-6/+6
* Use MPZ_REALLOC.Torbjorn Granlund2015-11-041-1/+1
* Use the return value of _mpz_realloc.Marco Bodrato2015-11-031-4/+3
* 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
* Remove unused variables and functions.Torbjorn Granlund2013-02-281-1/+0
* mpz/ior.c: Use macros: MPZ_REALLOC and MPN_INCR_U.Marco Bodrato2013-02-141-11/+6
* Copyright year.Marco Bodrato2013-01-021-1/+1
* mpz/ior.c: Fixed an allocation bug in the -2^n case.Marco Bodrato2013-01-021-1/+1
* mpz/?or.c: use MPZ_REALLOC.Marco Bodrato2012-02-211-7/+2
* mpz/?or.c: Use TMP_ALLOC_LIMBS_2.Marco Bodrato2012-02-211-5/+4
* mpz/?or.c: Use mpn_ logic everywhere.Marco Bodrato2012-02-211-10/+9
* Whitespace cleanup.Torbjorn Granlund2010-11-221-2/+2
* Re-read only necessary source pointers after reallocation. Misc cleanup.Torbjorn Granlund2009-01-041-29/+26
* 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-2/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-4/+4
* 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-211-1/+2
* Use new *_SWAP macros.Kevin Ryde2000-04-291-3/+2
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* In -OP2,+OP1 case, normalize OP2 after call to mpn_sub_1.tege1997-07-251-2/+3
* Initial revisiontege1996-05-081-0/+243